@charset "utf-8";
/* CSS Document */
/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
body  {
	background: #666633;
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers.  */
}

 
.threeCola #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. */
} 

.threeCola #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 ".threeCol #sidebar1 p" rule.
*/
.threeCola #sidebar1 {
	float: left;
	width: 300px;
	background: #FFFFFF;
	padding: 15px 0;
	display: block;
}
.threeCola #container #sidebar1 h3 {
	font: bold 14px "Times New Roman", Times, serif;
}

/*----------------- >>> SIDEBARS <<< ---------------------------*/
.threeCola #sidebar1 h3, .threeCola #sidebar1 p, #sidebar2 h3, .threeCola #sidebar2 p, .threeCola #mainContent p{
	margin-left: 10px; 
	margin-right: 10px;
}
p {
	font: 14px "Times New Roman", Times, serif;
	color: #000000;
}
 
.threeCola #sidebar2 {
	float: left;
	width: 300px;
	background: #FFFFFF;
	padding: 15px 0;
	display: block;
	font: 14px "Times New Roman", Times, serif;
}


.threeCola #mainContent {
	margin: 0 0px;
	background: #FFFFFF;
	display: block;
	width: 300px;
	float: left;
	padding: 15px 0px;
	font: 14px "Times New Roman", Times, serif;
}  
/*-----------------------------------------------------------------------------*/
 

.threeCola #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: 8px;
}
.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;
}
.threeCola #title {
	background: #FFFFFF;
	display: block;
	height: 150px;
	width: 900px;
}
.purplelink a:hover{
	color: #660066;
}
.purplelink a{
	color: #000000;
	font: 14px "Times New Roman", Times, serif;
	text-decoration: none;
}
.threeCola #container #mainContent h4 {
	font: bold 10px "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 10px;
}
.threeCola #container #sidebar1 h4 {
	font: bold 10px "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 10px;
}
