@charset "utf-8";
/* CSS Document */
/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
form {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	width: 450px;
	font: bold 14px "Times New Roman", Times, serif;
	color: #000000;
	background: #D6C57E center;
	text-align: left;
}
body  {
	background: #666633;
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers.  */
}

 
.twoCola #container {
	/*width: 46em;  /*for 800 width - 16X46=736*/
	width: 900px;  /*for 1024 width - 16X62=992 approx 10px margins*/
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoCola #header{
background: #FFFFFF url(images/header.jpg) no-repeat;
	padding: 0 0px;
	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.
*/
.twoCola #sidebar1 {
	float: left;
	width: 430px;
	background: #FFFFFF;
	display: block;
	font: 14px "Times New Roman", Times, serif;
	padding: 15px 10px;
}
/*----------------- >>> USE FOR FLOATING LEFT <<< ---------------------------*/
.twoCola #sidebar1 h3, .twoCola #sidebar1 p, .twoCola #sidebar hr{
	margin-left: 10px; 
	margin-right: 10px;
}
.twoCola #mainContent {
	margin: 0 0px;
	background: #FFFFFF;
	display: block;
	width: 430px;
	float: left;
	font: 14px "Times New Roman", Times, serif;
	color: #000000;
	padding: 15px 10px;
} 
/*-----------------------------------------------------------------------------*/
/*------------------ >>> USE FOR FLOATING RIGHT  <<< -------------------------   
.twoCola #sidebar1 {
	float: right; 
	width: 12em;  
	background: #EBEBEB;  
	padding: 15px 0;  
}


.twoCola #mainContent {
	margin: 0 13em 0 1.5em;  
}  
/*-----------------------------------------------------------------------------*/
 

.twoCola #footer{
	background:#000000;
	padding: 0 0px;
	display: block;
	float: left;
	width: 900px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

 
/*----- END STRUCTURE --------------*/

 
.fltrt {
	float: right;
	margin-left: 6px;
	margin-right: 15px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
a:link {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:hover {
	color: #D9B766;
}
a:visited {
	color: #FFFFFF;
}
.twoCola #title1 {
	background: #FFFFFF;
	height: 150px;
	width: 900px;
	display: block;
}

.picture {
	margin-right: 10px;
}
.twoCola #container #mainContent .twoCola h4 {
	font: bold 12px "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 10px;
}
.twoCola #container #mainContent .twoCola h2 {
	font: bold 14px "Times New Roman", Times, serif;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
