body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

a {
	text-decoration:none;
	color:#0000FF;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
	color:#0000FF;
}


a.document {
	text-decoration:none;
	color:#0000FF;
}

a.document:hover {
	text-decoration:underline;
}

a.document:visited {
	color:#0000FF;
}


.button { 
	background-color:#CCCCCC;
	border-color:#666666;
	border-width:thin;
	border-style:solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
}



.header {
	background-image: url(../i/header.png);
	background-repeat:repeat-x;
	background-color:#27334c;
	color:#FFFFFF;
	height:80px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:#999999;
	font-size:14px
}

.header_fade {
	background-image: url(../i/background_fade.png);
	background-repeat: no-repeat;
	background-position:center;
}

.header_background {
	background-repeat: no-repeat;
	background-position:center;
	background-color:#27334c;
}

.header_border {
	background-color:#cadff2;
	height:5px;
	padding:0px;
}

.menu_outer {
	background-color:#CCCCCC;
	width:160px;
	text-align:left;
	vertical-align:top;
	padding:0px;
}

.menu_background {
	position:relative;
	top:-0px;
	left:-0px;
	background-color:#e2ecf6;
	border-right-color:#27334c;
	text-align:center;
	background-image: url(../i/spacer-gray.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height: 100%;
	width: 160px;
}

.footer {
	font-size:9px;
	text-align:center;
	color:#CCCCCC;
	font-style:italic;	
	}

.menu_buttons {
	text-align:center;
	width: 142px;
	background-color:#cadff2;
	border-collapse:collapse;
	border-color:#27334c;
	padding: 4px;
}

.menu_buttons_selected {
	text-align:center;
	width: 142px;
	background-image: url(../i/menu_buttons_selected.png);
	background-repeat:repeat-x;
	background-color:#a6dc7d;
	border-collapse:collapse;
	border-color:#27334c;
	padding: 4px;
}

.menu_links {
	color:#555555;
	text-decoration:none;
}

a.menu_links:visited {
	color:#555555;
	text-decoration:none;
}

.submenu_links {
	text-decoration:none;
}

a.submenu_links:visited {
	text-decoration:none;
}

.submenu_links_selected {
	text-decoration:none;
}
a.submenu_links_selected:visited {
	text-decoration:none;
}


.menu_links_selected {
	color:#555555;
	text-decoration:none;
}

a.menu_links_selected:visited {
	color:#555555;
	text-decoration:none;
}

.menu_sublinks{
	background-color:#cadff2;
	text-decoration:none;
}

a.menu_sublinks:visited {
	background-color:#cadff2;
	text-decoration:none;
}


.menu_subtext{
	text-decoration:none;
	color:#27334c;
}
a.menu_subtext:visited {
	text-decoration:none;
	color:#27334c;
}
.menu_subtext_selected{
	text-decoration:none;
	color:#555555;
}
a.menu_subtext:hover { color:#888888; }
a.menu_links:hover { color:#888888; }

.menu_sublinks_selected{
	background-color:#a6dc7d;
	text-decoration:none;
}

.submenu {
	position:relative;
	top:-6px;
	left:-2px;
	height:+18px;
	text-align:center;	
	white-space:nowrap;
}

.submenu_selected {
	position:relative;
	top:-8px;
	left:-2px;
	text-align:center;
	height:+23px;
	vertical-align:bottom;
	white-space:nowrap;
}

.submenu_buttons {
	background-color:#cadff2;
}

.submenu_buttons_selected {
	background-color:#c2e7a5;
}

.submenu_buttons_bottom {
	height:4px;
	background-image: url(../i/border-bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#cadff2;
}

.submenu_buttons_bottom_selected {
	height:4px;
	background-image: url(../i/border-bottom-selected.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#c2e7a5;
}

.submenu_buttons_cornerl {
	background-image: url(../i/corner-left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.submenu_buttons_cornerl_selected {
	background-image: url(../i/corner-left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.submenu_buttons_cornerr {
	background-image: url(../i/corner-right.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.submenu_buttons_cornerr_selected {
	background-image: url(../i/corner-right.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.submenu_buttons_borderl {
	background-image: url(../i/border-left.gif);
	background-repeat:repeat-y;
	background-position:bottom;
	background-position:left;
	background-color:#cadff2;
}

.submenu_buttons_borderl_selected {
	background-image: url(../i/border-left-selected.png);
	background-repeat:repeat-y;
	background-position:bottom;
	background-position:left;
	background-color:#c2e7a5;
}

.submenu_buttons_borderr {
	background-image: url(../i/border-right.gif);
	background-repeat:repeat-y;
	background-position:bottom;
	background-position:right;
	background-color:#cadff2;
}

.submenu_buttons_borderr_selected {
	background-image: url(../i/border-right-selected.png);
	background-repeat:repeat-y;
	background-position:bottom;
	background-position:right;
	background-color:#c2e7a5;
}

.menu_border {
	background-image: url(../i/border-bottom-gray.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.lv3menu {
	position:relative;
	top:-30px;
}

.loginbox_table { 
	background-color:#CCCCCC; 
	border-color:#666666; 
	border-width:thin; 
	border-style:solid; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-align:left
}

.login_string { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px
}

.login_text { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#005FA9; 
	cursor:pointer;
}

.login_text_error { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#AA0000; 
	cursor:pointer;
}

.options_visable {
	visibility:visible;
	opacity: .5;
	filter: alpha(opacity=50);
	background-color: #6699FF;
	color:#000000;
	
}

.options_hidden {
	visibility:hidden;
	display:none;
}

.adminmode_article_bar {
	background-color:#DDDDDD;
	color:#000000;
}

.adminmode_article {
	background-color:#BBBBBB;
	color:#000000;
}
.textbox { 
	background-color:#EEEEEE;
	border-color:#666666;
	border-width:thin;
	border-style:solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.contactaddress {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
}
td.contactaddress 
{
	border-color:black;
		
}
a.contactaddress {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}
a.contactaddress:hover {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}
a.contactaddress:visited {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.menu_banner
{
	padding:0px;
	border:0px;
	border-collapse:collapse; 
	border:none; 
	border-bottom:solid; 
	border-bottom-color:#CCCCCC; 
	border-bottom-width:1px;
	width:100%; 

}

.layoutcontroller
{
padding:0px;

}
#dhtmltooltip{
position: absolute;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}