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


/* ======= global styles ======= */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-color: #000815;
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

div#outerDiv {
	width: 900px;
	margin: 0px auto;
	border: 2px solid #FFFFFF;
}

/* ======= header ======= */

div#header {
	height: 120px;
	position: relative;
	background-image: url(../images/header_background.jpg);
	background-position: bottom;
}

/* ======= logo ======= */

div#logo {
	height: 120px;
	width: 337px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;

}
#splash {
	height: 85px;
	background-image: url(../images/centerContent_background.gif);
}


/* ======= navigation ======= */

#header #navigation {
	position: absolute;
	left: 398px;
	bottom: 12px;
	width: 503px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigation li a:link, #navigation li a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	display: inline;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	font-size: 1em;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navigation li a:hover {
	color:#9BCDE6;
}
#left h2 {
	color: #9BDEFF;
}


/* ======= centerContent ======= */

#centerContent {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	border-top-width: 6px;
	border-top-style: solid;
	background-image: url(../images/content_background.png);
	background-repeat: repeat-y;
	border-top-color: #FFFFFF;
}

#centerContent p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 2.0em;
	color:#FFFFFF;
	margin: 1ex 0;
	font-size: 0.8em;
}

#centerContent h1, #centerContent h2, #centerContent h3, #centerContenth4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#centerContent h1 {
	font-size:18px;
	color:#FFFFFF;
	margin: .2ex 0 .8ex 0;
	font-weight: normal;
}

#centerContent h2 {
	font-size: 1em;
	color:##9BDEFF;
	margin: .4ex 0;
}

#centerContent h4 {
	font-size: .85em;
	font-weight: bold;
	color:#FFFFFF;
	margin: 1ex 0 -.2ex 0;

}

#centerContent #left{
	width: 180px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#centerContent #right{
	float: right;
	width: 650px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(../images/rightContent_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
}
#right p {
	color: #333333;
}

#right h1 {
	font-size:18px;
	color:#01568D;
	margin: .2ex 0 .8ex 0;
	font-weight: normal;
}

#right ul li {
	margin-left: -25px;
	list-style-type: square;
}
#right h2 {
	font-size: 0.95em;
	font-weight: bold;
	color: #015287;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -7px;
	margin-left: 0px;
}


/* ======= leftNav ======= */

#leftNav {
	width: 180px;
	float: left;
}

#leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftNav li {
	margin: 0;
	padding: 0;
}

#leftNav li a:link, #leftNav li a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 150px;
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 5px;
	margin: 5px 0px 5px 0px;
	line-height: 35px;
	font-size: 1em;
}

#leftNav a:hover {
	background-image: url(../images/over.png);
	background-repeat: no-repeat;
	background-position: right;
}


/* ======= bottom ======= */
div#bottom {
	clear: both;
	height: 200px;
	position: relative;
	background: url(../images/bottom_background.jpg);
}

/* ======= footer ======= */

div#footer {
	clear: both;
	padding: 10px;
	background: #003255;
	text-align: center;
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #FFFFFF;
	height: 20px;
}

div#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #fff;
	margin: 0;
	padding: 0;
}

div#footer a {
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
}

div#footerLeft {
	float:left;
}

div#footerRight {
	float:right;
	}
	
/* ======= misc styles ======= */

.clear {
	clear:both;
}

.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
 .fixed {
 	font-size:1em;
}

.current {
	background-image: url(../images/over.png);
	background-repeat: no-repeat;
	background-position: right;
}
#right img {
	margin-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

