@charset "utf-8";
/* CSS Document */
/* ID */
#Container{
   position: relative;
   margin: 0px auto;
   width: 1000px;
   height: auto;
   z-index: 0;
}
#Nav {
	position:absolute;
	left:0px;
	top:230px;
	width:1000px;
	height:33px;
	z-index:1;
}
#Top {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:33px;
	z-index:2;
}

/* tag */

h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0B3953;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #146B9A;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
}

h3 a:link {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration:none;
}
h3 a:visited {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration:none;
}
h3 a:hover {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration:none;
}
p {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #0B3953;

}

td {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#646464;
	line-height: 18px;

	}
	
/* class */

.state {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #148CD3;
}

.featured {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.right-bg {
	background-color:#376c8d;
}

.darkT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	background:#364D5F;
}

.copy {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #0B3953;
	text-align:justify;

}


.top-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
	margin-right:15px;
}

.top-text a:link, .top-text a:visited {
	color: #FFFFFF; 
}

.top-text a:hover {
	background-color: #C6D8F9;
	color: #003E62;
	text-decoration: none;
}

.lightT{
	background-color:#D5EBFD;
}

.lightT2{
	background-color:#C2E2FC;
}


.footerB1 {
	background-color:#618d9b;
}
	
.footerB2 {
	background-color:#012e4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
	background:#364D5F;

}
.footerB2 a:link, .footerB2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size: 11px;
}

.footerB2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C6D8F9;
	color: #003E62;
	text-decoration: none;
	font-size: 11px;
}


.featured-text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #471F0C;

}

a:link {
	color: #14649E;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #14649E;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #0F2E53;
	font-weight: normal;
	text-decoration: none;
	text-decoration:none;
}