html {
	height: 600px;
}

body {
	background-repeat: repeat;
	background-color: #ffffff;
	margin-top : 0em;
	margin-right : 0em;
	margin-bottom : 0em;
	margin-left : 0em;   
	padding: 0; /* what Opera thinks is right */
	text-decoration: none;
	font-family: "Verdana","Arial","Helvetica","sans-serif";
	font-weight: normal;	
	font-size: 11px;
	color: #555555;
	cursor: crosshair;
}
td, th, pre {
	text-decoration: none;
	font-family: "Sans serif","Arial", "Helvetica", "Verdana";
	font-size: 11px;
}
option, input, textarea, select, select option {
	text-decoration: none;
	font-size: 9px;
	z-index: 1;
	/* border: thin solid Silver; */
	/* border-width: 1px 1px 1px 1px; */
	background-color: #F0F0F0;
}
h1 {
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
h2 {
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	color: #888888;
	margin: 0px;
	padding: 0px;
}
h3 {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
h4 {
	text-decoration: none;
	font-size: 12px;
	color: #888888;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0px;
}
b, strong {
	text-decoration: none;
	font-size: 11px;	
	font-weight: bold;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style:  none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	height: 0.5px;
}
a:link {
	color: #ff0000;
}
a:visited {
	color: #555555;
}
a:hover {
	color: #005837;
}
em {
	text-decoration: none;
	font-size: 10px;
	color: #cc0000;
	padding: 0px;
}
.hidden  {
	text-decoration: none;
	padding: 0px;
	font-size: 0px;
	color: #157720;
}
.bordered {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	padding: 2px;
}
.leftborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	height: 100%;
}
.rightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	height: 100%;
}
.sideborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	height: 100%;
}
.topborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style:  none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	height: 100%;
	padding: 5px;
	font-weight: normal;
	font-size: 10px;
}
.botborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style:  none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	height: 100%;
}
.topbotborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style:  none;
	border-bottom-style:dotted;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	height: 100%;
}
.maintable {
	text-decoration: none;
	background-color: #ffffff;
	font-size: 10px;
	width: 780px;
	height: 100%;
}
.maintablecenter {
	text-decoration: none;

	font-size: 11px;
	color: #777777;
	width: 740px;
	vertical-align: top;
}
.pagetitle {
	text-decoration: none;
	font-family: "Verdana","Arial","Helvetica","sans-serif";
	text-align: right;
	font-weight: normal;
	font-size: 25px;
	color: #777777;
	margin-bottom: 5px;
	padding: 10px;
}
.leftsideborder {
	background-image : url(../images/leftsideborder.gif);
	background-repeat : repeat-y;
	background-position : 0% 100%;
}
.rightsideborder {
	background-image : url(../images/rightsideborder.gif);
	background-repeat : repeat-y;
	background-position : 0% 100%;
}
.headertop {
	background-image: url(../images/clouds.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	width: 740px;
	height: 76px;
}
.toplevelnavbar {
	background-color: #005837;
	background-position: 100% 0%;
	width: 740px;
	height: 30px;
}
.toplevelnavbarlinks, a.toplevelnavbarlinks:link, a.toplevelnavbarlinks:visited {
	text-decoration: none;
	background-image: url(../images/menu_background.gif);
	height: 30px;
	padding: 0px;
	font-size: 9px;
	text-align: center;
	text-indent: 0px;
	vertical-align: bottom;
	line-height: 30px;
	text-shadow: Black;
	word-spacing: 3px;
	color: #ffffff;
}
.selected, a.selected:link, a.selected:visited, a.selected:hover, a.toplevelnavbarlinks:hover {
	text-decoration: none;
	background-image: url(../images/menu_background_red.gif);
	height: 30px;
	padding: 0px;
	font-size: 9px;
	text-align: center;
	text-indent: 0px;
	vertical-align: bottom;
	line-height: 30px;
	text-shadow: Black;
	word-spacing: 3px;
	color: #ffffff;
}
.leftcolumnnav, a.leftcolumnnav:link, a.leftcolumnnav:visited{
	text-decoration: none;
	text-align: right;
	text-shadow: Black;	
	color: #555555;
	vertical-align: bottom;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding: 5px;
}
a.leftcolumnnav:hover{
	text-decoration: none;
	text-align: right;
	text-shadow: Black;	
	color: #ffffff;
	vertical-align: bottom;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding: 5px;
}
.leftcolumnnavsub, a.leftcolumnnavsub:link, a.leftcolumnnavsub:visited{
	text-decoration: none;
	text-align: left;
	text-shadow: Black;	
	color: #555555;
	vertical-align: bottom;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding: 5px;
}
a.leftcolumnnavsub:hover{
	text-decoration: none;
	text-align: left;
	text-shadow: Black;	
	color: #ffffff;
	vertical-align: bottom;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding: 5px;
}
.leftcolumnnavsubopen, a.leftcolumnnavsubopen:link, a.leftcolumnnavsubopen:visited{
	text-decoration: none;
	background-color: #eeeeee;
	text-align: right;
	color: #555555;
	vertical-align: bottom;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding: 5px;
}
a.leftcolumnnavsubopen:hover{
	text-decoration: none;
	background-color: #005837;
	text-align: right;
	color: #ffffff;
	vertical-align: bottom;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding: 5px;
}
.leftcolumnnavselected, a.leftcolumnnavselected:link, a.leftcolumnnavselected:visited{
	text-decoration: none;
	background-color: #005837;
	text-align: right;
	color: #ffffff;
	vertical-align: bottom;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding: 5px;
}
a.leftcolumnnavselected:hover{
	text-decoration: none;
	background-color: #005837;
	text-align: right;
	color: #ffffff;
	vertical-align: bottom;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding: 5px;
}


/* ffp css controls */

.breadcrumb {
	background-color: #ffffff;
	width: 740px;
	height: 20px;
}
.columnone {
	background-color: #ffffff;
	width: 5px;
	height: 300px;
}
.columntwo {
	background-color: #ffffff;
	border-top-width: 0.01em;
	border-right-width: 0.1em;
	border-bottom-width: 0.01em;
	border-left-width: 0.01em;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	width: 150px;
	height: 300px;
	vertical-align: top;
}
.columnthree {
	background-color: #ffffff;
	width: 15px;
	height: 300px;
}
.columnfour {
	background-color: #ffffff;
	width: 250px;
	height: 300px;
	vertical-align: top;
}
.columnfive {
	background-color: #ffffff;
	width: 5px;
	height: 300px;
}
.columnsix {
	background-color: #ffffff;
	width: 305px;
	height: 300px;
}
.columnseven {
	background-color: #ffffff;
	width: 5px;
	height: 300px;
}
.columneight {
	background-color: #ffffff;
	width: auto;
	height: 450px;
	vertical-align: top;
}
.columnnine {
	background-color: #f5f5f5;
	width: 150px;
	height: 300px;
}
.logintable {
	background-color: #CC0000;
	background-image: url(../images/vna_pattern.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	font-size: 9px;
	vertical-align: bottom;
	color: #ffffff;	
	width: 250px;
	padding: 0px;
}
td.logintable {
	background-color: #CC0000;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	font-size: 9px;
	vertical-align: bottom;
	color: #ffffff;	
	padding: 0px;
}
.footertable {
	vertical-align: bottom;
	height: 20px;	
}
.footerlinks, a.footerlinks:link, a.footerlinks:visited, td.footerlinks {
	background-color: #005837;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	font-size: 10px;
	vertical-align: top;
	color: #ffffff;
	padding: 5px;
}
a.footerlinks:hover {
	background-color: #005837;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	font-size: 10px;
	vertical-align: bottom;
	color: #ff0000;	
	padding: 5px;
}

/* drop down navbar */

ul {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto; /* Width of Menu Items */
	-moz-opacity: 0.99;
	filter: alpha(opacity=99); 	
	border-top: #dddddd dotted 0em;
	border-right: #dddddd dotted 0em;
	border-bottom: #dddddd dotted 0em;
	border-left: #dddddd dotted 0em;
	background: #ffffff;
	z-index: 10;
	}

ul li {
	text-decoration: none;
	position: relative;
	}
	
li ul.horz {
	text-decoration: none;
	z-index: 19;
	position: absolute;
	left: 150.5px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	}

li ul.vertz {
	text-decoration: none;
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 22px;
	display: none;
	}
	
	
li ul.vertz1 {
	text-decoration: none;
	z-index: 10;
	text-align: left;
	position: absolute;
	left: -1px; /* Set 1px less than menu width */
	width: 150px; /* Width of Menu Items */
	top: 30px;
	border: 0px solid #ffffff;
	border-top: #003300 solid 0.05em;
	border-bottom: #cccccc solid 0.05em;
	display: none;
	}

li ul.vertz2 {
	text-decoration: none;
	z-index: 10;
	text-align: left;
	position: absolute;
	left: -1px; /* Set 1px less than menu width */
	width: 215px; /* Width of Menu Items */
	top: 30px;
	border: 0px solid #ffffff;
	border-top: #003300 solid 0.05em;
	border-bottom: #cccccc solid 0.05em;
	display: none;
	}
	
li ul.vertz3 {
	text-decoration: none;
	z-index: 10;
	text-align: left;
	position: absolute;
	left: -1px; /* Set 1px less than menu width */
	width: 215px; /* Width of Menu Items */
	top: 30px;
	border: 0px solid #ffffff;
	border-top: #003300 solid 0.05em;
	border-bottom: #cccccc solid 0.05em;
	display: none;
	}
	
li ul.vertz4 {
	text-decoration: none;
	z-index: 10;
	text-align: left;
	position: absolute;
	left: -1px; /* Set 1px less than menu width */
	width: 215px; /* Width of Menu Items */
	top: 30px;
	border: 0px solid #ffffff;
	border-top: #003300 solid 0.05em;
	border-bottom: #cccccc solid 0.05em;
	display: none;
	}
		
li ul.vertz5 {
	text-decoration: none;
	z-index: 10;
	text-align: left;
	position: absolute;
	left: -1px; /* Set 1px less than menu width */
	width: 115px; /* Width of Menu Items */
	top: 30px;
	border: 0px solid #ffffff;
	border-top: #003300 solid 0.05em;
	border-bottom: #cccccc solid 0.05em;
	display: none;
	}
	
li ul.vertz6 {
	text-decoration: none;
	z-index: 10;
	text-align: left;
	position: absolute;
	left: -2px; /* Set 1px less than menu width */
	width: 125px; /* Width of Menu Items */
	top: 30px;
	border: 0px solid #ffffff;
	border-top: #003300 solid 0.05em;
	border-bottom: #cccccc solid 0.05em;
	display: none;
	}
	
li ul.vertz7 {
	text-decoration: none;
	z-index: 10;
	text-align: left;
	position: absolute;
	left: -2px; /* Set 1px less than menu width */
	width: 125px; /* Width of Menu Items */
	top: 30px;
	border: 0px solid #ffffff;
	border-top: #003300 solid 0.05em;
	border-bottom: #cccccc solid 0.05em;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	font-size: 10px;
	color: #555555;	
	/* background: #ffffff; IE6 Bug */
	padding: 5px;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99); 	
	border-top: #dddddd dotted 0em;
	border-right: #dddddd dotted 0em;
	border-bottom: #dddddd dotted 0em;
	border-left: #dddddd dotted 0em;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 10px; }
* html ul li a { height: 10px; }
/* End */

ul li a:hover { 
	text-decoration: none; 
	color: #ffffff; 
	background: #005837;
} 
/* Hover Styles */
li ul li a { 
	text-decoration: none;
	text-align: left;
	padding: 5px 5px;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99); 	
	border-top: #dddddd dotted 0em;
	border-right: #dddddd dotted 0.1em;
	border-bottom: #dddddd dotted 0.1em;
	border-left: #dddddd dotted 0.1em;
	background: #f9f9f9;
	z-index: 10;
	width: 190px; /* Width of Menu Items */
} /* Sub Menu Styles */
		
li:hover ul, li.over ul { 
	text-decoration: none; 
	display: block;
} /* The magic */
