body {
	text-align: center;
	font-family : Verdana;
	font-size : 11pt;
	color: #003767;
	background-color: #dbbb95;
	
}

table {
	font-family : Verdana;
	font-size : 10pt;
	color: #444444;
	
}

a {
	font-family : Verdana;
	color: #666666;
}

a:hover {
	font-family : Verdana;
	color: #666666;
	text-decoration : none;
}

.input_checkbox {		
	border: 0px;
	font-family : Verdana;
	color : #333333;
	background-color: #ffffff;
	font-size : 12pt;	
}

#wrapper {
	margin: 0 auto;
	height: 100%;
	}

.mainfrm {
	background-color: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 750px; 
	margin: 0 auto;
}

.mainfrm1 {
	background-color: #ffffff;	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 723px;
	height: 100%;
}

.mainfrm2 {
	background-color: #ffffff;	
	position: absolute;
	background-image: url('/images/rside.gif');

	top: 0px;
	left: 723px;
	width: 27px;
	height: 100%;
}

html>body .mainfrm2 { /*********************************firefox hack to render css differently for ie and firefox, ie does not understand "html>body"***********************/
	background-color: #ffffff;	
	position: absolute;
	background-image: url('/images/rside.gif');

	top: 0px;
	left: 723px;
	width: 27px;
	height: 100%;
	border-right: 1px solid #000;
}


.gnav {
	background-color: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	height: 115px;
	width: 750px;
}

.gnav1 {
	background-color: #ffffff;	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 115px;
}

.gnav2 {
	background-color: #ffffff;	
	position: absolute;
	background-image: url('/images/gnav-bk.gif');

	top: 0px;
	left: 230px;
	width: 520px;
	height: 115px;
}

.gnav3 {
	background-color: #ffffff;	
	position: absolute;
	top: 53px;
	left: 18px;
}

.maintable {
	margin: 0 auto;
	font-family : Verdana;
	font-size : 10pt;
	color: #444444;
	background-color: #ffffff;
	height: 560px;
	width: 750px;
	
	border-width:1px; 
	border-style:solid; 
	border-color: #0f466d ;
}

.toptable {	
	width: 752px;
	height: 8px;
	background-color: #0f466d;
	margin: 0 auto;
}

input {	
	border: 1px solid #888888;
	font-family : Verdana;
	color : #333333;
	background-color: #efefef;
	font-size : 10pt;	
}

.footer_nav {
	font-family : Verdana;
	font-size : 8pt;
	color: #808080;
	text-decoration : none;
}

html>body .footer_nav { /*********************************firefox hack to render css differently for ie and firefox, ie does not understand "html>body"***********************/
	font-family : Verdana;
	font-size : 8pt;
	color: #808080;
	text-decoration : none;
	margin-top: 122px;
}

.footer_nav:hover {
	font-family : Verdana;
	font-size : 8pt;
	color: #555555;
	text-decoration : underline;
}



.ul_nospace {
	margin-left:15px;
	margin-top: 0px
	
}


