@charset "utf-8";
/* CSS Document */

body, html {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;	
	margin:0;
	padding:0;
	border:0;
	line-height:22px;
	height:100%;
	text-align:center;
	color:#333333;
	}
	
a:link {
	color: #990100;
	text-decoration:underline;
}
a:visited {
	color: #990100;
	text-decoration:underline;
}
a:hover {
	color: #990100;
	text-decoration:underline;
}
a:active {
	color: #990100;
	text-decoration:underline;
}

/*Div Containers */
#containerWrapper {
	width:750px;
	height:auto;
	min-height:94%;
	margin:0px auto 0 auto;
	padding:0px 0 0 0;
	border:1px solid #999999;
	background-image:url(media/background-left.jpg);
	background-repeat:repeat-y;
	background-position:0px 0px;
	position:relative;
	background-color:#FFFFFF;
	}
#mainWrapper {
	padding:115px 0 0 0; 
	background-image: url(/media/background-top.jpg); 
	background-repeat:no-repeat; 
	height:auto; 
	position:relative;
}

#navWrapper {
	margin:0px 0 0 0;
	padding:0px 0px;
	border:0;
	background-color:#993333;
	height: 30px;
	position:relative;
	z-index:1001;
	}
	
#logoWrapper {
	margin:300px 0 250px 0;
	padding:0 0 0 24px;
	border:0;	
	width:210px;
	float:left;
	position:relative;
	text-align:left;
	}
#logoWrapper1 {
	margin:320px 0 0 0;
	padding:0 0 0 24px;
	border:0;	
	width:210px;
	float:left;
	position:relative;
	text-align:left;
	height:100%;
	}
#vertspacerWrapper {
	height:150px;
	width:1px;
	clear:both;
	margin:0;
	padding:0;
	border:0;
}
#contentWrapper {
	margin:20px 30px 0 0px;
	padding:0 0 0 25px;
	border:0;
	width: 460px;
	float:right;
	position:relative;
	text-align:left;
	min-height:400px;
	z-index:50;
	}
#footer{
	margin:0px auto 0px auto;
	width:750px;
	height: 15px;
	clear:both;
	font-size:12px;
	position:relative;
	}
.nav {
	margin:0px 7px;
}
.navdivider {
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}
.title {
	margin:0 0 0 10px;
	}
a.nav:link {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
a.nav:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
a.nav:active {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
a.nav:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.alerts { width:450px; height:auto; margin:0 0px 0px 0px; padding:0 10px 0px 10px; font-size:11px;}
.alerts p {margin:0;}
.alerts h2 {color:#990000; font-size:14px; font-weight:bold; margin:0; padding:0; border-bottom:1px solid #990000;}

.contents { width:440px; height:auto; margin:0 0px 15px 0px; padding:0 0px 5px 5px; font-size:13px;}
.contents p {margin:0;}
.contents h2 {color:#990000; font-size:14px; font-weight:bold; margin:0; padding:0; border-bottom:1px solid #990000;}
.contents ul {margin:6px 0 15px 0px; padding:0 0 0 0px;}
.contents li {margin:0 0px 4px 10px; padding:0 0 0 0px; line-height:normal; width:440px;}
.contents a {text-decoration:none;}
.contents a:hover {text-decoration:underline;}

.contents1 { clear:both; width:450px; height:auto; margin:0 0px 15px 0px; padding:0 0px 5px 5px; font-size:11px;}
.contents1 p {margin:0;}
.contents1 h2 {color:#990000; font-size:14px; font-weight:bold; margin:0; padding:0; border-bottom:1px solid #990000;}
.contents1 ul {margin:6px 0 15px 0px; padding:0 0 0 0px;}
.contents1 li {margin:0 15px 5px 15px; padding:0 0 0 0px; line-height:normal; float:left;}
.contents1 a {text-decoration:none;}
.contents1 a:hover {text-decoration:underline;}h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 5px 0px;
}
