/* CSS Document */
a {
	color:#0C0C0C;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:visited {
	color:#0C0C0C;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.bottomaddress{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size:14px;
	color:#0C0C0C;
}

.center {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;	
}

.insideheader{
	margin-left:24px;
	margin-right:10px;
	margin-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-stretch:ultra-expanded;
	letter-spacing:4px;
}

.insideheaderright{
	margin-right:24px;
	margin-left:10px;
	margin-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-stretch:ultra-expanded;
	letter-spacing:4px;
}

.insiderbodytext {
	margin-left:122px;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.insiderbodytextright {
	margin-left:10px;
	margin-right:122px;
	margin-top:15px;
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

li.services {
	margin-left:92px;
	margin-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	list-style:square;

}

li.servicesright {
	margin-right:92px;
	margin-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	list-style:square;

}

.headerbio {
	margin-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}


/************************DIVS BEGIN HERE ********************/

#topmast {
	float:top;
	clear:both;
}

#nav{
	float:top;
	clear:both;
}

#wrapper{
	margin:auto;
	width:800px;
	height:600px;
}

#container {
	float:left;
	width:800px;
}

#insetleft {
	float:left;
	width:400px;
	height:400px;
}

#insetright {
	float:right;
	width:400px;
	height:400px;
}

#address{
	width:800px;
	float:left;
	clear:both;
}