body {
	font-size: 16px;
	margin: 0px auto;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	width: 770px;
}
.main {
	margin: 0px auto;
	padding: 0px;
	border: solid 1px #365397;
	background: #fff;
}
.top_nav {
}
.top_nav ul {
	float: right;
	width: 768px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #365397;
	background-color: #FFAA77;
	font-weight: bold;
}
.top_nav li {
	display: inline; /* fixes ie issue */
	list-style: none;
}
.top_nav li a {
	float: right;
	padding: 5px 10px 5px 10px;
	border-right: solid 1px #365397;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.top_nav a:hover, .top_nav a.selected {
	color: #336666;
	text-decoration: underline;
}
.right_nav {
	clear: both;
	float: right;
	width: 160px;
	color: #4B4B4B;
	height: auto !important;
	background-color: #ff6633;
	background: #d8e6f1;
}
.right_nav ul {
	margin: 0px;
	padding: 0px;
	background-color: #d8e6f1;
}
.right_nav li {
	list-style: none;
	border-bottom: solid 1px #C8C8C8;
}
.right_nav li.title {
	padding: 3px 15px 2px 5px;
	background-color: #9CBAD6;
	color: #991111;
	font-weight: bold;
	text-transform: uppercase;
}
.right_nav li a {
	display: block;
	line-height: 1.7em;
	padding: 0px 5px 0px 0px;
	border-right: solid 7px rgb(219,230,241);
	color: rgb(75,75,75);
	text-decoration: bold ;
}
.right_nav li a:hover, .right_nav li a.selected {
	color: #991111;
	text-decoration: underline;
}
.message {
	margin: 5px;
	border-top: solid 1px #365397;
	border-bottom: solid 1px #365397;
}

.footer {
	clear: both;
	width: 768px;
	padding: 0.5em 0px 0.5em 0px;
	border-top: solid 1px #365397;
	background-color: #7fa2ca;
	color: #000;
	text-align: center;
	font-size: 10px;
}
.content {
	margin-top: 40px;
	margin-left: 10px;
	width: 590px; /* restrict content to be this size so it doesn't go over our right floated menu */
}
small {
	font-size: 9px;
}
.pagetitle {
	color:#5890A8;
	font-size: 14px;
	font-weight: bold;
	margin:0px 0px 10px 0;
	width:590px;
}
.heading {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
label {
	padding: 3px 0px 0px 0px;
	width: 6em;
	font-size: 12px;
	font-weight: bold;
	float: left;
	position: relative;
}
.field {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
img{
	border: 0;
}
.admin_link {
	font-size: 10px;
	text-decoration: none;
}
/* one liners - Supplemental classes */
.rtl { direction: rtl;}
.ltr { direction: ltr;}
.lbb { border-bottom: solid 1px #ccc; } /* light border */
.bb { border-bottom: solid 1px #365397; }
.bt { border-top: solid 1px #365397; }
.lbt { border-top: solid 1px #ccc; } /* light border */
.fl {float: left;}
.fr {float: right;}
.odd {background-color: #D6DFE7;}
.even {background-color: #E0EBEF;}
.twocol {width: 278px;}

