HTML 
{
	height: 100%;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
BODY
{
	height: 100%;
	width: 100%;
	background-color: white;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
table.maintable {
	margin-top: 20px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
}
td 
{
    font-size: 0.7em;
}
h1 
{
    font-size: 1.3em;
}
.main-home, .main
{
    background-image: url(../Img/bg-home.gif);
    background-position: bottom; 
    background-repeat: no-repeat;
    _margin-top: 20px;
    padding-top: 20px;
    width: 780px;
    border: solid 1px #000000;
    text-align: left;
}
.main-home
{
    height: 550px;
    _height: 570px;
}
.main
{
    background-image: none;
    height: 550px;
    _height: 570px;
}
.col1 
{
    float: left;
    width: 150px;
}
.col2 
{
    float: right;
    width: 628px;
}
.col3 
{
    float: left;
    width: 478px;
}
.col4 
{
    float: right;
    width: 150px;
    text-align: right;
}
.footer 
{
    padding: 20px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	text-align: right;
    width: 780px;
}
.logo-left 
{
    position: relative;
    left: 0px;
}

/* Navigation */

ul.nav
{
	padding: 0px;
	margin: 0px 0px;
	position:relative;
	cursor: default;
	list-style-type: none;
	display: inline;
	height: 35px;
	width:100%;
	top:0px;
	left:0px;
	font-size:1.1em;
	
	
}
ul.nav li
{
	list-style-type: none;
	display: block;
	height:34px;
	float:left;
	margin-left: 0px;
	position:relative;
	text-decoration: none;
	background:#FFFFFF;
	background-repeat: no-repeat;
	text-align: left;
	border-bottom: solid 1px #4d5d57;
	
}

ul.nav li.hover
{
	text-decoration: none;
}

ul.nav li a, ul.nav li a:visited
{
	color:#6a6a6a;
	display:block;
	margin:0px 15px;
	line-height: 35px;
	text-align: left;
	text-decoration: none;
}
ul.nav li a:visited 
{
    color: #bbbbbb;
}

ul.nav li.hover a, ul.nav li.hover a:visited
{
	color: #4d5d57;
	text-decoration: none;
}

ul.nav li li.hover
{
}

ul.nav li li a, ul li li a:hover, ul.nav li li a:visited
{
	font-weight: normal;
}

 ul.nav li.hover li.nohover a, ul.nav li.hover li.nohover a:visited
 {
 	color: #6a6a6a;
 }

ul.nav li ul {
	position: absolute;
	top: 30px;
	width:10em;
	margin-left:15px;
	padding:0px;
	padding-left:10px;
	display:none;
	background-image: url(../Img/mainnav/bg-dropdown.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

ul.nav li li ul 
{
	top:0px;
	padding-left:10px;
	margin: 0px;
	_margin-left: -15px;
	left:10em;
	background-image: none;
	width: 15em;
	padding:0px;
	display:none;
	font-size:1em;
}

ul.nav li.hover ul {
	display:block;
}

ul.nav li.nohover ul
{
	display:none;
}

ul.nav li li {
	clear:left;
	margin:0px;
	width:100%;
	height:20px;
	background-image:none;
}

ul.nav li.hover ul li a, ul.nav li.hover ul li a:visited {
	margin:0px 0px;
	background-image: url(../Img/mainnav/bg-dropdown-hori.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding:0px 0px;
	line-height:20px;
}

ul.nav li.hover ul li.hover a, ul.nav li.hover ul li.hover a:visited {
	padding-left: 13px;
}

ul.nav li.hover ul li.nohover a, ul.nav li.hover ul li.nohover a:visited {
	padding-left: 13px;
}

ul.nav li li.hover a, ul.nav li li.hover a:visited {
	padding-left: 13px;
	color:#000000;
}

 

/*Div holding the login*/
.Login
{
	left: 422px;
	background-image: url(../img/loginbg.html);
	width: 353px;
	position: absolute;
	top: 0px;
	height: 68px;
}

.TopRightLoginForm
{
	left: 600px;
	position: absolute;
	top: 13px;
}

/*Forms*/
.FormHeader, .FormFooter
{
	font-size: xx-small;
	font-weight: bold;
	height: 22px;
}

.FormFooter
{
	background-position: left top;
	background-image: url(../img/formfooterbg.html);
	background-repeat: repeat-x;
}

/*The contents of the top right loging div*/

.FormFieldLogin
{
	border-right: #2172ae 1px solid;
	padding-right: 2px;
	border-top: #2172ae 1px solid;
	padding-left: 2px;
	font-size: xx-small;
	border-left: #2172ae 1px solid;
	width: 105px;
	border-bottom: #2172ae 1px solid;
	height: 18px;
	background-color: white;
}

.FormLabel
{
	font-size: xx-small;
}

.FormRequiredField
{
	font-weight: bold;
	font-size: xx-small;
	color: #2172ae;
}

.FormError
{
	border-right: #2a94cc 1px solid;
	border-top: #2a94cc 1px solid;
	border-left: #2a94cc 1px solid;
	border-bottom: #2a94cc 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
	font-weight: bold;
	font-size: xx-small;
	color: white;
	background-color: #2172ae;
	text-align: left;
}
.FormSuccess
{
	border-right: #2a94cc 1px solid;
	border-top: #2a94cc 1px solid;
	border-left: #2a94cc 1px solid;
	border-bottom: #2a94cc 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
	font-weight: bold;
	font-size: xx-small;
	color: white;
	background-color: #2172ae;
}
.FormField
{
	border-right: #2894cc 1px solid;
	border-top: #2894cc 1px solid;
	font-size: x-small;
	border-left: #2894cc 1px solid;
	color: black;
	border-bottom: #2894cc 1px solid;
	background-color: white;
	z-index: 1098;
}

.FormButton
{
	font-size: xx-small;
	color: white;
	border-right: #1b678f thin solid;
	border-top: #65b3dc thin solid;
	border-left: #65b3dc thin solid;
	border-bottom: #1c6b95 thin solid;
	height: 18px;
	background-color: #2794ce;
}



.RootText, .RootSelectedText
{
	padding: 5px;
	color: #00458d;
}

.Child img, .ChildSelected img, .Root img, .RootSelected img
{
	width: 9px;
}

.submenu table table
{
	margin-left:15px;
}

.ChildText, .ChildSelectedText
{
    padding: 5px;
    color:#3f90a1;
	border-bottom: #ffdf1b 1px solid;
}

.Root, .RootSelected
{
    border-bottom:#00458d 1px solid;
}

.Child, .ChildSelected
{
}

.ChildSelected
{
}

/*.RootText
{
	color: #000000;
}

.RootSelectedText, .ChildSelectedText
{
	font-weight: bold;
	color: #4e7fb6;
}*/


.Root .HoverOver, .Child .HoverOver
{
	color: #00458d;
}

.RootSelectedText
{
    font-weight: bold;
}

.RootSelectedText, .ChildSelectedText
{
	color: #00458d;
}

.HoverOver
{
	cursor: hand;
}