/* GLOBAL VARIABLES */
a,p,table,th,td,h1,li,div { font-family: helvetica, verdana, arial; }

input, checkbox, select, textarea { background-color: #ffffff; color: #000000; font-size: 11px; }

a:link, a:active, a:visited { color:#000000; text-decoration: none; }
a:hover { color:#666666; text-decoration: underline; }

a.blacklink:link, a.blacklink:active, a.blacklink:visited { color:#000000; text-decoration: none; }
a.blacklink:hover { color:#ffffff; text-decoration: underline; }

a.whitelink:link, a.whitelink:active, a.whitelink:visited { color:#ffffff; text-decoration: none; }
a.whitelink:hover { color:#ffffff; text-decoration: underline; }

/* BACKGROUND VARIABLES */
.background_bg {
	background-color: #cad9eb;
	margin: 20px;
}
.border_bg { border-color: #254c43; border-style: solid; border-width: 1px; }

/* BANNER VARIABLES */
.top_banner { width: 708px; height: 104px; padding-top: 4px; padding-right: 10px; }
.shadow_text { text-shadow: black 0px 0px 3px; font-weight: bold; }

/* MENU/SUBMENU VARIABLES */
.menu_off {
	font-size: 12px;
	color:#ffffff;
	background-color: #254c43;
}
.menu_on {
	font-size: 14px;
	color:#FFFFFF;
	background-color: #77a097;
	font-weight: bold;
}
.submenu_off {
	font-size: 12px;
	color:#000000;
	background-color: #77a097;
	font-weight: bold;
}
.submenu_on {
	font-size: 12px;
	color:#FFFFFF;
	background-color: #77a097;
	font-weight: bold;
}
a.menulink:link, a.menulink:active, a.menulink:visited { 
	color:#ffffff; 
	text-decoration: none; 
}
a.menulink:hover { 
	color:#000000; 
	text-decoration: underline; 
}
a.submenulink:link, a.submenulink:active, a.submenulink:visited { 
	color:#000000; 
	text-decoration: none; 
}
a.submenulink:hover { 
	color:#ffffff; 
	text-decoration: underline; 
}

/* BODY VARIABLES */
.footer_bg {
	background-color: #77a097;
}
.body_text_bg {
	background-color: #ffffff;
}
.body_text { 
	font-size: 12px; 
	color:#000000; 
	line-height: 1.5; 
}

/* SIDEBAR VARIABLES */
.sidebar_bg {
	background-color: #f5efac;
}
.sidebar_text {
	font-size: 13px;
	color:#ffffff;
	line-height: 1.3;
	font-family: "Times New Roman", Times, serif;
}
.sidebar_text2 { font-size: 13px; color:#000000; line-height: 1.3; }
.sidebar_labels {
	font-size: 14px;
	color:#ffffff;
	line-height: 1.3;
	font-weight: bold;
}
.sidebar_header { font-size: 18px; color:#62495f; font-style: italic; font-family: "Times New Roman", Times, serif; }
.sidebar_header2 { font-size: 18px; color:#ffffff; font-style: italic; font-family: "Times New Roman", Times, serif; }

/* FOOTER VARIABLES */
.footer_bg {
	background-color: #77a097;
}
.footer { 
	font-size: 11px; 
	color:#000000; 
}
.copyright { 
	font-size: 11px; 
	color:#999999; 
}
a.copyright:link, a.copyright:active, a.copyright:visited { 
	color:#999999; 
	text-decoration: none; 
}
a.copyright:hover { 
	color:#999999; 
	text-decoration: underline; 
}
