@charset "utf-8";
body  {
	background: #666666 url(images/logosmlr.png) repeat;
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers.  */
}

 
.twoCol #container {
	/*width: 46em;  /*for 800 width - 16X46=736*/
	width: 900px;  /*for 1024 width - 16X62=992 approx 10px margins*/
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: block;
} 

.twoCol #header{
	background: #FFFFFF url(images/header.jpg) no-repeat center;
	padding: 0 0px;
	display: block;
	width: 900px;
	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: 48px;
	background: #FFFFFF;
	display: block;
	padding: 0px;
}
.twoCol #mainContent {
	display: block;
	background: #333333;
	width: 800px;
	float: left;
	font: 16px Calibri;
	color: #FFFFFF;
	text-align: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: 2px solid #009900;
} 
.twoCol #sidebar2 {
	background: #FFFFFF;
	display: block;
	float: right;
	width: 48px;
}

h1 {
	font: bold 24px Calibri;
	color: #00CC00;
}
.twoCol #container #mainContent #form1 {
	font: bold 16px Calibri;
	color: #000000;
	background: #009900;
	width: 500px;
	border: medium double #FFCC00;
	margin-left: 150px;
	padding-left: 10px;
	padding-top: 10px;
	display: block;
}


/*-----------------------------------------------------------------------------*/
/*------------------ >>> 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:#009900 no-repeat;
	display: block;
	width: 900px;
	height: 60px;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
}


 
/*----- 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;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Calibri;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
}
p {
	font: 16px "Times New Roman", Times, serif;
	padding: 10px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.orangelink a{
	color: #FFFFFF;
}
.orangelink a:hover{
	color: #FF6600;
}

