BODY {
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	color: #006699;
	background-color: #FFFFFF;
}

A:link {
	color: #0FD732;	
	font-weight: normal;
	text-decoration: none;
}

A:visited {
	color: #0FD732;	
	font-weight: normal;
	text-decoration: none;
}

A:active {
	color: #0FD732;	
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color: #0FD732;	
	font-weight: normal;
	text-decoration: underline;
	}

TABLE {
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	color: #006699;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	}

TABLE.fullscreen {
	width: 100%;
	height: 570px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}

TABLE.site {
	width: 980px;
	height: 570px;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	color: #006699;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-right-width: 1px;	
	border-right-style: solid;	
	border-left-color: #666666;
	border-left-width: 1px;	
	border-left-style: solid;	
	vertical-align: top;
}

TABLE.header {
	width: 980px;
	height: 135px;
	vertical-align: top;
	background-color: #E9EDF0;
	}
TD.headerLogo {
	width: 245px;
	height: 90px;
	color: #FFFFFF;
	vertical-align: bottom;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;		
}

TD.headerSlogan {
	width: 735px;
	height: 90px;
	color: #FFFFFF;
	padding: 0px;	
}

TD.headerFlag {
	width: 210px;
	height: 90px;
	color: #FFFFFF;
	padding: 0px;	
}

TD.headerBar {
	width: 980px;
	height: 20px;
	color: #FFFFFF;
	background-image: url("../images/header.gif");
	background-repeat: no-repeat;
	padding-left: 720px;
	padding-right: 20px;
	font-weight: bold;	
}
TD.headerNav {
	width: 980px;
	height: 25px;
	color: #015071;
	vertical-align: middle;
	background-image: url("../images/nav.jpg");
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;		
}


TD.right_header {
/* not in use */
}

/* with multiple headers, you need the menu item name of the headmenu */
TD.right_header_home {
}


TD.payoff_left {
/* not in use */
}

/*
payoff 210 + main 770= 980
payoff padding = 15px
*/

TD.payoff_right {
	width: 195px;
	height: 420px;
	background-image: url("../images/bgPayoff.gif");
	background-repeat: repeat-y;
	vertical-align: top;
	color: #013944;
	padding-left: 15px;
	padding-top: 40px;
	padding-bottom: 10px;
	border-left-color: #E3E2E2;
	border-left-width: 1px;	
	border-left-style: solid;	
	}


DIV.right {
	padding-left: 7px;
	padding-right: 5px
}

/*

Main splashpage has no DIV, 
a complete html table
*/

TD.main_splash {
	width: 770px;
	height: 420px;
	vertical-align: top;
	background-color: #ffffff;
	}

/*

Main splashpage has no DIV, 
below a complete html table
*/


TD.homeImage {

	width: 510px;
	height: 310px;
	padding: 0px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E3E2E2;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E3E2E2; 
}

TD.textRight {
	width: 240px;
	height: 290px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 25px;	
	padding-bottom: 10px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E3E2E2;
	
} 

TD.textBottom {
	width: 480px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 10px;	
	padding-bottom: 10px;
	margin: 0px;
	border-right-color: #E3E2E2;
	border-right-style: solid;
	border-right-width: 1px;
	background-image: url("../images/bgHomeBottom.gif");
	background-repeat: repeat-x; 
}

TD.logo {
	width: 240px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 35px;	
	padding-bottom: 10px;
	margin: 0px;

	

} 


P.title {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

TABLE.footer {
	width: 100%;
	height: 15px;
	background-color: #D5DADD;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	border-top-color: #E3E2E2;
	border-top-width: 1px;
	border-top-style: solid;
	
	
}

TD.footer_left {
	text-align: left;
	border-spacing: 0px;
	border-collapse: collapse;
	padding-left: 10px;
	
}

TD.footer_right {
	text-align: right;
	border-spacing: 0px;
	border-collapse: collapse;
	padding-right: 10px;
}

SELECT {
	font-family: verdana;
	font-size: 11px;
	color: black;
	background-color: white;
	border-color: black;
}

INPUT.button {
	font-family: verdana;
	font-size: 11px;
	color: black;
	background-color: #58FF01;
	border-color: black;
	border-style: groove;
	border-width: 1px
}

INPUT.text {
	font-family: verdana;
	font-size: 11px;
	color: black;
	border-color: black;
	border-style: groove;
	border-width: 1px
}

IMG.border {
	border-color: #006699;
	border-width: 1px;
	border-style: solid
}

TR.documents {
	padding: 5px;
	
}

TD.form1 {
	height: 20px;
	background-color: #DFE3F7;
	text-indent: 10px;
	font-weight: bold;
	color: #004080;
}
TD.form2 {
	height: 20px;
	text-indent: 10px;
	color: #004080;
	background-color: #EBEDF7;
}



P.pagetitle {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	
}




HR {
	color: #E52A48;
	width: 600px;
	height: 1px;
	text-align: left
}


H1 {
	font-size: 16px;
	color: #000000;
}


H2 {
	font-size: 14px;
	color: #000000;
}

H3 {
	font-size: 13px;
	color: #000000;
}


ul
{
	padding-top: 0px;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}

ol
{
	padding: 0px 0px 0px 15px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

LI {
	padding: 0px;
	margin-left: 0px;
	}