/* HTML Styles */

body {
	font: 82%/1.2em Arial, Helvetica, sans-serif;
	color: #444444;
	background: #FFFFFF url(../images/header_bg.gif) repeat-x left top;
	margin: 0;
	padding: 0;
}
a:link {
	color: #004989;
	text-decoration: none;
}
a:visited {
	color: #2E7CC1;
	text-decoration: none;
}
a:hover {
	color: #004989;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
img {
	border: none;
}
p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.2em;
}
ul li {
	list-style: url(../images/bullet.gif);
}
h1 {
	font: normal 220%/1em "Trebuchet MS";
	color: #2E7CC1;
	background: url(../images/headline_bg.gif) no-repeat right bottom;
	margin: 0 -20px 1em;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}
h2 {
	font-size: 140%;
	line-height: 1.2em;
	font-weight: bold;
	color: #2E7CC1;
	background: url(../images/subhead_bg.gif) repeat-x left top;
	padding: 10px 20px;
	margin: 1.5em -20px 1em;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0;
}

/* Main Template Styles */

#header {
	background: url(../images/top_bg.jpg) no-repeat right bottom;
	clear: both;
	height: 70px;
}
#nav {
	color: #FFFFFF;
	background: #004989 url(../images/nav_bg.gif) repeat-x left top;
	clear: both;
	height: 30px;
	padding-left: 18px;
	border-bottom: 6px solid #CCCCCC;
}
#nav ul {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #468CCA;
	border-left: 1px solid #003A6E;
}
#nav li {
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
	display: inline;
	list-style: none;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 20px 10px;
	float: left;
	border-right: 1px solid #003A6E;
	border-left: 1px solid #468CCA;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #2E7CC1;
}
#nav a.navparent:link, #nav a.navparent:visited {
	background: url(../images/nav_arrow.gif) no-repeat center bottom;
}
#nav a.navparent:hover, #nav a.navparent:active {
	background: #2E7CC1 url(../images/nav_arrow.gif) no-repeat center bottom;
}
#side {
	float: left;
	width: 200px;
	padding: 20px 4px;
}
#side ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#side li {
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
	display: inline;
	margin: 0;
	list-style: none;
}
#side li a:link, #side li a:visited {
	color: #004989;
	text-decoration: none;
	background: #EEEEEE;
	padding: 8px;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}
#side li a:hover, #side li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #2E7CC1;
}
.box {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.box h2 {
	font-size: 130%;
	margin: -10px -10px .5em;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.box p {
	font-weight: bold;
}
#content {
	margin-left: 220px;
	padding: 20px;
}
.quote {
	font: normal 160%/1.2em "Trebuchet MS";
	color: #FFFFFF;
	background: #BBBBBB;
	width: 280px;
	padding: 20px;
	float: right;
	margin: 10px 0 10px 10px;
}
.photo {
	float: right;
	margin: 10px 0 10px 10px;
}
#footer {
	font-size: 80%;
	color: #999999;
	text-align: center;
	clear: both;
	padding: 10px;
	background: url(../images/footer_bg.gif) repeat-x left top;
}
