@charset "utf-8";
/* CSS Document */
/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}
body  {
	background: #898D9B url(images/background.png) no-repeat;
	text-align: center; /* this centers the container in IE 5* browsers.  */
}
form {
	background: #CCCCCC;
	text-align: left;
	display: block;
	padding: 10px;
	width: 500px;
	border: 5px double #666666;
	margin-left: 100px;
}


 
.twoCol #container {
	/*width: 46em;  /*for 800 width - 16X46=736*/
	/*width: 62em;  /*for 1024 width - 16X62=992 approx 10px margins*/
	width: 900px;  /*for 900 width - 16x896=896*/
	background:  #4D4D4D;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: block;
	border-width: 0px;
} 
.twoCol #midbar {
	background: #666666 url(images/midbar.png) no-repeat;
	display: block;
	height: 30px;
	float: left;
	width: 900px;
}

.twoCol #header{
	background: url(images/header.png) no-repeat center top;
	padding: 0;
	display: block;
	height: 150px;
	width: 900px;	
}

/* 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: 150px;
	background: #4D4D4D;
	display: block;
	margin: 0px;
	padding: 15px 10px;
}
/*----------------- >>> USE FOR FLOATING LEFT <<< ---------------------------*/
.twoCol #sidebar1 h3, .twoCol #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoCol #mainContent {
	background: #FFFFFF;
	text-align: left;
	display: block;
	padding: 15px 10px;
	font: 16px "Times New Roman", Times, serif;
	width: 710px;
	margin: 0;
	border-width: 0px;
	border-color: #666666;
	color: #333333;
	float: right;
} 
/*-----------------------------------------------------------------------------*/
/*------------------ >>> 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:#666666;
	display: block;
	font: 12px "Times New Roman", Times, serif;
	padding-top: 0;
	padding-bottom: 0;
	color: #FFFFFF;
	height: 50px;
	width: 900px;
	float: left;
}

.twoCol #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
 
.twoCol #footer a:hover{
	color:#000000
}


/*----- END STRUCTURE --------------*/

 
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
li {
	list-style: square outside;
}
