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

input, checkbox, select, textarea {
	background-color: #eeeeee;
	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; }

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

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

/* BANNER VARIABLES */
.top_banner {
	width: 708px;
	height: 104px;
	padding-top: 4px;
	padding-right: 4px;
}
.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: #BBC899;
}
.body_text { 
	font-size: 12px; 
	color:#000000; 
	line-height: 1.5; 
}
.body_text_header {
	font-size: 12px;
	color:#000000;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: bold;
}
.table_cell_left{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.table_cell_right{
	padding-bottom: 10px;
}

/* SIDEBAR VARIABLES */
.sidebar_bg {
	background-color: #C7A778;
}
.sidebar_testimonial {
	font-size: 13px;
	color:#2e4b87;
	line-height: 1.3;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.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:#c35259;
	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; }
.sidebar_header3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

/* 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; 
}
