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

.lyt #mainContent a {
	color: #3175bf;
	text-decoration: none;
}
.lyt #mainContent a:hover {
	color: #17477B;
	text-decoration: none;
}
em, form {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.lyt #mainContentbody textarea {
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	border: 1px solid #c9c9c9;
	font-size: 12px;
	color: #333333;
}

.lyt #mainContentbody input {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	border: 1px solid #c9c9c9;
	font-size: 12px;
	color: #333333;
}

#mainContent li {
	margin-bottom: 5px;	
}

#mainContent ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 14px;
}

#mainContent #sidebar li {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 10px;
	display: block;
	margin-right: 10px;

}

#mainContent #sidebar li a {
	display: block;
}


#mainContent #sidebar li a:hover {
	background-color: #E2E2E2;
	display: block;
}



#mainContent p {
	margin: 0px;
	padding-bottom: 20px;
}

#mainContent p+p {
	padding-bottom: 10px;
}

#mainContent h1+p, #mainContent h2+p, #mainContent h3+p, #mainContent h4+p, #mainContent h5+p, #mainContent h6+p {
	padding-bottom: 10px;
}

#mainContent #bodycont h1:first-child, #mainContent #bodycont h2:first-child, #mainContent #bodycont h3:first-child, #mainContent #bodycont h4:first-child, #mainContent #bodycont h5:first-child, #mainContent #bodycont h6:first-child, #mainContent #sumcont h1:first-child, #mainContent #sumcont h2:first-child, #mainContent #sumcont h3:first-child, #mainContent #sumcont h4:first-child, #mainContent #sumcont h5:first-child, #mainContent #sumcont h6:first-child {
	margin-top: 0px;
}



small {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 10px;
}


pre {
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}


h1, h2 {
	padding-bottom: 0px;
	color: #4571AA;
	line-height: normal;
	padding-top: 10px;
}

h3 {
	padding-bottom: 0px;
	color: #4571AA;
	padding-top: 10px;
}

h4, h5, h6 {
	padding-bottom: 0px;
	color: #363636;
	padding-top: 10px;

}



.lyt #mainContent h1 a:link, .lyt #mainContent h2 a:link, .lyt #mainContent h3 a:link, .lyt #mainContent h4 a:link, .lyt #mainContent h5 a:link, .lyt #mainContent h6 a:link, .lyt #mainContent h1 a:visited, .lyt #mainContent h2 a:visited, .lyt #mainContent h3 a:visited, .lyt #mainContent h4 a:visited, .lyt #mainContent h5 a:visited, .lyt #mainContent h6 a:visited {
	color: #3175bf;
	text-decoration: none;
}
.lyt #mainContent h1 a:hover, .lyt #mainContent h2 a:hover, .lyt #mainContent h3 a:hover, .lyt #mainContent h4 a:hover, .lyt #mainContent h5 a:hover, .lyt #mainContent h6 a:hover {
	color: #1F508B;
	text-decoration: none;
}
hr {
	border: none 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 2px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
	text-transform: uppercase;
}
h6 {
	font-size: 12px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.pullquote {
	padding: 10px;
	border: solid 1px #396697;
	background-color: #a2c0e0;
	font-size: 18px;
	text-align: center;
	color: #213d61;
	width: 300px;
	line-height: 22px;
	}



/* ------------ Tables --------- */

#mainContent table {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#mainContent table th {
	text-align: left;
	background: #4571AA;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	}
	
#mainContent table th+th {
	border-left: 2px solid #4571AA;
}


#mainContent table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 10px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	}


#mainContent table td+td {
	border-left: 1px solid #333333;
	text-align: left;
	}
	
#mainContent table tr.rtwo {
	background: #333333;
	}
	



.lyt #footer a {
	color: #3175bf;
	text-decoration: none;
}
.lyt #footer a:hover {
	color: #17477B;
	text-decoration: none;
}

.navigation {
	display: block;
	width: 490px;
}


.navigation .alignleft {
	float: left;
	text-align: left;
	width: 240px;
	display: block;
}


.navigation .alignright{
	float: right;
	text-align: right;
	width: 240px;
	display: block;
}






