@charset "UTF-8";

body {
	background-color: #2c4e7b;
	background-image:url(../images/template/bkg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin: 0;
	padding: 0;
}

a { 
	text-decoration: none;
}

#content_right a {
	/*color: #FF3300;*/
	color: teal;
	font-size: 12px;
	text-decoration: none;
}

/*#content_right li a {
	color: teal;
	text-decoration: none;
}

#content_right li a:hover,*/
a:hover,
#content_right a:hover {
	text-decoration: underline;
}

h1 {
	text-align: left;
	margin: 0;
	color: #000;
	padding-top: 0;
	padding-bottom: 25px;
	font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	text-align: center;
	margin: 0;
	color: #004b76;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;/*Georgia, "Times New Roman", Times, serif;*/
	padding: 0 0 8px;
	font-weight: bold;
}

p {
/*	margin: 0;
	padding-top: 0;
	padding-bottom: 15px;*/
	margin: 10px 0px 10px 0px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;/*Georgia, "Times New Roman", Times, serif;*/
}

#main {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#masthead {
	position: relative;
	z-index: 100;
}

#masthead img {
	border: none;

	behavior: url(/css/iepngfix.htc);
}

#mastimg {
	position: absolute;
	right: 0px;
	top: 0px;
}

#content {
	background-image: url(../images/template/sidebar-internal.png);
	background-repeat: no-repeat;
	behavior: url(/css/iepngfix.htc);
	margin-top: 8px;
	padding-bottom: 1px;

}



#sidebar {
	float: left;
	padding-top: 25px;
	padding-left: 15px;
	width: 110px;
	padding-right: 13px;
	min-height: 550px;
	_height: 550px;
}


#content_right {
	background-color: #e8eef2;
	padding: 30px 30px 30px 30px;
	margin: 0px 0px 0px 149px;
	min-height: 550px;
	_height: 550px;
}

#sidebar h2 {
	text-align: center;
}

#sidebar h2 a{
	color: #FFFFFF;
	font-size: 14px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	border-bottom: 1px #C1D9F0 dashed;
	padding-top: 12px;
	padding-bottom: 3px;
}

#sidebar li a {
	display: block;
	color: #fff;
	font: 11px/8px;
	/*font-weight: bold;*/
	letter-spacing: -1px;
}

#sidebar a:hover {
	color: #004b76;
	background-color: #FFFFFF;
	text-decoration: none;
}

.accent {
	border: 1px solid #004d77;
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
	position: relative;
	z-index: 1;
}

.accent2 {
	border: 0px solid;
	margin-right: 3px;
	margin-bottom: 5px;
	float: right;
	position: relative;
	z-index: 1;
}

.accent3 {
	border: 0px solid;
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
	position: relative;
	z-index: 1;
}

#fixwidth {
	width: 538px;
}

#footer {
	background-image: url(../images/template/address.png);
	background-repeat: no-repeat;
	behavior: url(/css/iepngfix.htc);
	height: 20px; 
	margin-top: 8px;
}

.teal {
	color: teal;
}

.red {
	color: red;
}

.redlarge {
	color: red;
	font-size:14px;
}

.navy {
	font-size:13px;
	color: navy;
}

.navy2 {
	color: navy;
}

.black {
	color: #000000;
}

.center {
	text-align: center;
}

/* horizontal link layout. see: about/history.jsp */
.horzlink ul{
	list-style: none;
	height: 20px;
	margin: 0;
	padding: 0;	
}

.horzlink ul li {
	height: 20px;
	float: left;
}
.horzlink ul li a {
	margin-left: 12px;
	margin-right: 12px;
	font-weight: bold;
}

.horzlink ul span {
	font-style: italic;
	font-weight: bold;
	padding: 0px 12px;
}

.horzlink ul.indent {
	margin-left: 40px;
}
/* End horizontal link layout.*/

