/* CSS Document */

* { margin: 0px; padding: 0px }

body {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight:        normal;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	background-attachment: scroll;
	background-image: url(images/background_green_black.png);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #525252;
	text-decoration: none;
}
a:visited {
	color: #525252;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.whitelinks:link {
	font-weight: bold;
	color: #FFFFFF;
     background-color: transparent;
     }

a.whitelinks:visited {
	font-weight: bold;
	color: #FFFFFF;
     background-color: transparent;
     }

a.whitelinks:hover {
	font-weight: bold;
	color: #CFDBBA;
    background-color: transparent;
     }

a.whitelinks:active {
	font-weight: bold;
	color: #FFFFFF;
    background-color: transparent;
     }
	 
a.greenlinks:link {
	color: #588B01;
     background-color: transparent;
     }

a.greenlinks:visited {
	color: #588B01;
     background-color: transparent;
     }

a.greenlinks:hover {
	color: #778A55;
     background-color: transparent;
     }

a.greenlinks:active {
	color: #FFFFFF;
     background-color: transparent;
     } 
	 
a.greenunderlinks:link {
	color: #588B01;
	text-decoration:underline;
     }

a.greenunderlinks:visited {
	color: #588B01;
	text-decoration:underline;
     }

a.greenunderlinks:hover {
	color: #778A55;
	text-decoration:underline;
     }

a.greenunderlinks:active {
	color: #FFFFFF;
	text-decoration:underline;
     } 

	 
a.greyunderlink:link {
	color: #525252;
	text-decoration:underline;
}
a.greyunderlink:visited {
	color: #525252;
	text-decoration:underline;
}
a.greyunderlink:hover {
	color: #999999;
	text-decoration:underline;
}
a.greyunderlink:active {
	text-decoration:underline;
}

#PageSetup {
	position: relative;
	width:800px;
	height:auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:150px;
}
#flash-box {
	position:absolute;
	left:auto;
	top:5px;
	width:790px;
	height:auto;
	border: 5px outset #999966;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

#LeftNav {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999966;
	background-color: #000000;
	border: thin solid #006633;
}

#TopLine {
	background-color: #FFFFFF;
}.bolditalic12 {
	font-weight: bold;
	font-style: italic;
}
.WhiteBold14 {
	font-size: 14px;
	color: #FFF;
}
.WhiteBold16 {
	font-size: 16px;
	font-weight: bold;
}
.WhiteBold12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.centered {
	text-align: center;
}

