@charset "utf-8";
/* CSS Document */
p,li,ol {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
h1, h2, h3, h4 {
	color:#F7941E;	
	font-family:Verdana, Geneva, sans-serif;
}
h1 {
	font-size:20px;
	text-align:center;
	font-weight:bold;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin:10px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
body {
	background-image:url(/images/body-grad.jpg);
	background-position:top;
	background-color:#ffffff;
	background-repeat:repeat-x;
}
.main {
	border:1px solid #F47845;	
}
.mainArea {
/*	background-image:url(/images/main-bg.jpg);

	background-repeat:no-repeat;*/
	background-color:white;
}
.headr {
	background-image:url(/images/header.jpg);
	height:230px;
}
.headr img {
	margin-top:90px;
}
.nav {
	height:38px;
	background-image:url(/images/nav-bg.jpg);
	background-repeat:repeat-x;
	margin-top:42px;
}
.nav div {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

.content {
	
	background-position:left top;
	background-repeat:no-repeat;
	background-color:white;

}
.content div {
	margin:10px;
}
.content div ul {
	margin-left:50px;
}
#subContent {
	width:405px;
	height:366px;
	float:right;
	margin:20px;
	background-image:url(/images/subcontent-box.png);
}
#subForm {
	width:405px;
	float:right;
	margin:20px;
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
}
#subContent div {
	margin:10px;	
}
#subContent div p {
	font-size:10px;
	margin-top:30px;
	text-align:justify;
}
#bottomLogo {
	position:absolute;
	bottom:10px;
	right:50%;
	margin-right:-470px;
}
p.call {
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;
}
span.callno {
	color:#F47845;	
	font-size:18px;
	font-weight:bold;
}
p.footnote {
	text-align:center;	
}