@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #95ADC7;
	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 */
	font-size: 14px;
	color: #411001;
}
.twoColFixRtHdr #container { 
	width: 1147px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #95ADC7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	width: 1147px;
	height: 122px;
	background: url(images/header.jpg);
} 

.twoColFixRtHdr #mainContent { 
background: url(images/maincontainer.jpg);
width: 1147px;
height:644px;
} 


.twoColFixRtHdr #footer {
	background:url(images/bottom_piece.jpg);
	width:1167px;
	height:23px; 
} 

.fltedg { /* 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: left;
	margin-left: 8px;
	width: 300px;
    border: thin #330000;
    padding-right: 365px;
	
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 15px;
	width:360px;
	padding-top: 20px;
	overflow: hidden;

}
.fltlftlrg { /* this class can be used to float an element left in your page */
	clear: left;
	margin-left: 0px;
	width:900px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

}
.fltlftmed { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 3px;
	width:360px;
	padding-top: 3px;
	background: #95ADC7;
}
.fltmed {
	background: #95ADC7;
	width: 360px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.fltlftsm { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 6px;
	padding-top: 2px;
	Width: 110px;
	color: #1B3D70;
	font-size:9px;
	font-weight: bold;
}
.fltlf2 { /* this class can be used to float an element left in your page */
    float: right;
	margin-left: 5px;
	
}
.fltlftsm2 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 30px;
	width: 120px;
	height: 120px;
}
.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;
}

.fltlft3{ /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 15px;
	width:360px;
	padding-top: 0px;
	overflow: hidden;
}

h1 {
text-decoration: none;
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
font-weight: bold;
} 
h2 {
text-decoration: none;
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
font-weight: bold;
}
h3{
text-decoration: none;
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
font-weight: bold;
}
h4{
text-decoration: none;
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
font-weight: bold;
}
h5 {
text-decoration: none;
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
font-weight: bold;
}
h6{ 
text-decoration: none;
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
font-weight: bold;
}

.style22 {font-size: small}

.style11 {font-size: medium;
	color: #411002;
	font-weight: bold;
}
.style19 {font-size: small; color: #411002; font-weight: bold; }
.style4 {font-size: large; color: #411002; font-weight: bold; }
.style17 {font-size: x-small;
	color: #411002;
	font-weight: bold;}
	
.style25 {font-size: 14px;
}


a:link {
	color: #0B2F6A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #062F5B;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}

