BODY
{
	background-repeat: repeat-y;
	background-color: white;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:68%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
table, tr, td 
{
    font-size:1em;
}
p
{
}
DIV.header
{
    background-image: url(../Img/header/bg.gif);
    background-repeat: repeat-x;
    width: 980px;
    height: 98px;
}

DIV.content_widecolumn
{
    float:left;
    width:740px;
    text-align:left;
	font-size:110%;
}


DIV.content_widecolumn A 
{
    text-decoration: underline;
	
	}



DIV.logo-left
{
    float: left;
    width: 530px;
    height: 98px;
    text-align: left;
}
DIV.logo-right
{
    float: right;
    width: 450px;
    height: 98px;
    text-align: right;
}
DIV.blue-line 
{
    background-color: #124098;
    height: 1px;
    font-size: 1px;
    width: 980px;
}
DIV.mainnav
{
    text-align: center;
    padding-top: 3px;
    width: 980px;
    height: 47px;
    background-image: url(../Img/mainnav/bg.gif);
    background-repeat: repeat-x;
}
DIV.content-general
{
    width: 980px;
    text-align: left;
    overflow:hidden;
}
DIV.content0 
{
    float: left;
    width: 200px;
    text-align: left;
    background-color: #d0daeb;
    background-image: url(../Img/submenu/bg.gif);
    background-position: top;
    background-repeat: repeat-x;
}
DIV.content1
{
    float: left;
    width: 430px;
    text-align: left;
}
DIV.content2 
{
    float: right;
    width: 350px;
    text-align: left;
}
DIV.content3
{
    float: left;
    width: 530px;
    text-align: left;
}
DIV.content4
{
    float: right;
    width: 380px;
    text-align: left;
}
DIV.content_widecolumn
{
    float:left;
    width:740px;
    text-align:left;
}
DIV.footer
{
    width: 980px;
    height: 50px;
    font-size: 0.8em;
    border-top: dotted 2px #000000;
}
DIV.footer1 
{
    float: left;
    width: 530px;
    text-align: left;
}
DIV.footer2
{
    float: right;
    width: 450px;
    text-align: right;
}
DIV.pad 
{
    margin: 10px;
    _height:1px;
    _width:100%;
    display:table;
}
DIV.pad2
{
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    _height:1px;
    _width:100%;
    /*display:table;*/
}

.pad p, .pad2 p
{
    width:100%;  
}

/* Navigation */


ul.nav
{
    padding: 0px;
	margin: 0px;
	position: relative;
	cursor: default;
	list-style-type: none;
	display: inline;
	height: 25px;
	top: 0px;
	left: 0px;
	font-size: 1.2em;
}
ul.nav li
{
	list-style-type: none;
	display: block;
	height: 25px;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	position: relative;
	background-repeat: no-repeat;
	text-align: left;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
}

ul.nav li a
{
	display: block;
	color: #000000;
	line-height: 25px;
	padding: 0px 10px;
	margin-left: 0px;
	text-decoration: none;
}

ul.nav li.hover 
{
	background-image: url(../Img/mainnav/bg-cell.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #FFFF00;
	border-right: solid 1px #FFFF00;
	border-top: solid 1px #FFFF00;
}

ul.nav li li.hover
{
	background-image: none;
	border: 0px;
	border-bottom: solid 1px #FFFF00;
}

ul.nav li.hover a
{
	text-decoration: none;
}

ul.nav li li a, ul li li a:hover
{
	text-decoration: none;
}

 ul.nav li.hover li.nohover a
 {
	text-decoration: none;
	color:Black;
 }

ul.nav li ul {
	position:absolute;
	top: 25px;
	left: 0px;
	width: 12em;
	margin-left: 0px;
	padding: 0px;
	border: solid 1px #FFFF00;
	border-top: solid 6px #ffff00;
}

ul.nav li li ul {
	top:0px;
	left:12em;
	margin-left:-1px;
	padding:0px;
	display:none;
}

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-color: #ffffff;
	border:0px;
	border-bottom: solid 1px #FFFF00;
}

ul.nav li.hover ul li a {
	background-image:none;
	padding:0px 5px;
	line-height:2em;
	text-decoration: none;
}

ul.nav li.hover ul li.hover a {
	background-image:none;
	text-decoration: none;
}

ul.nav li.hover ul li.nohover a {
	text-decoration: none;
}

ul.nav li li.hover a {
	color: #124098;
	text-decoration: none;
}



H1
{
	font-size: 1.2em;
	color: #124098;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 2px #124098;
}

H2
{
	font-size: 1.0em;
	color: #124098;
	margin-top: 0px;
	border-bottom: dotted 1px #124098;
}

H3
{
	font-size: 0.8em;
	color: #124098;
	margin-top: 0px;
	border-bottom: dotted 1px #124098;
}

A 
{
    text-decoration: none;
    color: #814e1d;
}
A:hover
{
    text-decoration: underline;
    color: #124098;
}
A:visited
{
    text-decoration: none;
    color: #814e1d;
}
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
}
 

/*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;
}

.Child img, .ChildSelected img
{
	width: 13px;
	height: 13px;
margin: 3px 10px 3px 0px;
}

.ChildText, .ChildSelectedText
{
}

.submenu table table
{
margin-left:15px;
}

.ChildSelected .Child
{
margin-left:20px;
}

.ChildSelected
{
}

.RootText
{
	color: #000000;
}

.RootSelectedText, .ChildSelectedText
{
	font-weight: bold;
	color: #FFFFFF;
}


.Root .HoverOver, .Child .HoverOver
{
	color: #FFFFFF;
}

.HoverOver
{
	cursor: hand;
}

/* Homepage Tabs */

.tabs, .tabs td
{
    position:relative;
}
.tabs a
{
    color:black;
}
.tabs a:hover
{
    color:#a4b6da;
    text-decoration:none;
}
.tabs a:visited
{
    color:black;
    text-decoration:none;
}

.tabs_container
{
    background-image:url(../Img/tabs/tabs_bottom_bg.gif);
    background-repeat:repeat-x;
    background-position:bottom;
    padding:0px;
    margin:0px;
}

table.tab
{
    height:20px;
    margin-top:8px;
    border:solid 1px #a4b6da;
    padding:0px;
    background-image:url(../Img/tabs/selected_tab_bg.gif);
}
table.selectedTab
{
    margin-top:0px;
    height:28px;
    border-bottom-color:#c7d3ec;
}
.tab a, .selectedTab a
{
    display:block;
    margin: 0px 20px;
}
.selectedTab a
{
    background-image:url(../Img/tabs/tabs_underline.gif);
    background-repeat:repeat-x;
    background-position:bottom;
    padding-bottom:5px;
    font-weight:bold;
}
.tabContents
{
    border:solid 1px black;
    padding:10px;
}

.tab_static
{
    border-bottom:solid 1px #a4b6da;
    background-color:#c7d3ec;
    _height:1px;
    display:inline-block;
}

.tabs_content
{
    border:solid 1px #a4b6da;
    border-top-width:0px;
}
