ul { margin-top: 10px; margin-bottom: 10px }
ol { margin-top: 10px; margin-bottom: 10px }
a {  color: #4D5EAB}
a:hover {  color: #783677}
p { margin: 0px 0px 5px 0px }
/* Page Layout Styles */
.mainbody {
	margin:0;
	padding:0;
	background:#114533;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.ccprintbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFE;
	color: #000001;
	font-size: 10pt;
}
.container {
	margin:0 auto;
	width:764px;
	background: #FFFFFE;
}

/* Login Link Styles */
.logintext {
	font-size: 8pt;
	text-align: right;
	color: #87BACB;
	padding: 4px;
	background: #114533;
}
.logintext a {
	text-decoration: none;
	color: #87BACB;
}
.logintext a:hover {
	text-decoration: underline;
	color: #FFFAC0;
}

/* Banner Styles */
.banner {
	border: 2px solid black;
}

/* Section Menu Styles */
.menu {
	background: #87BACB;
	width: 204px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
.menuitem {
	background: #44A241;
	width: 200px;
	border-bottom: 1px solid white;
	padding: 10px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.menuitem a {
	text-decoration: none;
	color: #FFFFFF;
}
.menuitem a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.menuitemover {
	background: #25276D;
	width: 200px;
	border-bottom: 1px solid white;
	padding: 10px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.menuitemover a {
	text-decoration: none;
	color: #A7CAA1;
}
.menuitemover a:hover {
	text-decoration: none;
	color: #A7CAA1;
}
.menutext {
	padding: 10px;
	font-size: 8pt;
}

/* Content Area Styles */
.content {
	padding: 0px 10px 10px 20px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
h1 {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 15pt;
	color: #25276D;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 12pt;
	color: #25276D;
	margin: 10px 0px 5px 10px;
}
.pagetext {
	font-size: 10pt;
	line-height: 130%;
}
.pagetext img {
	border: 1px solid black;
	margin: 5px;
}
.lgcompview {
	clear: both;
}
.picalbum {
	clear: both;
}
.picalbum img {
	border: 1px solid black;
}
.update {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}
.doclinks {
	margin: 5px 0px 2px 20px;
}

.sidebar {
	margin: 10px;
	padding: 10px;
	font-size: 8pt;
	float: right;
	width: 200px;
	background: #87BACB;
	border: 1px solid #A7CAA1;
}
.sidebar img {
	border: 1px solid black;
	padding: 5px;
}
.sidebarcomp {
}

/* Bottom Text Styles */
.bottomtext {
	font-size: 8pt;
	text-align: center;
	color: #87BACB;
	padding: 5px;
	background: #114533;
}
.bottomtext a {
	color: #87BACB;
}
.bottomtext a:hover {
	color: #A7CAA1;
}

