/* General Formatting -------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
body{
	background-color: #B59889;
	margin-top: 10px;
}
a, a:visited{
	color: #161852;
}
a:hover{
	text-decoration: none;
}
img.border{
	border: 1px solid #666;
	margin: 10px;
	padding: 2px;
}
.required{
	color: #f00;
	font-weight: bold;
}

/* Container ---------------------------------------------------*/
#container{
	width: 750px;
	margin: 0 auto;
}

/* Left Side ----------------------------------------------------*/
#leftside{
	float: left;
	width: 160px;
	background: url(../../images/top_left.jpg) no-repeat top #B59889;
	padding-top: 200px;
}

/* Nav ----------------------------------------------------------*/
#nav{
	list-style: none;
	margin-left: 10px;
	width: 130px;
}
#nav li{
	margin-bottom: 20px;
}
#nav a{
	color: #294166;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1em;
}
#nav a:hover{
	color: #441111;
}

/* Header -------------------------------------------------------*/
#header{
	float: left;
	background: url(../../images/header.jpg) no-repeat;
	width: 590px;
	height: 150px;
}

/* Main ---------------------------------------------------------*/
#main{
	float: left;
	width: 590px;
	background-color: #F7F7F7;
}

/* Content ------------------------------------------------------*/
#content{
	width: 550px;
	padding: 10px 15px;
}
#content p{
	margin-bottom: 1em;
	line-height: 1.3em;
}
#content h1{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: #373852;
	line-height: 1.3em;
	margin-bottom: 1em;
}
#content h2{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #373852;
	font-style: italic;
	line-height: 1.3em;
	margin-left: 20px;
	margin-bottom: 1em;
}
.indent{
	margin-left: 20px;
}
.small, .small a{
	font-size: 10pt;
}
.darkred{
	color: #441111;
}
.smallprint{
	color: #666;
	font-size: 9pt;
}

/* Sitemap */
#sitemap{
	margin-bottom: 1em;
	list-style: none;
}
#sitemap li{
	padding-left: 20px;
	line-height: 1.6em;
}
#sitemap a{
	text-decoration: none;
}
#sitemap a:hover{
	text-decoration: underline;
}

/* Tables */
table{
	width: 550px;
	border: 1px solid #666;
}
td{
	vertical-align: top;
	padding: 5px 10px;
	line-height: 2em;
	font-size: 10pt;
	border-bottom: 1px dashed #999;
}
td p{
	font-size: 10pt;
	padding: 5px 0;
}
form table{
	width: 550px;
	border: 0;
}
form td{
	border: 0;
}
.noborder{
	border: 0;
}

/* Bottom Nav */
#bottomnav, #bottomnav a{
	text-align: center;
	font-size: 10pt;
	line-height: 1.3em;
}