body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(Images/BG.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	position: relative;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container  {
	width: 750px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#header {
	background-image: url(Images/Header.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 194px;
	width: 750px;
}
#topnav {
	position: absolute;
	background-color: #000000;
	color: #FFFFFF;
	top: 10px;
	right: 20px;
	text-align: center;
}
#topnav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#topnav li {
	display: inline;
	color: #666666;

}
#topnav li a:link, #topnav li a:visited   {
	padding-right: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}
#topnav li a:hover, #topnav li a:active {
	padding-right: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}

#navbox {
	z-index: 1000;
	background-image: url(Images/NavBG.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	top: 131px;
	left: 596px;
	width: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
}
	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	z-index: 1000;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	}
	
	#nav li a {
	width: 117px;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	position: relative;
	padding-left: 5px;
	}
	
	#nav li a:hover {
	color : white;
	text-decoration: underline;
	list-style-position: inside;
	list-style-type: disc;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	top: 0;
	left: -999em;
	margin-left : -149px;
	margin-top : -1px;
	background-color: #2B388F;
	z-index: 2000;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
	#nav li ul li a {
	width: 100px;
	w\idth : 140px;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-right-style: none;
	}
	
	#nav li ul li a:hover {
	color : white;
	text-decoration: underline;
	}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#content {
	background-image: url(Images/ContentBG.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 16px;
	padding-right: 16px;
	width: 718px;
}
#content a:link, #content a:visited { color : White;}
#content .AspNet-GridView table { width : 500px;}
#content .AspNet-GridView td, #content .AspNet-GridView th { padding : 5px;}
#content .AspNet-GridView th { text-align : center;}
#footer {
	text-align: center;
	color: #666666;
	margin-bottom: 20px;
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.red {
	color: #CC0000;
}
.AdminHead
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11pt;
    COLOR:Black;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
.AdminText
{
    FONT-SIZE: 11pt;
    COLOR:Black;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
.AdminTextSmall
{
    FONT-SIZE: 8pt;
    COLOR:Black;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
.AdminWhite
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR:White;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
.AdminSideLink
{
    FONT-SIZE: 10pt;
    COLOR:White;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
h1.PageTitle { font-size : 14pt;}
h1
{
    MARGIN: 0;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    COLOR: White;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    TEXT-DECORATION: none
}
h2 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 10pt;
}

h3 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 10pt;
}
img { border : none;}
.Head
{
    MARGIN: 0;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: Black;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    TEXT-DECORATION: none
}
.Text
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    TEXT-DECORATION: none
}
.TextU
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    TEXT-DECORATION: underline;
}
.Warning
{
    background-color : #CC0000;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none;
}
.TextSmall
{
    FONT-SIZE: 7pt;
    COLOR:Black;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    TEXT-DECORATION: none
}
.SideLink
{
    FONT-SIZE: 10pt;
    COLOR:#003300;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
