body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
    align: center;
}
body {
    background: #FFF url(../_images/bg.gif) 0 0 repeat-x;
    text-align: center;
    align: center;
}
body.home { background: #FFF url(../_images/bg-home.gif) 0 0 repeat-x; }
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;

}

a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #1a4697;
    text-decoration: underline;
}
a:hover, a:active {
    color: #6585c1;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

span.sectionheader {
  font-color: 000000;
  font-size: 18px;
  font-weight: bold;
}

span.tabheader {
  font-color: 000000;
  font-size: 15px;
  font-weight: bold;
}

span.topheader {
  font-color: 000000;
  font-size: 15px;
  font-weight: bold;
}

span.reportheader {
  font-size: 14px;
  font-weight: bold;
  color: 0f7716;
}
span.smallerror {
  color: #ff0000;
  font-size: 11px;
}

.alert {
  color: green;
}

.error {
  color: #FF0000;
}

.formheader {
	font-size: 20px;
	font-weight: bold;
}

.siteformexplanation {
	font-size: 11px;
	color:  grey;
}

.explanation {
        font-size: 12px;
        color: #1D1C1D;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
	align: center;
}

#top {
	height: 80px;
	padding: 25px 0 0 0;
        clear: both;
	align: center;
}

#topmenu {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
}
	#topmenu a:link {
		color: #ffffff;
	}
	#topmenu a:visited {
		color: #ffffff;
	}
		

#toprightmenu {
	position: absolute;
	text-align: right;
	top: 70;
	right: 50;
	width: 	600px;
}


#header {
	height: 46px;
	background: transparent url(../_images/header.gif) 0 0 no-repeat;
	padding: 50px 0 0 30px;
	margin: 0 0 30px 0;
}
	#header h1 {
		font-size: 32px;
		color: #000;
		font-weight: normal;
	}
	
#content {
	padding: 10px 0 0 0;
	float: left;
	margin: 0 0 25px 30px;
	display: inline;
}
	#content h2 {
		font-size: 16px;
		font-weight: normal;
		color: #1a4697;
		padding: 0 0 4px 22px;
		border-bottom: 1px solid #e5f3ea;
	}
	#content li {
		margin-left: 25px;
	}

#loginorregister {
	margin: auto auto;
	text-align: center;
	align: center;
	padding: 50px 0 50px 0;
	font-size: 20px;
}
	#loginorregister a:link, #footer a:visited {
		font-size: 20px;
                color: #199245;
        }		
	
#footer {
	border-top: 1px solid #bfe1cb;
	padding-top: 7px;
	color: #199245;
	clear: both;
}
	#footer span {
		float: right;
		font-size: 11px;
	}
	#footer a:link, #footer a:visited {
		color: #199245;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		text-decoration: underline;
	}

#loginForm td {
	vertical-align: top;
}

input, select, textarea {
	color: #000;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}

table.tab {
        border-width: 1px 1px 1px 1px;
        border-style: outset outset outset outset;
        border-color: #CCC;
        border-collapse: collapse;
	table-layout: automatic;
	width: 457px;
	height: 175px;
	text-indent: 5px;
}

table.widetab {
        border-width: 1px 1px 1px 1px;
        border-style: outset outset outset outset;
        border-color: #CCC;
        border-collapse: collapse;
        table-layout: automatic;
        width: 919px;
	height: 300px;
        text-indent: 5px;
}

table.sitetable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: rgb(250, 240, 230);
}
table.sitetable th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 1px 5px 5px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	font: 14px "Arial";
	font-weight: bold;
	color: 0f7716;
}
table.sitetable td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.codetable {
        border-width: 1px 1px 1px 1px;
        border-spacing: 2px;
        border-style: dotted;
        border-color: grey grey grey grey;
        border-collapse: collapse;
        background-color: #F9F7F9;
}
table.codetable th {
        border-width: 1px 1px 1px 1px;
        padding: 5px 1px 5px 5px;
        border-style: none none none none;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
        font: 12px "Arial";
        text-align: left;
}
table.codetable td {
        border-width: 1px 1px 1px 1px;
        padding: 5px 5px 5px 5px;
        border-style: none;
        border-color: gray gray gray gray;
        background-color: #F9F7F9;
        -moz-border-radius: 0px 0px 0px 0px;
}
