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

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000066;
	color: #333333;
}

.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 #container #mainContent h1 {
	font-size: 18px;
	color: #000066;
}

.thrColFixHdr #mainContent {
	margin: 0 10px; /* 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 #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 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 {
	
	
}

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

.smalltext {
	font-size: 10px;
}
.imgspace {
	padding-right: 5px;
	padding-bottom: 5px;
}
