#main_ol {
	font-size: 16px;
}
#main_ol li {
	margin-bottom: 18px;
}
#main_ol li ol li {
	margin-bottom: 8px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	text-align: center;
	margin: 10px;
}
h2 {
	font-size: 16px;
	margin-left: 8px;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	margin-bottom: 6px;
	text-decoration: underline;
}
ol {
	font-size: 12px;
	line-height: 16px;
}
ol li {
	margin-bottom: 4px;
}
/* Anchor Tags */
.menu { /* The Main Menu */
	font-family: verdana, arial, sans-serif; font-size: 12px; font-weight: bold;
	text-decoration: none;
	margin-left: 10px; 
}
.menu:link { color: #FFFFFF; }
.menu:visited { color: #FFFFFF; }
.menu:hover { color: #39BA10; }

.leftnav { /* The Left Navigation */
	font-family: verdana, arial, sans-serif; font-size: 12px; font-weight: bold;
	text-decoration: none;
	margin-left: 5px; 
}
.leftnav:link { color: #00206B; }
.leftnav:visited { color: #00206B; }
.leftnav:hover { color: #39BA10; }
/* The Sub Menu */
.smenu {  color: #333333; text-decoration: none}
.smenu:link {  color: #333333; font-size: 11px; text-decoration: none}
.smenu:visited {  color: #333333; font-size: 11px; text-decoration: none}
.smenu:hover {  color: #cc972f; font-size: 11px; text-decoration: none}
/* The links (anchors) used in the content pages */
.links {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #627D7C; font-size: 11px; font-weight: bold; text-decoration: none}
.links:link {  color: #627D7C; }
.links:visited {  color: #627D7C; }
.links:hover {  color: #39BA10; }

.bottom {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #627D7C; font-size: 10px; font-weight: bold; text-decoration: none}
.bottom:link {  color: #FFFFFF; }
.bottom:visited {  color: #FFFFFF; }
.bottom:hover {  color: #39BA10; }
/* The anchor that returns to the default page */
.page_anchor {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 13px; font-weight: bold; text-decoration: none }
.page_anchor:link {  color: #ffffff; }
.page_anchor:visited {  color: #ffffff; }
.page_anchor:hover {  color: #800000; }

.photolink { 
	text-decoration: none;
}

/* 150Table_title */
.150title {
	background-color: #AAB8B9; color: #FFFFFF;
	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;	padding-bottom: 0px;
	font-weight: bold; text-align: center;
}

/* Content table */
.ctitle {
	background-color: #00206B; border: solid #00206B 1px;	color: #ffffff;
	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; text-align: center;
}
.ctable {
	background-color: #ffffff;
	border-left: 1px solid #00206B;
	border-right: 1px solid #00206B;
	border-bottom: 1px solid #00206B;
	color: #444444;
}

/* Paragraph and Photo classes */
p {
	padding-left: 8px; padding-right: 8px; padding-top: 5px; padding-bottom: 0px;
	margin-top: 0px; margin-bottom: 5px;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.photo { border: solid #ffffff 1px; }
.leftpanelphoto {
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
	border: solid #DBB66E 1px;
}
.lphoto {
	margin-left: 5px; margin-right: 10px; margin-top: 5px; margin-bottom: 5px;
	border: solid #054346 1px;
}
.rphoto {
	margin-left: 10px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px;
	border: solid #054346 1px;
}
.p_title { 
	font-family: verdana; font-size: 13px;	font-weight: bold;
	color: #800000; text-decoration: underline;
}
.p_heading { 
	font-family: verdana; font-size: 13px;	font-weight: bold;
	color: #800000; text-decoration: none;
}
.title_border { border: solid #800000 1px; }

/* Message Box */
.msg_title {
	background-color: #FFF1B4;
	border: solid #800000 1px;
	color: #800000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.msg_table {
	background-color: #FFFFF2;
	border-left: 1px solid #800000;
	border-right: 1px solid #800000;
	border-bottom: 1px solid #800000;
}

/* Bottom Panel */
.twm {
	font-family: verdana, san-serif; color: #FFFFFF;
	font-size: 10px; font-weight: bold;
}
.twm_border { border: solid #8C9ABD 2px; }
/* Form */
.form_text { font-family: verdana, san-serif;	color: #00206B; font-weight: bold; font-size: 12px; }
.form_heading {	font-family: verdana, san-serif; color: #00206B; font-size: 12px; }
.table_heading { font-family: verdana, san-serif; color: #800000; font-size: 12px; font-weight: bold; text-decoration: underline; }
.table_data { font-family: verdana, san-serif; color: #00206B; font-size: 12px; font-weight: bold; }
.textfield {
	font-family: verdana, san-serif;
	color: #4A659C;
	font-size: 12px;
	border: solid #00206B 1px;
	background-color: #ffffff;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #00206B;
	cursor: hand;
	border: 2px solid #8C9ABD;
	color: #FFFFFF;
}
.index { 
	font-family: verdana, arial, sans-serif; font-size: 13px; font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;
}




/* WebWorX */
.wwx { 
	color: #666; 
	font-family: verdana, san-serif; 
	font-size: 10PX;
}
.wwx_site { 
	border: solid #007700 1px; 
	background-color: #ffffff;
	padding-bottom: 2px; 
	padding-left: 4px; 
	padding-right: 4px; 
}
.wwx_link { 
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;; 
	font-weight: bold; 
	text-decoration: none;
}
.wwx_link:hover { 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
}




/* ADMIN STYLES */
.adm_form_subheading {
	color: #00206B;
	font-size: 13px; font-weight: bold;
	font-family: Verdana, sans-serif;
	padding-top: 8px;
}
	
/* The anchor that returns to the default page */
.adm_page_anchor {  
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 13px; 
	font-weight: bold; text-decoration: underline; 
}
.adm_page_anchor:link {  color: #FFFFFF; }
.adm_page_anchor:visited {  color: #FFFFFF; }
.adm_page_anchor:hover {  color: #800000; }