/* CSS Document */

* {margin: 0; padding: 0px;}

html {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-position: center;
	height: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #001C4C;
	background-repeat: repeat-y;
	background-image: url(images/newbkgd_19.jpg);
}

/* --- MAIN POSITIONING --- */

#container {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 100%;
	z-index: 0;
}

#content {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	z-index: 1;
}

.datebkgd {
	background-color: #BABBBE;
	height: 31px;
	background-position: center;
}

/* --- DIV for TABLES --- */

#tables {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	width: 780px;
	z-index: 2;
}

.middle {
	border-left: 1px solid #BABBBE;
	border-right: 1px solid #BABBBE;
}

.one {
	border-left: 1px solid #BABBBE;
}

/* --- TOP NAV ---*/

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding: 0px;
	font-weight: bold;
}
.nav a {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav a:hover {
	color: #666666;
	text-decoration: none;
}

/* --- BODY STYLES ---*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	text-align: left;
	color: #001C4D;
	margin: 15px 0px 15px 15px;
	font-weight: normal;
}

h2 {
	color: #222222;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	margin: 15px 10px 0 15px;
	font-weight: normal;
}
h2 a {
	color: #001C4D;
	text-decoration: underline;
}
h2 a:hover {
	color: #001C4D;
	text-decoration: underline;
	background-color: #DDEEFF;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	color:#999999;
	margin: 18px 0px 15px 15px;
	font-weight: normal; 
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color:#001C4D;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px dotted #BABBBE;
}

.caption a {
	text-decoration: underline;
	color: #001C4D;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999999;
	margin: 0;
	padding: 12px 0 0 0;
	text-align:left;
}

h2 ul li {
	margin: 0 0 0 15px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	list-style-position: outside;
	list-style-image: url(images/bullit.gif);
	text-align: left;
}
h2 ul li a {
	color: #00766A;
	text-decoration: underline;
}
h2 ul li a:hover {
	color: #001C4D;
	text-decoration: underline;
}

h4 img {
	margin: 15px 8px 0 8px;
	padding: 1px;
	text-align: center;
	border: 2px solid #9E9FA4;
}

#image {
	float: left;
	height: 150px;
	margin: 0 30px 0 5px;
}

.divider {
	border-top: 1px dotted #BABBBE;
	margin: 0 10px 0 15px;
	padding: 0;
}
/* --- FOOTER ---*/

#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	text-align: center;
	border-top: 1px solid #BABBBE;
	background-color: #ffffff;
	z-index: 1;
}

#footer p {
	padding: 15px 0px 15px 0px;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #DDDDDD;
}
