/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-color: #FFFFFF;
	background-image: url(/images/template/site-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #666666;
	padding: 0px;
	margin: 0px 5px 20px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	overflow: -moz-scrollbars-vertical;  /*add scrollbar to mozilla when to short to scroll normally*/
}

a {
	color: #309223;
	text-decoration: none;
}

a strong {
	color: #0F72CF;
}

a:hover {
	color: #0F72CF;
	text-decoration: underline;
}

a:hover strong {
	color: #309223;
	text-decoration: underline;
}

p {
	line-height: 140%;
}

h1 {
	font-size: 190%;
	color: #005A97;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	color: #005A97;
	font-weight: normal;
}

h3 {
	font-size: 110%;
	color: #005A97;
}

th {
}

td {
}

hr {
	border: none;
	height: 1px;
	border-top: 1px dashed #666666;
}

li {
	line-height: 140%;
	text-align: left;
}

ul li {
	list-style-image: url(/images/template/bullet.gif);
}

blockquote {
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.siteContainer {
	margin: 0px auto;
	width: 840px;
	background-image: url(/images/template/site-bg.jpg);
	background-repeat: repeat-y;
}

.header {
}

.logo {
	padding: 12px;
	float: left;
}

.caption {
	padding-top: 54px;
	padding-right: 20px;
	float: right;
}

.menuHeader {
	clear: both;
	height: 44px;
	background-image: url(/images/template/header-bg-continuation.jpg);
	background-repeat: repeat-x;
}

.menuHeader ul {
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 100%;
}

.menuHeader li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/template/header-bg.jpg);
	background-repeat: repeat-x;
	list-style-image: none;
}

.menuHeader li a {
	display: block;
	padding: 12px 14px 15px 14px;
	text-decoration: none;
	background-image: url(/images/template/header-bg-off.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-right: 1px;
}

.menuHeader li a:hover {
	text-decoration: none;
	background-image: url(/images/template/header-bg-on.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.menuHeader li a.selected
{
    background-image: url(/images/template/header-bg-on.jpg);
	background-repeat: repeat-x;
}

.main {
	clear: both;
	border-top: 4px solid #014284;
	padding: 0px 10px 10px 0px;
	background-image: url(/images/template/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 50px;
}

.hC1 {
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: justify;
	width: 520px;
}

.hC2 {
	float: left;
	width: 280px;
	padding: 10px 0px 10px 10px;
}

.hC2 h2 {
	font-size: 190%;
}

.hCmenu {
	float: left;
	width: 210px;
	background-color: #FFFFFF;
	border-left: 4px solid #014284;
	border-right: 1px dashed #666666;
	padding-top: 15px;
	padding-bottom: 15px;
}

.hCmenu ul {
	margin: 0px;
	padding: 0px;
}

.hCmenu li {
	list-style-type: none;
	list-style-image: none;
}

.hCmenu a {
	display: block;
	padding: 5px 10px 5px 20px;
	text-decoration: none;
}

.hCmenu a:hover {
	background-color: #CAE3FB;
	text-decoration: none;
}

.hCmenu a.selected {
	background-color: #CAE3FB;
}

.hCmain {
	float: left;
	width: 550px;
	text-align: justify;
	padding: 10px 25px 20px 40px;
}

.hCfull {
	float: left;
	width: 750px;
	text-align: justify;
	padding: 10px 25px 20px 40px;
}

.dateSmall {
	font-size: 9px;
	color: #666666;
}

.hProject {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
}

.hProject li {
	list-style-image: none;
	list-style-type: none;
}

.footer {
	clear: both;
	padding: 0px 12px 4px 12px;
}

.footer ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
}

.footer li {
	display: inline;
	margin-right: 30px;
}

.footer a {
	padding-left: 13px;
	background-image: url(/images/template/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 1 -8px;
	padding-top: 2px;
}

.footer a:hover {
	background-image: url(/images/template/bullet.gif);
}

/* ------ START HOMEPAGE CONTAINER STYLES ----- */

.hContainer1, .hContainer3 {
	float: left;
	width: 254px;
	padding: 8px;
	color: #CAF0C5;
	background-image: url(/images/template/container-bg-solid.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 225px;
}

.hContainer1 {
	clear: both;
	margin-left: 8px;
}

.hContainer1 a, .hContainer3 a {
	color: #FFFFFF;
	text-decoration: none;
}

.hContainer1 a:hover, .hContainer3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.hContainer1 p, .hContainer2 p, .hContainer3 p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.hContainer1 table, .hContainer1 form {
	padding: 0px;
	margin: 0px;
}

.hContainer1 th {
	text-align: left;
	color: #FFFFFF;
}

.hContainer2 {
	float: left;
	width: 254px;
	padding: 8px;
	background-image: url(/images/template/container-bg-outline.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 225px;
	margin-left: 7px;
}

.hContainer2 a {
	color: #0F72CF;
	text-decoration: none;
}

.hContainer2 a:hover {
	color: #309223;
	text-decoration: underline;
}

.hContainer3 {
	margin-left: 7px;
}

.hContainerH1 {
	font-size: 190%;
	color: #FFFFFF;
}

.hContainerH2 {
	font-size: 190%;
	color: #0F72CF;
}

/* ------ START DECORATION STYLES ----- */

.inputBox {
	border: 1px solid #000000;
	background-image: url(/images/template/input-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0px 2px 5px;
}

.imgL {
	float: left;
	margin: 0px 10px 5px 0px;
}

.imgR {
	float: right;
	margin: 0px 0px 5px 10px;
}

.error {
    color: Red;
}

.tableGreen, .tableBlue {
	border: 1px solid #000000;
	margin-top: 10px;
	color: #000000;
	text-align: left;
}

.tableGreen th, .tableBlue th {
	background: url(/images/template/table-bg.gif) repeat-x #2B3A46;
	color: #FFFFFF;
}

.tableGreen th a {
	color: #B0FF3C;
	text-decoration: none;
	border-bottom: 1px dotted #B0FF3C;
}

.tableBlue th a {
	color: #84DDFF;
	text-decoration: none;
	border-bottom: 1px dotted #84DDFF;
}

.tableGreen th a:hover {
	color: #B0FF3C;
	text-decoration: none;
	border-bottom: 1px solid #B0FF3C;
	background: none;
}

.tableBlue th a:hover {
	color: #84DDFF;
	text-decoration: none;
	border-bottom: 1px solid #84DDFF;
	background: none;
}

.tableGreen tr {
	background-color: #A0E699;
}

.tableBlue tr {
	background-color: #CAE3FB;
}

.tableGreen tr.odd {
	background-image: url(/images/template/table-green-bg.gif);
	background-repeat: repeat-x;
	background-color: #A0E699;
}

.tableBlue tr.odd {
	background-image: url(/images/template/table-blue-bg.gif);
	background-repeat: repeat-x;
	background-color: #CAE3FB;
}

.tableGreen th, .tableGreen td, .tableBlue th, .tableBlue td {
	padding: 10px 7px;
}

.tableGreen td a {
	color: #E8047A;
	text-decoration: underline;
}

.tableBlue td a {
	color: #E8047A;
	text-decoration: underline;
}

.tableGreen td a:hover {
	color: #B0FF3C;
	text-decoration: underline;
}

.tableBlue td a:hover {
	color: #84DDFF;
	text-decoration: underline;
}

.tableNone, .tableNone tr {
	background: none;
}


}

/* ------ END MEDIA TAG ----- */