/* _____________________________________________ ZERO OUT ______________________________________________ */

* {	margin: 0; padding: 0; border: 0 }

/* ____________________________________________ HTML & BODY ____________________________________________ */

html {
	height: 100%;
	scrollbar-base-color: #064199;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #AFB1B7 }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(images/_shared/pg-bg.gif) center top fixed #C3C5CA }

/* __________________________________________ TEMPLATE ITEMS __________________________________________  */

#container {
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0 18px 0 18px;
	background: url(images/_shared/container_bg.png) repeat-y }
#header-left {
	float: left;
	width: 344px;
	height: 215px;
	background: url(images/_shared/header-left_bg.gif) no-repeat }
#header-right {
	float: right;
	width: 506px;
	height: 215px }
#header-email { margin: 155px 0 0 81px }
#nav-left {
	width: 310px;
	float: left }
#nav-right {
	width: 196px;
	float: right }
#main {
	clear: both;
	background: url(images/_shared/main_bg.jpg) 37px 25px no-repeat }
#pg-title {
	height: 27px;
	background: url(images/_shared/pg-title_bg.gif) left 37px no-repeat;
	margin: 0 0 0 203px;
	padding: 20px 0 0 74px }
#footer-lines {
	height: 3px;
	background: url(images/_shared/footerlines_bg.gif) }
#copyright {
	float: left;
	width: 405px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8D9DCE;
	background: #053C8C;
	padding: 7px 0 6px 20px }
#footer-btm { clear: both; background: #053C8C }
#content {
	margin: 0 0 0 203px;
	padding: 20px 50px 10px 30px }

/* ______________________________________________ LINKS ________________________________________________ */

a:link { color: #064199; text-decoration: underline }
a:visited { color: #064199; text-decoration: underline }
a:hover { color: #064199; text-decoration: none }
a:active { color: #064199; text-decoration: none }

#footerlinks {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8D9DCE;
	text-align: center;
	letter-spacing: .04em;
	background: #053C8C;
	padding: 8px 0 7px 0 }
#footerlinks a:link { color: #8D9DCE; text-decoration: none }
#footerlinks a:visited { color: #8D9DCE; text-decoration: none }
#footerlinks a:hover { color: #FFFFFF; text-decoration: underline }
#footerlinks a:active { color: #FFFFFF; text-decoration: underline }

#lh {
	float: right;
	width: 405px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8D9DCE;
	letter-spacing: .04em;
	text-align: right;
	background: #053C8C;
	padding: 7px 20px 6px 0 }
#lh a:link { color: #8D9DCE; text-decoration: none }
#lh a:visited { color: #8D9DCE; text-decoration: none }
#lh a:hover { color: #FFFFFF; text-decoration: underline }
#lh a:active { color: #FFFFFF; text-decoration: underline }

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 12px 0 }
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	line-height: 1.5em;
	margin: 1px 5px 12px 22px }
ul li { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	padding-left: 17px }
ol_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px }
ol li_unused { margin: 5px 0 5px 0 }
blockquote_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
	line-height: 1.5em }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #064199;
	text-align: center;
	text-transform: uppercase;
	word-spacing: .3em;
	margin-bottom: 12px }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: capitalize;
	margin: 0 0 12px 0 }
/* apparently hr is different now with xhtml -
style the preceeding para with "no-btm-margin" to avoid browser inconsistancy */
hr {
	border: none;
	border-top: #064199 1px dashed;
	height: 1px;
	width: 75%;
	text-align: center;
	margin: 18px auto 18px auto }
	
/* ___________________________________________ CUSTOM STYLES ___________________________________________ */

.p-align-center { text-align: center }
.p-align-right_unused { text-align: right }
.p-align-left_unused { text-align: left }
.no-btm-margin { margin-bottom: 0 }
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: .04em;
	word-spacing: .1em;
	line-height: 2em }
.img-right_unused { float: right; margin: 5px 0 7px 15px }
.img-left_unused { float: left; margin: 5px 15px 7px 0 }
