﻿
h3
{
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;	
	color: #024469;
	font-size: 16px;
}
h4
{
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;		
	color: #EAB531;
	font-size: 14px;	
	/*background: url(images/title_bg.gif) no-repeat;*/
}


.form_header
{
	background-color: #02476E;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.form_field
{
	background-color: #EDEDED;
	text-align: left;
}
.form_command
{
	background-color: #02476E;
	text-align: center;
}
.form_section
{
	border: solid 1px #303614;
}

textarea, select, input
{
	font-family: Airal, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

a { color: #3C5AB4; text-decoration: underline; }
a:hover { color: #0E8BB7; text-decoration: underline; }

p
{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;	
}
ul
{
	padding-top: 0px;
	margin-top: 0px;
}
ul li
{
	padding: 2px;
}
ul a
{
	text-decoration: none;
}
/* Update Progress meter */
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: #cccccc;
	padding: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: solid 1px #000000;
}

/* MENU NAV */

/* Use to position within the menu container (bar background) */
.menu_items
{
	padding-top: 13px;
	padding-left: 5px;
}

/* Use to set the font style of the parent menu item */
.MenuStyle, .MenuStyle a:link, .MenuStyle a:visited
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #303614;
	font-weight: bold;
	background-color: Transparent;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;	
	z-index: 100px;
}
/* Use to set the font style of the dropdown menu items */
.MenuSubStyle, .MenuSubStyle a:link, .MenuSubStyle a:visited
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #303614;
	font-weight: bold;
	background-color: #e6ead2;
	padding: 3px;
	z-index: 100px;
}
/* Use to set the font style of the dropdown menu items ON HOVER */
.MenuSubSytleHover, .MenuSubSytleHover a:link, .MenuSubSytleHover a:visited
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #303614;
	font-weight: bold;
	background-color: #c2c8a6;
	padding: 3px;
	z-index: 100px;
}
/* Use to set style on all sub level menu items */
.MenuMainStyle
{
	border: solid 1px #c2c8a6;
	z-index: 100px;
}

/*
div#right_side
{
	float: right;
	background-image: url(images/right_bg_wood.jpg);
	background-repeat: repeat-y;
	width: 260px;
	height: 100%;
}
*/


