@charset "utf-8";
/* CSS Document */

/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

fieldset,img {
	border: 0;
	text-align: center;
}

legend {
	color: #339;
}

li { list-style: none; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

tableXX
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

/* ----------------------------
main
---------------------------- */
body {
	/*background-color: #FFFBE8;*/
	background-image: url(../images/layout/templateBCKxx.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #004180;
}
.topStrip {
	/*height: 44px;*/
	/*background-image: url(../images/layout/topStrip.gif);*/
	background-repeat: repeat-x;
}
#main {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navContainer {
	width: 220px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#nav {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #0082ff;
	font-weight: normal;
	margin: 0px;
}

#nav ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9EBFF;
	padding-top: 7px;
	padding-bottom: 5px;
}
#nav ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav ul li a {
	color: #004180;
	text-decoration: none;
	font-size: 18px;
}
#nav ul li a:hover {
	color: #0082ff;
}
#nav ul ul {
	border-top-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#nav ul ul li {}
#nav ul ul li a {
	color: #0082FF;
	font-size: 15px;
	font-weight: bold;
}
#nav ul ul li a:hover {
	text-decoration: none;
	color: #004180;
}
#contentContainer {
	width: 725px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFF;
}
#content {
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
	font-size: 12px;
}
#content p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#content h1 {
	color: #004180;
	font-size: 25px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content h2 {
	color: #0082FF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 18px;
}
#content h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#content h4 {
	background-color: #821fff;
	font-size: 20px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
}
#content h5 {
	font-size: 16px;
	font-weight: bold;
	color: #004180;
	margin: 0px;
	padding: 0px;
}
#content h6 {}
#content ul {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	padding-right: 0px;
}
#content ol {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	padding-right: 0px;
}
#content li {
	list-style-type: disc;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content .news {
	margin: 0px;
	padding: 0px;
}
#content ul.news {
	background-color: #D9EBFF;
	color: #004180;
	font-weight: bold;
	font-size: 15px;
	width: 455px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
#content ul.news li {
	padding-bottom: 15px;
	list-style-type: none;
	background-image: url(../images/layout/newsBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#content ul.news li a {
	color: #0082FF;
	font-weight: bold;
	text-decoration: underline;
}
#content ul.news li a:hover {
	color: #004180;
	text-decoration: underline;
}
#content a {
	color: #0082FF;
}
#content a:hover {
	color: #004180;
}
#content fieldset {
	text-align: left;
	padding: 10px;
	margin: 0px;
	border: 1px solid #D5EAFF;
}
#content legend {
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	color: #0082FF;
}
#content .classHightlight ul {
}
#content .classHightlight li {
	font-size: 18px;
	color: #004180;
	font-weight: normal;
}
#content .classHightlight a {}
#content .classHightlight a:hover {}
#content div.classHightlight {
	margin-right: 100px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #0082FF;
	background-color: #DDEDFF;
}
#content .wlabel {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#content th {
	color: #FFF;
}
#content .picBorder {
	background-color: #FFF;
	border: 1px solid #60C;
	padding: 3px;
}

#rightBox {
	width: 190px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: right;
	padding: 0px;
}
#footer {
	color: #666;
	font-size: 11px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9EBFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #0082ff;
	text-decoration: underline;
}
#bottomGraphic {
	background-color: #FFFBE8;
}
.required {
	color: #C00;
	font-weight: normal;
	font-size: 16px;
}

