@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #003399;
	color: #333333;
}
.thrColFixHdr #container #sidebar2 h3 {
	color: #FFFFFF;
	background-color: #000066;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
}

.thrColFixHdr #container {
	width: 864px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	border-bottom: 4px dotted #FFCC66;
	background-color: #000066;  /* 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. */
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 166px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 7px 5px 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFCC66;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC;
	color: #333333;
	font-size: 11px;
}

.thrColFixHdr #sidebar2 a{
	text-decoration: none;
	font-size: 11px;
}

.thrColFixHdr #sidebar2 a:visited{
	color: #663399;
	font-size: 11px;
}
.thrColFixHdr #sidebar2 a:hover{
	text-decoration: underline;
}

.thrColFixHdr #container #mainContent h1 {
	font-size: 18px;
	color: #000066;
}



.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #container #mainContent a {
	color: #000099;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent a:visited {
	color: #663399;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #990000;
	text-decoration: underline;
}


#mainContent h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
		margin-bottom: 0px;
}

#mainContent h4 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #000066;
	margin-bottom: 2px;
	border-bottom: thin dashed #990000;
}
thrColFixHdr #container #mainContent ul {
	
	
}

/*mainContent2 is for use with the template that has just the left sidebar. */
.thrColFixHdr #mainContent2 {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 


.thrColFixHdr #container #mainContent2 a {
	color: #000099;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent2 a:visited {
	color: #663399;
}
.thrColFixHdr #container #mainContent2 a:hover {
	color: #990000;
	text-decoration: underline;
}

#mainContent2 h1 {
	font-size: 18px;
	color: #000066;
}
#mainContent2 h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
		margin-bottom: 0px;
}

#mainContent2 h4 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #000066;
	margin-bottom: 2px;
	border-bottom: thin dashed #990000;
}

/*End mainContent2*/



.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 10px;
	font-weight: bold;
} 
.thrColFixHdr #container #footer a {
	color: #000066;
}
.thrColFixHdr #container #footer a:visited {
	color: #000066;
}
.thrColFixHdr #container #footer a:hover {
	color: #990000;
}

.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 */
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.red_emph {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}

.fltlft { 
	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;
}





thrColFixHdr #container #mainContent ul li {
	list-style-position: inside;
	list-style-type: circle;	
	
}
		

.smalltext {
	font-size: 10px;
}
.imgborderrt {
	padding-right: 5px;
	padding-left: 5px;
}
