@charset "utf-8";
/* CSS Document */

body{
	font-family: Calibri, arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	width: 100%;
}

.smallfont {font-size: 9pt;text-decoration: none;} 
.medfont {font-size: 11pt;text-decoration: none;} 
.largefont {font-size: 14pt;text-decoration: none;} 


#site{
width:90%px;
margin:5px 10px 5px 10px;
text-align:left;
}

#banner .container {
	width: 100%;
}

#banner .sectionleft{
	float:left;
	width:350px;
	margin:10px 10px 10px 10px;
	color:#000;
	font-size:15px;
	line-height:22px;
}

#banner .sectionright{
	float:right;
	width:55%;
	margin:10px 10px 10px 10px;
	color:#000;
	font-size:15px;
	line-height:22px;
	border-left-width:1px;
	border-left-color:#666666;
	border-left-style:solid;
	padding-left:20px;
	}

#banner .topcolleft
{
	width:65%;
	float:left;
	display: block;
}
#banner .topcolright
{
	width:95%;
	float:right;
	display: block;
	/*border-left:#666666 1px solid;*/
	padding-left:20px;
	line-height:120%;
}

#banner .photo {
float:right;
clear:left;
}

#content
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content .subheading {
font-size:12pt;
font-weight:bold;
padding-bottom:10px;
padding-top:10px;   
}


#content ul {
list-style:circle;
}

.footer {
	text-align:center;
	font-size:9pt;
	color:#666;
	padding-top:10px;
	border-top-color: #000;
	border-top-style:dashed;
	border-top:1px;
	margin-bottom:0;
}

.spacer {
	margin-bottom:20px;
}

