/* CSS Document */

* {margin: 0px;
   padding: 0px;}
   
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666666;
	line-height: 18px;
}

#header {
	background-image: url(../images/greyorange_stripe.gif);
	background-repeat: repeat-x;
	height: 224px;
	width: 100%;
	margin-top:60px;
	position: relative;
}

#centered {
	width: 980px;
	background: #FFFFFF;
	text-align: left;
	position:relative;
	margin-top: -284px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#left {
	width: 363px;
	position:absolute;
	top: 274px;
	left: -363px;
	background-image: url(../images/carrot_big_thin.gif);
	background-repeat: no-repeat;
	background-position: 0px 33px;
} 

#right {
	width: 617px;
	position: absolute;
	top: 10px;
	left: 364px;
	background-color: #FFFFFF;
}

p {margin: 15px;}

h1 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 0px;
	line-height: 16px;
}

h2 {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: -10px;
	margin-left: 15px;
}

h4 {
	width: 220px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

h5{
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}  

#navcontainer {
	margin-left: 148px;
	background-image: url(../images/menu_grad_bkgd.jpg);
	background-repeat: repeat-y;
	padding-top: 75px;
}

#logo {
	position: absolute;
	left: -364px;
	width: 363px;
	top: 50px;
	height: 224px;
}
.clearboth {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
#right #maincontent {
	border: 1px solid #666666;
}
#right #footer {
	font-size: 10px;
	text-align: right;
	padding-top: 2px;
}
#right #footer p {
	margin: 0px;
	padding: 0px;
}
#right #footer ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 40%;
}
#right #footer li {
	float: left;
}
#right #footer li a {
	color: #666666;
	text-decoration: none;
}
#right #footer li a:hover {
	color: #000000;
	text-decoration: underline;
}
#right #homeleftcol {
	width: 331px;
}
#right #homemidcol {
	width: 47px;
	position: absolute;
	left: 318px;
	top: 412px;
}
#right #homerightcol {
	width: 237px;
	left: 365px;
	top: 412px;
	position: absolute;
}

#right #newsitem {
	position: absolute;
	top: 260px;
}
#right #newsitem a {
	font-style: italic;
	color: #FF770D;
	text-decoration: none;
}
#right #newsitem a:hover {
	text-decoration: underline;
}
#maincontent a {
	color: #666666;
	text-decoration: underline;
}
#maincontent a:hover {
	color: #000000;
	text-decoration: underline;
}
#maincontent a.bios {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#maincontent a.bios:hover {
	text-decoration: underline;
}
.orangetitles {
	color: #FF770D;
	font-weight: bold;
}
#maincontent ul {
	padding-left: 48px;
	list-style-position: inside;
	list-style-type: disc;
}
#maincontent ul ul {
	padding-left: 24px;
	list-style-position: inside;
	list-style-type: square;
}
#maincontent ul.across {
	list-style-type: none;
	position: relative;
}
#maincontent li {
	list-style-position: outside;
	line-height: 16px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#maincontent li.left {
	float: left;
	list-style-type: none;
	padding-right: 36px;
}
img.right {
	float: right;
	border: 0;
	padding-right: 15px;
}
#contactform {
	position: absolute;
	width: 330px;
	left: 270px;
	top: 360px;
}
#right #contactleftcol {
	width: 250px;
}
p.indent {
	padding-left: 33px;
	padding-top: 12px;
}
#maincontent img.left {
	float: left;
	padding-right: 15px;
	padding-bottom: 8px;
}

