@charset "utf-8";
/* CSS Document */

/* ====================== background ======================= */

body {
	background-color: #0060a9;
	margin: 0px;
	padding: 0px;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}

#topheader {
	width: 813px;
	height: 20px;
	text-align: right;
	margin: 15px auto;
	padding:5;	
}

#outline {
    background-color:white;
	border: thin solid #9C0C00;
	width: 813px;
	height:auto;
	text-align: left;
	margin: 15px auto;
	padding:0;	
}

#main {
    background-color: #cdddf3;
	border: thin solid #000000;
	width: 800px;
	margin: 3px 0 3px 3px;
	position: relative;
}

#content {
    background-image: url(images/sub-header.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding:0;
	width: 800px;
	height: 192px;
	z-index: 1;
}

/* =========================  left side content ======================*/
#l-column {
 	margin-top: 192px;
    width: 230px;
	float:left;
	background-color: #1b4f8c;
	background: url(images/sub-grade.gif) repeat-x;
}

.nav {
	list-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	color: #fff;
	font-weight: bold;
	line-height: 1.75;
	margin: 0;
	padding-left: 25px;
	padding-top: 10px;
}

.nav a {
    text-decoration: none;
	color: #fff;
}

.nav a:hover {
    text-decoration: underline;
	color: 9C0C00;
}
.contact-header {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}






/* ========================= right side content ==========================*/
#rightDoc {
	margin-top: 195px;
	margin-left: 35px;
	width: 500px;
	position: relative;
	text-align: left;
	float:left;
	background-color: #cdddf3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #9c0c01;
	padding: 0 0 25px 0;
	margin: 0;
}
		


/* ==========================  footer content ======================== */

#links {
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px ;
	margin-top: 15px;
}

#links a { color:#ffffff; text-decoration: none;}
#links a:hover { color: #9C0C00; text-decoration: underline;}


#footer {
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	width: 800px;
	height: 23px;
	position:absolute;
	bottom: 0;
	left: 0;
}

#footer2 {
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 25px;
}

#footer a {color: #ffffff; text-decoration: none;}
#footer a:hover {color: #9C0C00; text-decoration: underline;}


#footer2 a {color: #ffffff; text-decoration: none;}
#footer2 a:hover {color: #9C0C00; text-decoration: underline;}




