/* CSS Document */

/*
Color Index
2462AB - light blue
000099 - middle blue from original site
0B2E82 - dark blue
*/
/*	background-color: #78A8E2;*/
/*	background-color: #ADCAED;*/

body {
	background-color: #2462AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	margin-top: 2px;		
	}

.bold {
	font-weight: bold;
}

.bold2 {
	font-weight: bold;
	font-size: 16px;
}

.boldtitle {
	font-weight: normal;
	font-size: 24px;
	color: #000000;
	margin: 0px;
	padding: 15px 0px 0px;
}

.boldunderline {
	text-decoration: underline;
	font-weight: bold;
	}

.center {
	text-align: center;
	}

.clear {
	clear: both;
	}

#content {
	margin-left: 200px;
	padding-right: 25px;
	height: 100%;
	}

#footer {
	text-align: center;
	color: #fff;
	margin-top: 5px;
	}

.footer2 {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	}

a.footer:link {
	color: #fff;
	text-decoration: none;
	}

a.footer:visited {
	color: #fff;
	text-decoration: none;
	}

a.footer:hover {
	text-decoration: underline;
	}

.indexnotice {
	font-weight: bold;
	color: #FF0000;
	border: thin solid #FF0000;
	text-align: center;
	width: 95%;
	}


#leftdiv {
	float: left;
	margin-left: 5px;
	margin-top: 25px;
	}

ul.listplain {
	margin: 0 0 0 20px;
	margin-top: 0;
	padding: 0;
	}

.logo {
	text-align: center;
	background-color: #fff;
	padding: 2px;
	border-bottom: 2px solid #2462AB;
	}

#main {
	margin: 0 auto;
	width: 800px;
	border: 1px solid #000;
	background-color: #fff;
	}

a.notice:link {
	color: #FF0000;
	text-decoration: none;
	}

a.notice:visited {
	color: #FF0000;
	text-decoration: none;
	}

a.notice:hover {
	color: #0000FF;
	}

.phone {
	margin: 5px 0 0 140px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman";
	}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px;
	z-index: 4;
	}

#nav li {
	position: relative;
	color: #fff;
	background-color: #0B2E82;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	list-style: none;
	}

#nav li ul {
	position: absolute;
	left: 144px;
	top: -1px;
	display: none;
	background-color: #000066;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 0px;
	margin: 0;
	padding: 0;
	width: 125px;
	z-index: 1;
	}	

#nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #0B2E82;
	padding: 3px;
	}

#nav li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #0B2E82;
	padding: 3px;
	}

#nav li a:hover {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 3px;
	}

#nav li:hover ul, #nav li.over ul { display: block; }

.picborder {
	border: 1px solid #000000;
	}
	
.underline {
	text-decoration: underline;
	}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; }
* html #nav ul li a { height: 1%; }
/* End */


/*

#body {
	font-family: arial;
	font-size: 10pt;
	padding:0;
	border: #000000;
}

.body {
	font-family: arial;
	font-size: 10pt;
	padding:0;
	position: absolute;
	border: #000000;
}

#body2 {
	font-family: arial;
	font-size: 10pt;
	z-index:1;
	padding:0;
}

.boldtitle {
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	margin: 0px;
	padding: 15px 0px 0px;
}

.textcolor {
	color: #000099;
	font-family: arial;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	top: 0px;
	clip:  rect(0px auto auto auto);
	border: 0px;




}
}

.titleposition {
	margin: 0px;
	padding: 0px;
	padding:0;
}
.underline2 {
	text-decoration: underline;
}

.highlight {
	color: #FF0000;
	border: thin solid #FF0000;


}
