@charset "utf-8";
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-image: url(images/bg_dkblueline.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #DDDDFF;*/
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 4px solid #cccccc;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-image: url(images/bg-white-shaded.png);
	background-repeat: repeat-y;*/
	
}
.oneColFixCtrHdr #header {
	background: #B32737;
	padding: 20px 0 12px 0;
	width: 750px;
	margin: 0;
	height: 40px;
	background-image: url(images/bg-red-swirl.gif);
	background-repeat: repeat-x;
}

#mainContent .content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 520px;
	background: #DDDDFF;
}
.oneColFixCtrHdr #mainContent h1 {
	padding: 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	vertical-align: top;
	font-size: 135%;
	color: #B32737;
	font-weight: bolder;
	margin: 0;
	border-bottom: 1px dashed #002040;
	/*border-bottom: dotted 1px #ffffff;*/
}

.oneColFixCtrHdr #mainContent h2 {
	margin: 0;
	padding: 15px 0;
	vertical-align: top;
	font-size: 120%;
	font-weight: bold;
	/*border-bottom: dotted 1px #636;*/
	margin-bottom: -8px;
}

.oneColFixCtrHdr #mainContent h3 {
	color: #B32737;
	margin: 0;
	padding: 15px 0;
	vertical-align: top;
	font-size: 120%;
	font-weight: bold;
	/*border-bottom: dotted 1px #636;*/
	margin-bottom: -8px;
}

.oneColFixCtrHdr #mainContent {
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #DDDDFF;
	color: #002040;
	/*background-image: url(images/bg-main.png);
	background-repeat: repeat-x;*/
	background-image: url(images/bg-white-shaded.png);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #mainContent a{color:#002040; font-weight:bold;}

.tinsy {
	font: 10px Arial, Helvetica, sans-serif;
}

.border {
	border: 1px solid #003895;
}

td.bg-light {
	font-size: 10px;
	font-weight: bold;
	background: #B2C3DF;
	text-align: center;
}
td.bg-dark {
	font-size: 12px;
	font-weight: bold;
	background: #003895;
	color: #FFFFFF;
}

img.more {
	margin-top: 4px;
	margin-left: 12px;
	margin-bottom: 6px;
}
img.drawline {
	border-bottom: 1px solid #003895;
}
img.padleft {
	margin-left: 6px;
}
#tools a {
	font-size: 14px;
	color: #CE142B;
}

img.right-border {
	margin-left: 6px;
	border: 1px solid #003895;
}


.oneColFixCtrHdr #footer {
	/*padding: 0px 20px 0px 20px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b32737;
	width: 750px;
	background-image: url(images/bg-red-swirl.gif);
	background-repeat: repeat;
}
.oneColFixCtrHdr #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:#fff;
	text-align:center;
	font-weight:bold;
	
}
#sidebar {
	margin: 40px 0 0 0;
	padding: 5px;
	float: left;
	width: 185px;
	background: #ffffff;
	
}

#sidebar h2  {
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
}

#sidebar2 {
	margin: 20px 0 0 0;
	padding: 5px;
	float: left;
	width: 185px;
	background: #ffffff;
	
}

#sidebar2 h2  {
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
}
#fontcolor {
	color: #415485;
}
/*#mainwhite {
	background-color: #FFF;
	padding: 0 10px 0 10px;
	width: 650px;
	margin: 0 12px 20px 12px;
}*/
#text-bottom {
	font-size: 95%;
}
