/* CSS Document */

/* ---------------------Color Key ---------------- 
			Light Brown:	#d3a979
			MedBrown: 	#9f805c
			Dark Brown:	#645038

			Green: 		#a2b06a
			L. Green:		 #d3e299
---------------------------------------------------*/

body, td, th {
	font:Georgia, "Times New Roman", Times, serif
	font-size:14px;
	color:#000000;
	padding:0;
	margin:0;
}


body {
	background-color: #645038;
}

#top {
	background-color:#a2b06a;
	height:15px;
	width:100%;
}

/* -------------------Bio/Article Section------------------ */
a {
	color: #645038;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#645038;
	text-decoration:underline;
}

.content {
	background-color:#FFFFFF;
	padding:10px;
	margin:10px;	
}

.picbar {
	background:#9f805c;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	width:160px;
}

.picbar p {
	padding:10px;
}

#photo {
	padding:2px;
	margin:7px;
	border:#000000 1px solid;
	background:#d3a979;
}
#spacer {
	background:url(images/inset.jpg) bottom right no-repeat;
	height:175px;
	margin:20px;
	margin-top:0px;
	padding:40px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	font-weight:900;
	text-align:justify;
	line-height:30px;
	
}

.agent {
	background-color:#d3e299;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	padding:10px;
	margin:10px;
	margin-right:20px;
	width:190px;
	height:175px;
	float:left;
}

.agent a {
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

.agent a:hover {
	text-decoration:underline;
	color: #645038;
}

.agent p {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
}
	
/* -----------------Navigation-------------------- */


ul.nav {
	margin:0px;
	padding:0px;
	list-style: none;
	float:left;
	width:504px;
	height:24px;
	text-align:center;
	background:#645038;
}

ul.nav li {
	float:left;
}

ul.nav a {
	width:90px;
	margin:4px;
	padding:0px;
	display:block;
	height:16px;
	background: #9f805c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
}

ul.nav a:hover {
	color:#000000;
	background-color:#d3a979;
}

#fillDark {
	background:#645038;
}


#second {
	padding:4px;
	margin:2px;
	font:Arial, Helvetica, sans-serif bold;
	font-size:12px;
	color: #6f94bb;
	float: right;
}

/* -----------------SideLinks-------------------- */

.links {
	width:130px;
	background: #9f805c;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding:none;
	margin:none;
}

ul.links {
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul.links a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	line-height:22px;
}

ul.links a:hover {
	text-decoration:underline;
}

.links p {
	font-size:20px;
	text-decoration:underline;
	color:#ffffff;
}

.footer {
	text-align:left;
	font:Arial, Helvetica, sans-serif 8px;
	color:#ffffff;
	padding:10px;
	padding-left: 150px;
	background-image:url(images/logos.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:80px;
	width:800px;
	vertical-align:bottom;
}

#heading {
	margin:0;
	padding:0;
	text-indent:5px;
	border-bottom:#645038 solid 1px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color: #645038;
}
#heading2 {
	margin:0;
	margin-left:25px;
	padding:0;
	border-bottom:#9f805c solid 1px;
	width:50%;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color: #768553c;
}


#wrapper {
	background:#ffffff;
	border:#000000 1px solid;
}