/* CSS Document */
/* ---------------------Color Key ---------------- 
			BabyBlue: #c8d9eb
			Blue: #6f94bb
			D.Blue: #516c88
			Brown: #926843
			D. Brown: #513523
*/


body, td, th {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	padding:0;
	margin:0;
}


body {
	background-color: #513523;
}

#heading {
	margin:0;
	padding:0;
	border-bottom:#516c88 solid 1px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color: #516c88;
}
#heading2 {
	margin:0;
	margin-left:25px;
	padding:0;
	border-bottom:#516c88 solid 1px;
	width:50%;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color: #516c88;
}

#space {
	padding:2px;
}

#search {
	padding:0px;
	padding-bottom:5px;
	border-bottom: #c8d9eb solid 1px;
	margin:5px;
	margin-top:12px;
	font: Arial, Helvetica, sans-serif small-caption;
	font-weight:bold;
	color: #516c88;
}
#subSearch {
	padding:4px;
	margin:2px;
	font:Arial, Helvetica, sans-serif bold;
	font-size:12px;
	color: #6f94bb;
}
#second {
	padding:4px;
	margin:2px;
	font:Arial, Helvetica, sans-serif bold;
	font-size:12px;
	color: #6f94bb;
	float: right;
}

/*#header {
	background: #a26843;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:160px;
	vertical-align:bottom;
}*/

.overall {
	border:#FFFFFF solid 4px;
	background:#ffffff;
}

/* -------------------Bio/Article Section------------------ */
a {
	color: #513523;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#926843;
	text-decoration:underline;
}

.content {
	background-color:#FFFFFF;
	padding:5px;
	margin:0;
	/*border-top:#516c88 4px solid;*/
}

.agent {
	background:url(images/halvbar.jpg) repeat-y;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	padding:5px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	margin:0;
	width:200px;
	/*border-top:#516c88 4px solid;*/
}

.agent a {
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

.agent a:hover {
	text-decoration:underline;
	color: #513523;
}
.bottom {
	background: #a26843;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	border-top:4px solid #513523;
	padding:none;
}
.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;
}
	


/* -----------------Navigation-------------------- */

ul.nav {
	margin:0px;
	padding:0px;
	list-style: none;
	float:left;
	width: 100%;
	height:35px;
	background:url(images/button.jpg) repeat-x;
	border-top: #513523 1px solid;
	border-bottom: #513523 1px solid;
	background-color:#6f94bb;
}

ul.nav li {
	float:left;
}

ul.nav a {
	width:120px;
	display:block;
	margin-right: 5px;
	height:35px;
	background: #6f94bb url(images/button.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
	color:#000000;
	text-align:center;
}

ul.nav a:hover {
	color:#c8d9eb;
	background-position: 0 -35px;
	background-color:#c8d9eb;
}
/*------------------Search Navigation------------*/
ul.search {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:600px;
	height:20px;
}

ul.search li{
	float:left;
}

ul.search a {
	display:block;
	margin-left:10px;
	height:20px;
	width:100px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	line-height:20px;
	color:#151e54;
	text-align:center;
	text-decoration:none;
	background:url(images/formButtonBlank_03.jpg) no-repeat;
}

ul.search a:hover {
	color:#767a7d;
}
/* -----------------SideLinks-------------------- */

.links {
	width:168px;
	background: #c8d9eb;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:900;
	color:#ffffff;
	padding:none;
	margin:none;
	border-top:#516c88 4px solid;
}

ul.links {
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:inherit;
	height:25px;
	line-height:25px;
	background: #c8d9eb;
	border-width: 1px;
	border-style:hidden;
}

ul.links a {
	display:block;
	border:#926843 solid 1px;
	border-bottom:hidden;
	text-decoration:none;
	background: #c8d9eb;
	color:#000000;
}

ul.links a:hover {
	background: #6f94bb;
	border-color: #926843;
}
#bottomBorder {
	border-bottom:#926843 solid 1px;
}
* html #bottomInvis {
	border-bottom:#926843 solid 1px;
	height: 1px;
}
#darkfill {
	background:#a26843;
}

#emph {
	font-weight:bold;
	color:#516c88;
}
#emph.a {
	color:#516c88;
}
	