body{
	background-color: #f36b1f;
	scrollbar-base-color: #ff9900;
	font-family: Century Gothic, Lucida Sans Unicode, Arial;
	font-size: 10pt;
	color: #000000;
	margin-top:3;
}

h1,h2,h3,h4,h5,h6{
	color: #ff9900;
	margin-bottom:4;
}

h4{
	color: #336699;
	margin-bottom:;
}

a:link, a:active, a:visited{
	color: #ff9900;
	text-decoration:underline;
}

a:visited:hover, a:hover{
	color: #0000ff;
	text-decoration:underline;
}

	
#SiteHeader{
	margin-top:34px;
}

.linkDivOff{
	height:34px;
	width:200px;
	margin:0px;
	background-image: url(../images/button_bg_1.gif);
	font-family: Century Gothic, Arial;
	font-size:9pt;
	font-weight:bold;
	color: #ffffff;
	cursor: pointer;
}


.linkDivOn{
	height:34px;
	width:200px;
	margin:0px;
	background-image: url(../images/button_bg_2.gif);
	font-family: Century Gothic, Arial;
	font-size:9pt;
	font-weight:bold;
	color: #000000;
	cursor: pointer;
}

.linkDivCurrent{
	height:34px;
	width:200px;
	margin:0px;
	background-image: url(../images/button_bg_3.gif);
	font-family: Century Gothic, Arial;
	font-size:9pt;
	font-weight:bold;
	color: #f36b1f;
}

.NavButtonOff{
	background-image: url('../images/button_off.gif'); 
	height:23px;
	font-family: Century Gothic, Lucida Sans Unicode, Arial;
	font-size:9pt;
	cursor:pointer;
	color: #ff9900;
	font-weight:700;
	text-decoration:none;
	padding-bottom:2px;
}
.NavButtonOn{
	background-image: url('../images/button_on.gif');
	height:23px;
	font-family: Century Gothic, Lucida Sans Unicode, Arial;
	font-size:9pt;
	cursor:pointer;
	color:#993300;
	font-weight:700;
	text-decoration:none;
	padding-bottom:2px;
}

.NavButtonOffLink{
	margin-left: 44px;
}
.NavButtonOnLink{
	margin-left: 56px;
}
.NavButtonPage{
	background-image: url('../images/button_page.gif'); 
	width: 170px;
	height:23px;
	font-family: Century Gothic, Lucida Sans Unicode, Arial;
	font-size:9pt;
	cursor:default;
	
}
.NavButtonPageLink, , a.NavButtonPageLink, a.NavButtonPageLink:hover, a.NavButtonPageLink:visited:hover, a.NavButtonPageLink:active, a.NavButtonPageLink:visited{
	position:relative;
	left:44;
	top:-2;
	font-weight:700;
	text-decoration:none;
}

.nav_margin{
	margin-left:44px;
}

.mainTextArea{
	position:relative;
	top:13;
	left:12;
	height:580;
	width:566;
	overflow-y:scroll;
}

input, textarea, select{
	background-color: #ff9900;
	font-family: Century Gothic, Lucida Sans Unicode, Arial;
	font-size: 9pt;
	border: 1px #3333FF solid;
	color: #3333FF;
}

button, .button{
	background-color: #ff9900;
	font-family: Century Gothic, Lucida Sans Unicode, Arial;
	font-size: 9pt;
	border-color: #3333FF;
	color: #3333FF;
	font-weight:bold;
}

.fieldleft{
	border-right: 1px #3333FF solid;
	border-bottom: 1px #3333FF solid;
	color: #3333FF;
	font-size:9pt;
	text-align:right;
}