body {
	background-color:#999999;
	margin: 0px;
	background-image: url(../img/bg.gif);
}

body, #form textarea  {
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #B2C3D0;
}

#nav {
margin-bottom:10px;
}
#nav a {
	
	text-decoration:none;
	font-family:Tahoma, Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#54758D;
	text-decoration:none;
	background-image: url(../img/div.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 13px;
	padding-left: 5px;

}

#nav a:hover {
	color:#E73F1A;
}
#subnav {
margin-left:25px;
}
#subnav a {
	color:#006699;
	text-decoration:none;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	font-family:Tahoma, Verdana;
	font-size:8pt;
	text-decoration:none;
	padding-right:10px;
}

#subnav a:hover {
	color:#ABBFCA;
}

#box  {
	border-top: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	height: 100%;
	background-color: #FFFFFF;
	width: 780px;

	background-image:url(../img/topblk.jpg);
	background-position:left top;
	background-repeat:repeat-x;


}


#top {
	padding:185px 20px 0px 10px;
	background-image:url(../img/top.jpg);
	background-position:left top;
	background-repeat:no-repeat;

	height: 229px;
	vertical-align: top;
}



#left {
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding: 0px;
	width: 60px;
}



#content {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:top;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#content a {
	text-decoration:none;
	color:#006699;
}

#content a:hover {
	text-decoration:underline;
	color: #CCCCCC;

}

#content td {
	border: none;
	vertical-align: top;
}

#right {
	vertical-align:top;
	height: 100%;
	width: 100%;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;

}

#bottom-nav {
	background-image:url(../img/bottom.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-top: 30px;
	padding-right: 20px;
	height: 50px;
	padding-left: 20px;
}

#bottom-nav a {
	color:#FFFFFF;
	text-decoration:none;
}

#bottom-nav a:hover {
	text-decoration: underline;

}
#um {
	background-color:#749DD6;
	text-align:right;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #161482;
}
hr {
	border-top:1px solid #C8C8C8;
	border-bottom:none;
	height:1px;
}
