BODY
{
	background-color: white;
    background-image: url(../Img/bg.gif);
    background-position: top;
    background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
}
td 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
}
p
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin-bottom: 5px;
	text-align: justify;
	width:100%;
	overflow:hidden;
}
DIV.header
{
    width: 790px;
    height: 80px;
}
DIV.logo-left
{
    float: left;
    width: 395px;
    margin-top:20px;
    text-align: left;
}
DIV.logo-right
{
    float: right;
    width: 395px;
    text-align: right;
    margin-top: 30px;
    font-size: 1.1em;
    color: #2b4785;
}
DIV.content-general, DIV.content-general2
{
    width: 788px;
    _width: 790px;
    border-right: solid 1px #d0cfcf;
    border-left: solid 1px #d0cfcf;
    background-image: url(../Img/mainnav/bg.gif);
    background-repeat: repeat-x;
    background-position: top;
}
DIV.content-general2
{
    overflow:hidden;
    background-image: none;
    border-bottom: solid 1px #d0cfcf;
}
DIV.mainnav
{
    text-align: center;
    width: 788px;
    height: 35px;
    background-image: url(../Img/mainnav/bg.gif);
    background-repeat: repeat-x;
    position:relative;
    z-index:100;
}
DIV.flash
{
    width: 788px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
DIV.content0 
{
    float: left;
    width: 190px;
    text-align: left;
}
DIV.content1
{
    float: left;
    width: 378px;
    text-align: left;
}
DIV.content2 
{
    float: right;
    width: 190px;
    text-align: left;
}
DIV.content3
{
    float: left;
    width: 449px;
    text-align: left;
}
DIV.content_leftnav
{
    float:left;
    width:200px;
    margin:0px;
    padding:0px;
    text-align:left;
}
DIV.content_widecolumn
{
    float: right;
    width: 588;
    margin:0px;
    padding:0px;
    text-align: left;
}
DIV.content_rhscolumn
{
    float: right;
    width: 294px;
    margin:0px;
    padding:0px;
    text-align: left;
}
DIV.content_lhscolumn
{
    float: right;
    width: 294px;
    margin:0px;
    padding:0px;
    text-align: left;
    clear:none;
}
DIV.content_singlecolumn
{
    margin:0px;
    padding:0px;
    text-align: left;
}
DIV.content4
{
    float: right;
    width: 339px;
    text-align: left;
}
DIV.content5
{
    float: left;
    position: relative;
    width: 788px;
    text-align: left;
}
DIV.footer
{
    width: 790px;
    height: 50px;
    font-size: 0.9em;
    text-align: right;
}
DIV.pad 
{
    margin: 10px;
    _height:1px;
}
DIV.pad2
{
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

/* links */

A:visited
{
    text-decoration: none;
    color: #8095c3;
}
A 
{
    text-decoration: none;
    color: #2b4785;
}
A:hover
{
    text-decoration: underline;
    color: #2b4785;
}
A.button
{
    display: inline;
    background-color: #275f32;
    color: White;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    vertical-align: middle;
    border: solid 1 black;
}
A.button:visited
{
    color: Gray;
}
A.button:hover
{
    color: Gray;
}
DIV.footer a 
{
    color: #a5a5a5
}
DIV.footer a:visited
{
    color: #a5a5a5
}
DIV.footer a:hover
{
    color: #ffffff
}

/* 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.2em;
	background-image:url(../Img/mainnav/bg.gif);
	background-repeat:repeat-x;
}
ul.nav li
{
	list-style-type: none;
	display: block;
	height:34px;
	float:left;
	margin-left: 0px;
	position:relative;
}

ul.nav li.hover
{
	background-image:url(../Img/mainnav/bg-cell-rollover.gif);
	background-repeat:repeat-x;
}

ul.nav li a, ul.nav li a:visited
{
	color:#a3c2ff;
	display:block;
	margin:0 20px;
	line-height:35px;
	text-align:center;
}

ul.nav li.hover a, ul.nav li.hover a:visited
{
	color: #ffffff;
	background-repeat:repeat-x;
}

ul.nav li li.hover
{
	background-image:none;
}

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:#fff;
 }

ul.nav li ul {
	position:absolute;
	top:34px;
	width:15em;
	left:0px;
	margin-left:0px;
	padding:0px;
	background-color:#232e6c;
	display:none;
	font-size:0.8em;
}

ul.nav li li ul {
	top:3px;
	left:15em;
	margin-left:-1px;
	padding:0px;
	display:none;
	border-top:#232e6c 1px solid;
	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:2em;
	background-image:none;
	background-color:#232e6c;
	border-bottom:#6995c3 1px solid;
}

ul.nav li.hover ul li a, ul.nav li.hover ul li a:visited {
	margin:0px 1px;
	background-image:none;
	padding:0px 5px;
	line-height:2em;
}

ul.nav li.hover ul li.hover a, ul.nav li.hover ul li.hover a:visited {
	background-color:#F0F1F5;
}

ul.nav li.hover ul li.nohover a, ul.nav li.hover ul li.nohover a:visited {
	background-color:#232e6c;
}

ul.nav li li.hover a, ul.nav li li.hover a:visited {
	color:#232e6c;
}



H1, H2, H3
{
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
}

H1
{
	border-bottom: solid 2px #c0c0c0;
}

H2
{
	border-bottom: solid 4px #ffdf1b;
}

TABLE.home 
{
    border: solid 4px #cae0f4;
    padding: 5px;
    width: 319px;
    margin-bottom: 2px;
} 

/*Div holding the login*/
.Login
{
	left: 422px;
	background-image: url(../img/loginbg.jpg);
	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.gif);
	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;
}