HTML {
   overflow: -moz-scrollbars-vertical;
}
body {
	background-image: url(../images/Background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #265C20;
	padding: 0;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8c8f92;
	text-decoration: none;
	margin: 0;
}
p {
	padding: 2px 0 10px 0;
	line-height: 1.6em;
}

a, a:link, a:visited {
	color:#419639;
	text-decoration: none;
}
a:hover, a:active {
	color: #c00;
	text-decoration: underline;
}

.marqueetext {
	color:#222222;
	font-size:16px;
	font-weight: bold;
	line-height: 1.4em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #a6c5e7;
	padding: 0;
	margin: 16px 0 16px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #a6c5e7;
	padding: 0;
	margin: 10px 0 10px 0;
}
h3 {
	color:#222222;
	padding: 0;
	margin: 6px 0 6px 0;
	font-size:16px;
	font-weight: bold;
	line-height: 1.4em;
}

h4, .biglink {
	font-size: 14px;
	font-weight: bold;
	color: #419639;
	margin: 10px 0px 0px 0px;
}
/*ul, ol {
	padding-bottom: 3px;
	margin-right: 20px;
}

ul ol, ol ul, ul ol li, ol ul li, ul ul li {
	font-style:italic;
}

li {
	line-height: 1.3em;
	padding-bottom: 6px;
	margin-right: 20px;
}*/
#loginBox {
	/*display: none;*/
	position: absolute;
	top: 150px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	background-color:#EEEEEE;
	border-top:1px solid #acacac;
	border-left:1px solid #acacac;
	border-right:2px solid #252525;
	border-bottom:2px solid #252525;
	z-index: 12000;
}
/* -- blue bar at top stays same color for all messages -- */
#loginInner {
	width:272px;
	margin: 14px;
	padding: 0;
}
/* -- Message area: Blue for default -- */
#loginMsg {
	margin: 7px 0 7px 0;
	border: 1px solid #016BB9;
	background-color: #CCE9FD;
	padding: 0;
}
/* -- Message area: Yellow for warnings. -- */
#loginMsgWarning {
	margin: 7px 0 7px 0;
	border:1px solid #b11f2a;
	background-color:#fecdda;
	padding:0;
}
#loginBox h3 {
	font: normal normal bold 13px Arial, sans-serif;
	color:#b11f2a;
	padding: 0;
	margin: 5px 7px 5px 7px;
}
#loginBox h4 {
	font: normal normal bold 10px Arial, sans-serif;
	color:#464646;
	letter-spacing: 2px;
	text-align:left;
	margin:15px 0 0 0;
}
#loginBox p {
	font: normal normal normal 10px/1.1em Arial, Helvetica;
	color:#252525;
	margin: 5px 7px 5px 7px;
	padding: 0;
}
#loginBox #buttonRow {
	margin: 12px 0 12px 0;
	padding:1px;
}
#loginBox #pwRow {
	text-align: right;
	font: italic normal normal 10px Arial, sans-serif;
	color:#252525;
	margin: 0;
}
.outerlinks, .outerlinks a:link, .outerlinks a:active, .outerlinks a:visited, .outerlinks a:hover {
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	color: yellow;
}
.outerlinks a:hover {
	text-decoration: underline;
}
.clearfloat {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
#imgwrapperdiv {
	position: relative;
	width: 990px;
	height: 406px;
}
#imgdiv1{
	position: absolute;
	width: 990px;
	height: 406px;
	top: 0px;
	left: 0px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#imgdiv2{
	position: absolute;
	width: 990px;
	height: 406px;
	top: 0px;
	left: 0px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.projthmlink img {
	border: solid 1px #ffffff;
}
.projthmlink:hover img {
	border: solid 1px #ff0000;
}
.projthmlink:hover {
	color: #FF0000;
	border: 0px ;
}

.error {
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.4em;
	color: #353535;
	width:95%;
	background-color: #ffd2d6;
	border:solid 1px #CC0000;
	padding:5px 5px 5px 10px;
	margin-top:8px;
}

.pagelinks {
	text-align: right;
	padding-bottom: 10px;
	}

.pagelinks a.next, .pagelinks a.previous, .pagelinks a.back {
	text-transform: uppercase;
	padding: 2px 4px 2px 5px;
	/*border: 1px solid #419639;*/
	border: 1px solid #FFFFFF;
	font-size: 76%;
	text-decoration: none;
	font-weight: bold;
	}

.pagelinks a.next:hover, .pagelinks a.previous:hover, .pagelinks a.back:hover {
	border: 1px solid #a00;
	}