@charset "utf-8";
/* CSS Document */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000033;
}
a:link {
	color: #0055a6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DA2E44;
}
a:hover {
	text-decoration: none;
	color: #da2e44;
}
a:active {
	text-decoration: none;
	color: #0055A6;
}
h1 {
	font-size: 16px;
	color: #003300;
}
h2 {
	font-size: 14px;
	color: #da2e44;
	
}#wrapper {
	background-image: url(../images/table_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	height: auto;
	width: 1000px;
	margin: 0 auto;
	background-position: left top;
}

#lhs_navigation {
	float: left;
	height: auto;
	width: 179px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#rhs_images {
	float: right;
	height: auto;
	width: 200px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.nav a {
	width:188px;
	height:30px;
	display:block;
	text-indent:30;
	overflow:hidden;
		background-image: url(../images/navy.gif);
	/*background-image: url(../images/nav.gif);*/
	background-position: 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #032b71;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
}
.nav a:hover {
	background-position: 0px 0px;
	color: #000;
		background-image: url(../images/navy_over.gif);
	/*background-image: url(../images/nav_over.gif);*/
}


.navigation_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00418c;
	padding: 10px;
}
.navigation_text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0168ca;
	
}

.index_flash {
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
}
/* Sidebar */

#sidebar {
	margin: 0 auto;
	clear: both;
	width: 980px;
	background: #ffffcc;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
	border-top: #003399 2px dashed;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
	border-bottom: #6699ff 1px dashed;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding-left: 20px;
	color: #003399;
}

#sidebar a {
	text-decoration: none;
	color: #00418c;
}

#sidebar a:hover {
	text-decoration: none;
	color:#da2e44;
}

img {
	border: none;
}
#title{
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #da2e44;
	background: #ffff00;
	
}