/* ***************************************
				start base 
******************************************/
body
{
	background-color: #F5DEB3;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}
A:link 		
{
	color: #336600; 
	text-decoration: none; 
	font-weight:bold;
}
A:visited 	
{
	color: #336600; 
	text-decoration: none; 
	font-weight:bold;
}
A:active 
{
	color: #006699; 
	text-decoration: none; 
	font-weight:bold;
}	
A:hover
{
	color: #ffffff; 
	text-decoration: underline; 
	font-weight:bold;
}

.bold				
{
	font-weight: bold;
}

.title				
{
	font-weight: bold;
	color: #660099; 
}

/* ***************************************
				end base 
******************************************/

.bottom
{
	margin-top: 40px;
	/*background-image: url("../images/bkgd_bottom.gif");*/
	height: 50px;
	width: 800px;
	text-align: center;
	float: left;
}

.mainContent
{
	width: 800px;
	margin-top: 30px;
	padding-left: 30px;
	text-align: left;
}

.middleCol
{
	width: 520px;
	float:left;
	padding-right: 20px;
}
.bar
{
	width: 12px;
	height: 400px;
	float:left;
	padding-right: 10px;
}
.rightCol
{
	width: 230px;
	float:right;
}

.photoCol
{
	width: 250px;
	float:left;
}
	
.header
{
	width: 800px;
	text-align: left;
	font-weight: bold;
}


