@charset "UTF-8";


/* ------- All Styles - Layout and Presentation ------- */
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #022139;
	background-image: url(../assets/template/header_chunk_240.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #333333;
}
a:link  {
	color: #0066CC;
	text-decoration: none
}
a:visited {
	color: #0066CC;
	text-decoration: none
}
a:hover  { color: #ee3941; text-decoration: underline }
a img { border-style:none; }
.thrColFixHdr #container {
	background-color: #cbd1dd;
	background-image: url(../assets/template/gradient_grey_580.jpg);
	background-repeat: repeat-x;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	font-size: 12px;
	color: #333333;
}
.thrColFixHdr #sidebar2 {
	font-size: 12px;
	color: #333333;
}
.thrColFixHdr #mainContent {
	font-size: 12px;
} 
.thrColFixHdr #footer {
	padding: 0 0px 0 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
} 
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #copyright {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #022139;
	padding-top: 2px;
}
.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;
}
