@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1c4362;
	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: #000000;
}
.thrColFixHdr #border_container {
	background-color: #1c4362;
	width: 960px;
	border: 3px solid #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
}
.thrColFixHdr #container {
	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #86928d;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #86928d; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 214px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 10px;
	background-image: url(images/all_pages/white_page.png);
	background-repeat: repeat-y;
}

.page_content {
	width: 515px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 0px;
	min-height: 600px;
	overflow: hidden;
} 
.thrColFixHdr #footer {
	background:#86928d;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #bbc6c4; 
	font-size: 85%; 
	font-family: verdana, geneva, arial, sans-serif; 
	line-height: 1em;
}
.thrColFixHdr #footer p a:link { color: #b1d0c2 ; text-decoration: none; }
.thrColFixHdr #footer p a:visited { color: #bbc6c4 ; text-decoration: none; }
.thrColFixHdr #footer p a:hover { color: #bbc6c4 ; text-decoration: none; }
.thrColFixHdr #footer p a:active { color: #bbc6c4 ; text-decoration: none; }

.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 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/*for particular elements in new design*/
.side_images {
	border: 2px solid #000000;
	margin-bottom: 15px;
}
/*From original design*/
p {
	color: black;
	font-size: 95%;
	font-family: verdana, arial, sans-serif;
	line-height: 1.3em;
}
a:link { color: #1276c5 ; text-decoration: none; }
a:visited { color: #6e8e86 ; text-decoration: none; }
a:hover { color: #5a8686 ; text-decoration: none; }
a:active { color: #5a8686 ; text-decoration: none; }

.smallblue { color: #1c4362; font-size: 10px; font-family: verdana, geneva, arial, sans-serif; line-height: 1em; }
h1 {
	color: #e41736;
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 1em;
	margin-top: 10px;
}
h2 {
	color: #e41736;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 1em;
	margin-top: 10px;
}

.backgroundimages { background-color: white; border-right: 66px solid #829493; }
.smaller_font {
	font-size: 11px;
}
.small_font {
	font-size: 90%;
}
/*forindex page only*/


.special_note {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
}
.special_note a:link { color: #b1d0c2 ; text-decoration: none; }

.special_note a:visited {color: #bbc6c4 ; text-decoration: none; }

.special_note a:hover {color: #bbc6c4 ; text-decoration: none; }

