body {
	SCROLLBAR-BASE-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #FF9900;
	margin: 0px 0px 20px;
	color: #000000;
	background-color:#ffffff;
}

#nav {
	font-family: Verdana, Arial, Helvetica;
	font-weight:bold;
	font-size:10px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	text-transform: lowercase;


}

#subnav {
	font-family: Verdana, Arial, Helvetica;
	font-size:10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;


}

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


#subnav a {
	color:#003399;
	text-decoration: none;
	
}


#subnav a:hover, #nav a:hover {
	color:#FEBC5B;
	text-decoration: none;
}

#box {
	height: 100%;
	width: 780px;
}

#top {
	height:209px;
	vertical-align: middle;
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-right: 40px;




-moz-box-sizing:border-box;box-sizing:border-box;
}

#left, #leftmain {
	line-height: 14px;
	width:195px;
	vertical-align:top;
	text-align:right;
	background-image:url(../img/bl.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-transform: lowercase;
	padding-bottom: 180px;
	color:white;
	background-color: #FE9900;

	
	-moz-box-sizing:border-box;box-sizing:border-box;

}
#content, #contentmain {
	width:520px;
	vertical-align:top;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
-moz-box-sizing:border-box;box-sizing:border-box;

}



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

#content a:hover, #content a:hover {
	border:none;
	vertical-align:top;
} {
	text-decoration:underline;
}


td,table {
	border:none;
	vertical-align:top;
}

#leftmain {
	background-image:url(../img/blgrabs.gif);

}
#contentmain {
	background-image:url(../img/content.gif);
	background-position:left bottom;
	background-repeat:no-repeat;

}
#right {
	width:100%;
	height:100%;

}

#bottom-nav {
	background-color:#333333;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	color:#FFFFFF;
	font-size:9px;
	padding-top:50px;
	text-align:center;
	font-weight: none;
	text-transform: lowercase;
	background-repeat: repeat-x;
	background-position: right top;


}

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

#bottom-nav a:hover {
	color:#ff9900;
}


