@charset "utf-8";
/* CSS Document */

body, p, h1, h2, h3, div, span, input, ul, li, a, img {
	margin:0px;
	padding:0px;
}

body {
	background-position:top;
	background-repeat:repeat-x;
	background-color: #333333;
}
#clearer {
	clear:both;	
}
#siteWrap {
	margin:auto;
	width:1000px;
	background:url(../images/leftnav.jpg);
	background-repeat:repeat-y;
}
#header_left {
	width:157px;
	float:left;
	height: 187px;
	background-color: #FFFFFF;
	background-image: url(../images/pratt.jpg);
}
#rightwrap {
	height: 187px;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 157px;
}

#header_right {
	width:843px;
	float:left;
	height: 145px;
	background-image: url(../images/header.jpg);
}
#subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-repeat:repeat-x;
	background-image: url(../images/nav.jpg);
	float: left;
	width: 843px;
	height: 42px;
}
#subNav ul{
	list-style-type:none;
	list-style-image:none;
	height:25px;
}
#subNav ul li {
	float:left;
	padding-right:10px;
	padding-left:10px;
	border-right-width: 1px;
	border-right-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 12px;
}
#subNav ul li.lastItem {
	border:none;
}
#subNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
#subNav a:hover {
	text-decoration:underline;	
}
#leftNav {
	width:230px;
	float:left;

}
#contentwrap {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/contentback.jpg);
	background-repeat: repeat;
}
#maincontent {
	background-color: #FFFEF9;
	float: left;
	width: 668px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	line-height: 18px;
}
#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #662223;
	margin-top: 15px;
	
}
#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #74695A;
}
#maincontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #662223;
}
#maincontent a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	}
#maincontent a:hover{
	padding-right: 20px;
	text-decoration: none;
	}
#maincontent img {
	padding: 0px;
	border: 1px solid #999999;
	margin: 5px;
}
#sidebar {
	float: left;
	width: 272px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#sidebar a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: underline;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D7D2BF;
	margin-top: 10px;
	
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #74695A;
}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #662223;
}
#sidebar img{
	margin-left: 7px;
	border: 1px solid #000000;
}
#footer {
	background-color:#000;
	padding-bottom:25px;
}
#leftNav ul {
	list-style:none;
	margin-top:20px;
}
#leftNav ul li {
	clear:both;
	border:none;
	margin-bottom:20px;
}
#leftNav a {
	font-size:14px;	
}
#bodyContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 930px;
	color: #000000;
	font-weight: normal;

}
#bodyContent ul {
	clear:both;	
	margin-top:10px;
}
#bodyContent a {
	color:#000;	
	text-decoration:underline;
}
#bodyContent ul li {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	list-style:outside;
	padding-left:0px;
	margin-left:30px;
	list-style-type:disc;
	clear:both;
}
#imagecontent {
	width: 400px;
	float: left;
}

h1 {
	color:#410801;
	font-size:21px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color:#000000;
	font-size:16px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color:#003300;
	font-size:16px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
}
.highlight {
	color:#004072;
}
#footernav {
	width: 708px;
	padding-top:7px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#footernav ul{
	list-style-type:none;
	list-style-image:none;
	height:25px;
}
#footernav ul li {
	float:left;
	padding-left:0px;
	border-right-width: 1px;
	border-right-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 12px;
	padding-right: 10px;
}

#footernav a {
	color: #FFFFFF;
	font-weight: bold;
}
.menuitalic {
	font-size: 10px;
	font-style:italic;
	line-height: normal;
}
.footercc {
	font-size: 10px;
	font-style:bold;

}
