
/* STRUCTURE */
body {
	font-size: 62.5%;
	background: url(images/bg_page.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 793px;
	text-align: left;
}
#contentWrapper {
	width: 581px;
	float: left;
}
/* END STRUCTURE */


/* HEADER */
#header {
	padding: 18px 0 0 0;
}
#header h1 {
	text-align: right;
	float: right;
	width: 378px;
	font: bold 2.7em Arial, Helvetica, sans-serif;
	color: #003366;
	padding: 8px 0 0 0;
	margin: 0;
}
.h1Sub {
	font-size: .77em;
	color: #787878;
}
#seal {
	width: 175px;
	height: 112px;
	font: 1.1em Arial, Helvetica, sans-serif;
}
#seal img {
	margin-bottom: 3px;
}
#seal a:link, #seal a:visited {
	text-decoration: none;
	color: #000000;
}
#seal a:hover, #seal a:active {
	text-decoration: underline;
}
/* END HEADER */


/* PRIMARY NAV */
#nav {
	float: left;
	width: 175px;
}
#nav #navMain {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#nav #navMain li {
	margin: 0;
	padding: 0;
}
#nav #navMain li a:link, #nav #navMain li a:visited {
	font: bold 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 3px 0 4px 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-right-style: none;
	border-left-style: none;
}
#nav #navMain li a:hover, #nav #navMain li a:active {
	border-top: 2px solid #e48d83;
	border-bottom: 2px solid #e48d83;
	border-right-style: none;
	border-left-style: none;
}
/* END PRIMARY NAV */

/* SECONDARY NAV */
#nav #navSub {
	/*list-style-image: url(images/bg_bullet.gif);*/
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav #navSub li {
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
	background: #b8c7d4;
	height: 30px;
	line-height: 1.3em;
}
#nav #navSub li img {
	margin: 8px 6px 0 4px;
}
#nav #navSub li a:link, #nav #navSub li a:visited {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
}
#nav #navSub li a:hover, #nav #navSub li a:active {
	text-decoration: underline;
}
#nav img { /* THIS IS THE MAP */
	border-top: 3px solid #b8c7d4;
	border-bottom: 3px solid #b8c7d4;
	border-right-style: none;
	border-left-style: none;
	margin-top: 2px;
}
/* END SECONDARY NAV */


/* CONTENT */
#content {
	float: right;
	width: 378px;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}
#content p a ol ul {
	color: #000000;
}
h2 {
	font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
h3 {
	font: normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

.last { /* THIS IS A HORIZONTAL RULE */
	padding-bottom: 13px;
	background: url(images/bg_hrule.gif) repeat-x bottom;
}
/* END CONTENT */


/* SIDEBAR */
#sidebar {
	width: 200px;
	float: right;
	padding: 0 0 60px 0;
	font: 1.1em Arial, Helvetica, sans-serif;
	background: #e3e9ee;
	border-bottom: 3px solid #b8c7d4;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 6px 0 0 0;
}
#sidebar p {
	padding: 6px 0 6px 8px;
	margin: 0px;
}
#sidebar p a {
	color: #000000;
}
/* END SIDEBAR */

/* FOOTER */
#footer {
	text-align: center;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

/* END FOOTER */


/* MISC */
.clear {
	clear: both;
}

.blue {
	color:#3366CC;
}

li {
line-height: 120%;
}
/* END MISC */
