/* GENERAL */

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #FFFFFF;
	margin: 20px 0px 0px;
	padding: 0px;
}
.fullpage {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
h1 {
	font-size: 16px;
	color: #0C2E86;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8500;
	padding-bottom: 7px;
	margin-top: 13px;
	padding-top: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #FF8500;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.heading2 {
	font-size: 13px;
	font-weight: bold;
	color: #0C2E86;
}
a {
	color: #0C2E86;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bottomcopyright {
	background-color: #D5B165;
	margin: 0px;
	padding: 5px;
	font-size: 9px;
	text-align: center;
	line-height: 7px;
	letter-spacing: 0.1em;
	clear: both;
}
.bottomcopyright a {
	color: #000000;
	text-decoration:none;
}
.bottomcopyright a:hover {
	color: #000000;
	text-decoration:underline;
}
.returntotop {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #DFB457;
	font-weight: bold;
	margin: 25px 0px 20px 15px;
}
.returntotop a {
	color: #DFB457;
	text-decoration: none;
}

/* NAV BAR */
.navbar {
	margin: 0px auto 4px;
	padding: 0px;
	width: 800px;
}
.ocenetlogo {
	width: 336px;
	height: 69px;
	margin: 0px 0px 8px 20px;
	padding: 0px;
}
.navicons {
	color: #FF8500;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
.navicons a {
	color: #FF8500;
	text-decoration: none;
}
.navicons a:hover {
	color: #FF8500;
	text-decoration: none;
}




/* GATEWAY */ 
.gatewayheader {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.gatewaybody {
	margin: 0px auto;
	padding: 0px;
	width: 796px;
	border: 2px solid #FF8500;
	background-image: url(images/gatewaybodybg.jpg);
	background-repeat: repeat-y;
	clear: both;
}
.gatewaynav {
	margin: 0px;
	padding: 0px;
	width: 177px;
	height: 300px;
}
.gatewaynav ul {
	list-style-type: none;
	margin: 40px 0px;
	padding: 0px 0px 0px 0px;
}
.gatewaynav ul a:hover, .gatewaynav ul .active {
	font-weight: bold;
	color: #FF8500;
	text-decoration: none;
	background-image: url(../images/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
.gatewaynav li {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gatewaynav ul a {
	color: #0C2E86;
}
.gatewaypage {
	margin: 25px 0px 0px 30px;
	padding: 0px;
	width: 540px;
}
.editusertable input, .editusertable textarea, .inputwidth {
	width: 365px;
}
.error {
	font-weight: bold;
	color: #BB0000;
}
.message {
	font-weight: bold;
	color: #BB0000;
}

.programbuttons {
	background-color: #FFFFFF;
	margin: 15px auto;
	text-align: center;
	width: 123px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}