@charset "utf-8";
body  {
	background: #01334C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7B818A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #A7430F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A7430F;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #A7430F;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 

.twoColFixLtHdr #header {
	background: #01334C;
	padding: 0 0 0 10px;	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
	visibility: visible;
	z-index: 2;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	padding: 0px;
	clear: left;
	height: 300%;
}
.twoColFixLtHdr #mainContent {
	margin: 30px 0 25px 198px;
	font-size: 80%;
} 
.twoColFixLtHdr #footer {

} 
.twoColFixLtHdr #footer p {
	text-align: center;
	font-size: 70%;
	margin: 0px;
}
#thncontent {
	margin-bottom: 15px;
	padding-right: 30px;




}
#tbnPaintingText {
	padding-left: 50px;
	font-size: 85%;
	background-image: url(../graphics/line2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
}




.Copyright {
	font-size: 10px;
}
p {
	padding-left: 0px;
}
.Heading {
	color: #877656;
	font-size: 95%;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 10px;
	position: bottom 50px;
}
.verticalLineCont { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h4 {
	font-size: 105%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
}

h3 {
	font-size: 112%;
	font-weight: bold;
	background-image: url(../graphics/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom -10px;
	padding-bottom: 3px;
}
