
/*HTML SELECTORS*/
*			{ margin:0; padding:0; }
body                    { font-family:arial, sans-serif; background:#25408f; }
img			{ border:0; }
img.center		{ border:0; display:block; margin-left:auto; margin-right:auto; }
h1.company_name		{ font-size:24px; font-family:times, serif; }
ul.navbar		{ font-size:9px; font-weight:normal; padding-left:3px; }
li.nav_item		{ list-style:none; float:left; width:105px; height:20px; text-align:center; margin-right:6px; }
p			{ font-weight:normal; }
p.header		{ font-size:24px; text-align:right; color:#black; font-family:arial; font-weight:bold; height:64px; padding-right:10px; }
p.subhead		{ font-size:larger; color:#ffffff; text-align:left; font-family:arial; font-weight:normal; }
p.footer		{ text-align:center; color:#ffffff; }
p.bold_txt		{ font-size:11px; color:black; font-weight:bold; margin:10px 0; padding:4px; }
p.centered_txt		{ font-size:11px; text-align: center; color:black; margin:2px 0; padding:2px; }
p.surround_txt		{ font-size:11px; color:black; margin:2px 0; padding:2px; }
p.ehd_txt		{ font-size:11px; color:black; margin:0px 0; padding:0px; }
p.reg_txt		{ font-size:11px; color:black; margin:10px 0; padding:4px; }
p.intro_right		{ font-size:11px; color:black; margin:10px 0; }
p.copyright		{ font-size:11px; text-align:right; color:#ffffff; }
p.url			{ font-size:10px; text-align:right; }
p.validation		{ position:absolute; top:5px; left:0; }
acronym			{ color:#bbb; font-style:italic; }
/*HTML SELECTORS*/

/*FORM ELEMENTS*/
form.contact_form	{ width:100%; margin:10px 0; }
form.login		{ width:100%; margin:10px 0; }
input.name		{ width:150px; }
input.address		{ width:250px; }
input.security		{ width:100px; }
textarea		{ width:350px; height:50px; }
input.userid		{ width:150px; }
input.userkey		{ width:150px; }
/*FORM ELEMENTS*/

/*LINK CLASSES*/
a.nav:link		{ color: #304691; text-decoration: none; }
a.nav:hover		{ color: #304691; text-decoration: underline; }
a.nav:visited		{ color: #304691; text-decoration: none; }
a.nav2:link		{ color: #dddddd; text-decoration: none;}
a.nav2:hover		{ color: #dddddd; text-decoration: underline; }
a.nav2:visited		{ color: #dddddd; text-decoration: none; }
/*LINK CLASSES*/

/*DIV IDS*/
#master_container	{ width:880px; margin:0 auto; background:#25408f; background-image: url('/images/bodybg.gif'); background-repeat: repeat-y; }
#site_container		{ width:740px; background:#25408f; solid #355023; margin:0 auto; }
#header			{ width:100%; border-bottom:1px solid #25408f; overflow:auto; background-image: url('/images/stripe.gif'); background-repeat x; align-bottom; margin-top:2px; }
#navigation		{ width:100%; height:30px; text-align:center; background:#25408f; }
#welcome		{ width:740px; margin:0 auto; background:#ffffff; min-height:350px; }
#content		{ width:740px; margin:0 auto; background:#ffffff; font-size:12px; min-height:350px; }
#picturepost		{ padding: 6px; display:block; margin-left:auto; margin-right:auto; }
* html #content		{ height:350px; }
#footer			{ position:relative; font-size:9px; width:740px; margin:5px auto; background:#25408f; padding:4px 0; }
#disclaimer		{ position:relative; font-size:9px; width:740px; color:white; margin:5px auto; background:#25408f; }
/*DIV IDS*/

/*DIV CLASSES*/
.c1			{ margin-left: 2em; }
.thinheat		{ text-align:center; }
.header_left		{ width:158px; float:left; }
.header_right		{ width:582px; height:74px; float:right; align:top; }
.body_left		{ width:383px; vertical-align:bottom; background:white; }
.body_center		{ width:10px; }
.body			{ padding:10px; }
.body_right		{ width:342px; float:right; position:relative; vertical-align:top; background:white; padding:4px }
.intro_left		{ width:530px; float:left; position:relative; text-align:left; vertical-align:top; }
.intro_right		{ width:200px; float:right; position:relative; text-align:right; vertical-align:top; }
.logo			{ width:158px; height:64px; position:relative; }
.page_header		{ width:100%; }
.page_table		{ text-align:center; }
.page_footer		{ width:100%; text-align:center; }
.page_disclaimer	{ width:100%; text-align:right; }
.page_body		{ padding:0px; }
.page_paragraph		{ padding:0px; text-indent:10px; }
/*DIV CLASSES*/