/*GLOBAL ALT*/
body {
	color: #000;
	}
	
body,table,tr,td {
	margin: 0px; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}
	
img {
	margin: 0px; 
	padding: 0px;
	border: 0px;
	}

.dropmenu {
	background: #003463; 
	height: 36px; 
	text-align: left; 
	color: #FFF; 
	font-weight: normal;
	cursor: pointer;
	width: 125px;
	width: 100%;

	padding-left: 5px;
	padding-right: 5px;
	white-space: normal;
}

.dropmenutop {
	border-top: 0px;
}

.dropmenuactive {
	background: #003894; 
	height: 36px; 
	text-align: left; 
	color: #fff;
	font-weight: normal;
	width: 100%;

	width: 125px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: normal;
}

.dropmenu:hover {
	background: #003894; 
	height: 36px; 
	text-align: left; 
	color: #fff;
	font-weight: normal;
}
	
.menu {
	background: url(img_menu.png) left bottom repeat-x; 
	height: 36px; 
	text-align: center; 
	color: #FFF; 
	font-weight: bold;
	cursor: pointer;
	width: 135px;
	white-space: nowrap;
}

.menuactive {
	background: url(img_menuactive.png) left bottom repeat-x; 
	height: 36px; 
	text-align: center; 
	color: #FFF; 
	cursor: pointer;
	font-weight: bold;
	width: 135px;
	white-space: nowrap;
}

.menu:hover {
	background: url(img_menuactive.png) left bottom repeat-x; 
	height: 36px; 
	text-align: center; 
	color: #FFF; 
	font-weight: bold;
}

.messagedisplay {
	color: #98361b;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
}

.menudivider{
	background: url(img_menudivider.png) left bottom repeat-x; 
	height: 36px; 
	max-width: 1px;
	width: 1px;
	min-width: 1px; 
}

.pageheader {
	color: #034b86;
	font-size: 18px;
	font-weight: bolder;
}

.subheader {
	color: #034b86;
	font-size: 18px;
	font-weight: bolder;
}

.subheader2 {
	color: #98361b;
		font-size: 12px;
	font-weight: bold;
}

.sectionheader {
	color: #034b86;
	font-size: 14px;
	font-weight: bolder;
}

.newsheader {
	color: #984928;
	font-size: 14px;
	font-weight: bolder;
}

.newsdetail {
	font-size: 10px;
}

.fieldheader {
	color: #373737;
	font-size: 10px;
	font-weight: bold;
}
	
a.newslink:link { color: #984928; font-style: italic; }
a.newslink:visited { color: #984928; font-style: italic; }
a.newslink:hover { color: #984928; font-style: italic; }
a.newslink:active { color: #984928; font-style: italic; } 
	
a.nav:link { font-size:12px; color: #044c86; font-weight: bold; text-decoration: none; }
a.nav:visited { font-size:12px; color: #044c86; font-weight: bold; text-decoration: none; }
a.nav:hover { font-size:12px; color: #044c86; font-weight: bold; text-decoration: underline; }
a.nav:active { font-size:12px; color: #044c86; font-weight: bold; text-decoration: underline; }

a.navactive:link { font-size:12px; color: #98361b; font-weight: bold; text-decoration: none; }
a.navactive:visited { font-size:12px; color: #98361b; font-weight: bold; text-decoration: none; }
a.navactive:hover { font-size:12px; color: #98361b; font-weight: bold; text-decoration: underline; }
a.navactive:active { font-size:12px; color: #98361b; font-weight: bold; text-decoration: underline; } 

a:link { color: rgb(0, 44, 85); text-decoration: none; }
a:visited { color: rgb(0, 44, 85); text-decoration: none; }
a:active { color: rgb(0, 44, 85); text-decoration: underline; }
a:hover { color: rgb(0, 44, 85); text-decoration: underline; }
	
/*##################################################################################*/
/*                                                                                                  TOOLTIP V3 (Options For Mouse Over Menus)                                                                                                      */
/*##################################################################################*/
div.tooltip_option {
    position: relative;
    z-index: 24;
}

div.tooltip_option span {
	display: none;
	z-index:24;
	position: absolute;
	left: 0px;
	line-height: 1.2em;
	font-size: 10px;
	width: 100%;
	font-weight: normal;
	padding: 0px;
	color: #000;
	text-align: left; 
}

div:hover.tooltip_option {
	font-size: 99%; /* this is just for IE */
	z-index:25;
}

div:hover.tooltip_option span {
	display: block;
	z-index:25;
}

/* Form Elements */
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #FFF;
}

textarea, input[type="text"], input[type="password"], select {
	width: 190px;
	background: #f4f4f4;
	border: 1px solid #FFF;
	color: #000;
	font-size: 11px;
	margin: 1px;
	padding: 3px;
}
