@charset "utf-8";
/* CSS Document */
/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
body  {
	background: #336699;
	text-align: center; /* this centers the container in IE 5* browsers.  */
	color: #000000;
}

 
.twoCol #container {
	/*width: 46em;  /*for 800 width - 16X46=736*/
	width: 900px;  /*for 1024 width - 16X62=992 approx 10px margins*/
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: block;
	margin: 0 auto;
} 
.twoCol  #container  #mainContent  #contactus {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #990000;
	display: block;
	width: 400px;
	padding-left: 10px;
	padding-top: 10px;
	border: thin dashed #990000;
	margin-left: 50px;
}


.twoCol #header{
	background: #000066 url(images/header.png);
	padding-top: 0;
	padding-bottom: 0;
	width: 900px;
	display: block;
	height: 200px;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoCol #sidebar1 p" rule.
*/
.twoCol #sidebar1 {
	float: left;
	width: 200px;
	background: #006633;
	padding: 15px 0;
	display: block;
}
/*----------------- >>> USE FOR FLOATING LEFT <<< ---------------------------*/
.twoCol #sidebar1 h3, .twoCol #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoCol #mainContent {
	display: block;
	float: right;
	width: 900px;
	background: #FFFFFF url(images/watermark.png) repeat;
} 
.twoCol #container #mainContent p {
	color: #000000;
	padding-left: 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------------------------------------*/
/*------------------ >>> USE FOR FLOATING RIGHT  <<< -------------------------   
.twoCol #sidebar1 {
	float: right; 
	width: 12em;  
	background: #EBEBEB;  
	padding: 15px 0;  
}


.twoCol #mainContent {
	margin: 0 13em 0 1.5em;  
}  
/*-----------------------------------------------------------------------------*/
 

.twoCol #footer{
	background:#FFFFFF url(images/footer.png) no-repeat;
	display: block;
	width: auto;
	float: left;
	height: 50px;
	padding: 0;
	border-top: thin dotted #006600;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.twoCol #container #footer p {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}

.twoCol #container #footer div {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000066;
}


 
/*----- END STRUCTURE --------------*/

 
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	margin-left: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:visited {
	color: #000066;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:active {
	color: #000066;
}
.twoCol #container #mainContent #pagetype {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
