@charset "UTF-8";

/* Page Structure */

body {
	background-image: url(images/bg.jpg);
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}

#header {
	width: 800px;
	height: 135px;
	border-top: #000 solid 15px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	border-bottom: 0px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	}
	
#navigation {
	width: 800px;
	height: 35px;
	border-top: 0px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	border-bottom: 0px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	}

#shadow-spacer-top {
	width: 800px;
	height: 30px;
	border-top: 0px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	border-bottom: 0px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	}

#subnav {
	width: 195px;
	height: 300px;
	border: 0px;
	margin: 0px;
	background-color: #FFF;
	}

#subnav-content {
	width: 195px;
	height: 250px;
	border: 0px;
	margin: 0px;
	background-color: #E3E1DD;
	}

#content {
	width: 802px;
	height: 500px;
	border-top: 0px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	border-bottom: 0px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	}

#shadow-spacer-botm {
	width: 800px;
	height: 40px;
	margin: 0 auto 0 auto;
	border-top: 0px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	border-bottom: 0px;
	background-color: #FFF;
	}
	
#footer {
	width: 802px;
	height: 150px;
	margin: 0 auto 0 auto;
	border-top: 0px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	border-bottom: #000 solid 15px;
	background-color: #DAD6B0;
	}
	

/* Typography */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	}

h1 { font-size: 24px; font-weight: bold; }

h2 { font-size: 18px; font-weight: bold; color: #333; }

a:link { color: #CC0033; text-decoration: underline; }

a:hover { color: #CC0033; text-decoration: underline; }

a:visited { color: #CC0033; text-decoration: underline; }

#subnav-content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
#breadcrumbs {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}

#footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
#footer .subhead { color: #CC0033; font-weight: bold; }

#footer a, a:hover, a:visted { color: #CC0033; text-decoration: underline; }

