@charset "utf-8";
.twoCol #container #sidebar1 a {
	color: #663366;
	font-weight: bold;
}
.twoCol #container #sidebar1 a:hover {
	color: #003399;
}


/* CSS Document */
/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
form {
	padding-left: 10px;
	display: block;
	width: 380px;
	font: bold 14px "Times New Roman", Times, serif;
	color: #000000;
	background: center;
	text-align: left;
}
body  {
	background: #666633;
	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;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoCol #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.
*/
.twoCol #sidebar1 {
	float: left;
	width: 430px;
	background: #FFFFFF;
	padding: 15px 10px;
	display: block;
	font: 14px "Times New Roman", Times, serif;
}
/*----------------- >>> USE FOR FLOATING LEFT <<< ---------------------------*/
.twoCol #sidebar1 h3, .twoCol #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoCol #mainContent {
	margin: 0 0px;
	background: #834183;
	display: block;
	width: 430px;
	float: left;
	padding: 15px 10px;
	font: 14px "Times New Roman", Times, serif;
	color: #000000;
} 
/*-----------------------------------------------------------------------------*/
/*------------------ >>> 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:#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;
}
.twoCol #title1 {
	background: #FFFFFF;
	height: 150px;
	width: 900px;
	display: block;
}

.picture {
	margin-right: 10px;
}
.twoCol #container #sidebar1 h1 {
	font: bold 14px "Times New Roman", Times, serif;
}
.twoCol #container #sidebar1 h5 {
	padding-left: 10px;
	font: italic bold 12px "Times New Roman", Times, serif;
}
.twoCol #container #sidebar1 h2 {
	font: normal 12px "Times New Roman", Times, serif;
	color: #000000;
}

