/* CSS Document */

.noPrint {display:none;}

.printLogo {display:block;}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#000000;
	font-variant:small-caps;
	letter-spacing:6px;
	}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#000000;
	text-transform:uppercase;
	letter-spacing:4px;
	}

.body {
	margin-bottom:20px;
	margin-left:58px;
	margin-top:12px;
	background-color:#000000;
	background-image:  url("images/common/background.jpg");
	background-position:inherit;
	background-repeat:no-repeat;
	}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
	}
.content a:link {color:#000000; text-decoration:underline; font-weight:bold;}
.content a:visited {color:#000000; text-decoration:underline; font-weight:bold;}
.content a:hover {color:#000000; text-decoration:none; font-weight:bold;}
.content a:active {color:#000000; text-decoration:none; font-weight:bold;}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
	}
.footer a:link {color:#000000; text-decoration:none;}
.footer a:visited {color:#000000; text-decoration:none;}
.footer a:hover {color:#000000; text-decoration:underline;}
.footer a:active {color:#000000; text-decoration:underline;}

.form_border {
	border:1px solid #000000;
	}

.form_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}

.gray_border {
	padding-bottom:15px;
	padding-left:15px;
	padding-top:10px;
	}

.nav3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	line-height:18px;
	text-transform:uppercase;
	padding-top:20px;
	}
.nav3 a:link {color:#000000; text-decoration:none;}
.nav3 a:visited {color:#000000; text-decoration:none;}
.nav3 a:hover {color:#000000; text-decoration:none;}
.nav3 a:active {color:#000000; text-decoration:none;}

.navhome {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.navhome a:link {color:#000000; text-decoration:none;}
.navhome a:visited {color:#000000; text-decoration:none;}
.navhome a:hover {color:#000000; text-decoration:none;}
.navhome a:active {color:#000000; text-decoration:none;}

.navhome2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-transform:lowercase;
	letter-spacing:1px;
	}
.navhome2 a:link {color:#000000; text-decoration:none;}
.navhome2 a:visited {color:#000000; text-decoration:none;}
.navhome2 a:hover {color:#000000; text-decoration:none;}
.navhome2 a:active {color:#000000; text-decoration:none;}

.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	}
.news a:link {color:#000000; text-decoration:underline;}
.news a:visited {color:#000000; text-decoration:underline;}
.news a:hover {color:#000000; text-decoration:none;}
.news a:active {color:#000000; text-decoration:none;}

.page_border {
	border:1px solid #000000;
	}

.required {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}



#nav1 {
position: absolute;
width: 125px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 11px;
}

#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:visited {
display: block;
padding: 2px 2px 2px 24px;
background-color: #000000;
background-image:   url("assets/main_link.gif");
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000000;
text-decoration: none;
}

#navlist a:hover {
background-color: #B3C0CF;
background-image:   url("assets/main_hover.gif");
color: #000000;
}

#nav1 #navlist .uberlink {
background-color: #000000;
background-image:   url("assets/main_hover.gif");
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000000 !important;
font-weight: bold;
cursor: default;
}