/* CSS Document */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#525252;
	line-height:16px;
	background-color: #ffffff;
	background-repeat: repeat;
	background-position: top;
	background-image: url(images/bg.jpg);
}
#header {
	height: 168px;
	width: 874px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
	color: #143f76;
	font-size: 13px;
	line-height: 20px;
}
#content {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
}
#content #nav {
	background-color: #3C71B6;
	width: 857px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	padding-left: 15px;
}
#content #nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	height: 22px;
	padding-right: 7px;
	padding-left: 7px;
}
#content #nav a:hover {
	background-image: url(images/nav_on.png);
	background-repeat: repeat-x;
	color: #000000;
}
#content #frame {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
}
#content #frame #left {
	width: 271px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}
#content #frame #right {
	float: right;
	width: 545px;
	padding-right: 15px;
	padding-top: 15px;
}
#footer {
	height: 41px;
	width: 879px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	color: #00207D;
	padding-top: 63px;
	padding-right: 25px;
}









/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h2 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h3 {
	font-weight:normal;
	font-size:13px;
	display:inline
}
  
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:10px;
}

table{
	border:0px; 
	border-collapse:collapse;	
}

td, input, textarea{
	font-size:13px;
	font-family:Tahoma;
	color:#999999;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

td, select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

.header{
	font-size:22px;
	font-weight:normal;
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.subheader{
	font-size:17px;
	font-weight:normal;
	color:#0020AA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 20px;
}
.image {
	float: right;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.locations {
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
.edges {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}
.edgestitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}



a.body:link{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.body:visited{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.bottom:link{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}

a.bottom:visited{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
a:link{
	color:#00207d;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#00207d;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	line-height:1.3em;
}

.clear{clear:both;}
#content #nav a.on {
	background-image: url(images/nav_on.png);
	background-repeat: repeat-x;
	color: #000000;
}
.noshow {
	display: none;
}

.redtext{color:#F00}

.bigger{font-size:1.2em}
