#main_menu {
	z-index:99;
	margin-bottom:12px;
	position:fixed;
	border-bottom: .15em dotted #000;
	top:0;
	left:0;
	width:100%;
	background:url("/images/menu_background.png") repeat-x scroll 50% 50%;
	padding: 5px;
}

#wrapper {
    margin: 0 auto;
    padding-top: 50px;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 0.8em;
}


.accordion {
    height: 3em;
}

.twocol-content, .twocol-contentA{
	padding:5px;
	width:370px
}

.twocol-left{
	width:150px;
	float:left;
	padding:1px 0px 0px 1px;
	min-height:20px;
}

.twocol-right{
	width:200px;
	float:left;
	padding:1px;
	min-height:20px;
}

.twocol-clear{
	float:none;
	clear:both;
	height:0px;
}

.twocol-row{
	background-color:none;
	display:block;
	min-height:20px;
}

.error{
	font-weight: bold;
	font-style: italic;
	color: #AD2121;
}

.required {
	background: #FFABAB;
	}
	
.requiredspan {
	color: #AD2121;
	font-style: italic;
}

.menu_div
{
	background: url("/images/menu_background.png") repeat-x scroll 50% 50% transparent;
    border-bottom: 0.15em dotted #000000;
    left: 0;
    margin-bottom: 12px;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}


.menu_div ul
{
	min-width:1050px;
	padding:0px 0 0 10px;
	margin:0px;
	list-style:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight: bold;
	height:40px;
	line-height:40px;
}
.menu_div ul li
{
	float:left;
}
.menu_div li
{
	line-height:40px;
}
.menu_div ul li a
{
	color: #E2E6E9;
	text-decoration:none;
	padding: 2px 10px 2px 10px;
}
.menu_div ul li a:hover
{
	color:#FFF;
	background:#A9B3BC;
}
.menu_div ul li#active a
{
	color:#A9B3BC;	
}

.menu_div img 
{
	margin: 10px 0 0 0;
	border: 0; 
}

.menu_div ul li.menulogo
{
	float: right;
	padding: 0px 20px 0 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #A9B3BC;
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}

.help {
	font-size:11px;
}
.help h2 
{
	font-size:13px;
	font-weight: bold;
}
.help h3
{
	font-size:11px;
	font-weight: bold;
}