body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: navy; 
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
}
li {
	margin-left: 20px;
}
#header {
	margin: auto;
	padding: 0px;
	height: 88px;
	background: #efefff url('/cms/images/header_bg.gif');
	width: 760px;
	border-bottom: 1px solid navy;
}
#content {
	width: 760px;
	background-color: #efefff;
	margin: auto;
	overflow: auto;
}
#content_text {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#footer {
	margin: auto;
	width: 760px;
	height: 30px;
	background: #efefff url('/cms/images/footer.gif');
	text-align: center; 
	font-weight: bold;
	color: #000033;
	border-top: 1px solid navy;
}
.border {
	margin: auto;
	width: 760px;
	height: 1px;
	padding: 0px;
	background-color: #7777ff;
}
#copy {
	padding: 10px;
	font-size: 10px;
	float: left;
}
#xhtml {
	padding: 10px;
	font-size: 10px;
	float: right;
}
#subtitle {
	font-size: 16px;
	font-weight: normal;
	position: relative;
	left: 92px;
	top: 20px;
	color: #000033;
}

#title {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	left: 90px;
	top: 20px;
	color: #333366;
}
.text {
	font-size: 11px;
}
.italic {
	font-style: italic;
}
.heading01 {
	font-weight: bolder;
	font-size: 12px;
}
.cheading {
	font-weight: bolder;
	font-size: 12px;
	text-align: center;
}
#nav {
	width: 760px;
	background-color: #333366;
	margin: auto;
	overflow: auto;
	text-align: right;
	border-bottom: 1px solid navy;
}
#nav a {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 10px;
	
}
#nav a:hover {
	color: #9999FF;
	text-decoration: none;
}
#admin_bottom {
	width: 760px;
	background-color: #333366;
	margin: auto;
	overflow: auto;
	text-align: left;
	border-bottom: 1px solid navy;
}
#admin_bottom a {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 0px;
	font-size: 10px;
	
}
#admin_bottom a:hover {
	color: #9999FF;
	text-decoration: none;
}
#prop {
	height: 450px;
	width: 1px;
	float: right;
}
#nav_menu {
	float: left;
	margin-left: 15px;
}
#nav_admin {
	float: right;
}
.news_box {
	background-color: #ffffff;
	font-size: 10px;
	border-right: 1px solid navy;
	border-bottom: 1px solid navy;
	padding: 0px 10px 0px 10px;
}
.adilink {
	color: navy;
	font-weight: bolder;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 9px;
	
}
.adilink:hover {
	color: #9999FF;
	text-decoration: none;
}
.highlight {
	background-color: #dfdfff;
}

