/* -- General Styles ---------------------------------- */
a { text-decoration: none; }
a:hover {
	text-decoration: underline;
	/*color: #FF9900; /*orange*/
	color: #66CC66; /*green*/
	}

body {
	background-color: #336699;
	margin: 5px 10px 10px 10px;
	padding: 0px;
	}
	
.txt_std_09_grey { font: normal 9px "Trebuchet MS", Verdana, Arial; color: #AAAAAA; }
.txt_std_11 { font: normal 11px "Trebuchet MS", Verdana, Arial; }
.txt_std_12 { font: normal 12px "Trebuchet MS", Verdana, Arial; }

#nav_left ul { margin-top:5px }
#nav_left li { list-style-type:square; color:#9999FF; font:normal 13px "Trebuchet MS", Verdana, Arial; }

#adv_footer { border:1px solid #BDD6EF; }
#adv_footer td { border:1px solid #BDD6EF; }

.foot_quote { font: bold 13px "Trebuchet MS", Verdana, Arial; color: #6699FF; }
.foot_links_title { color: #336699; font-weight: bold; }
.foot_links_pipe { color: #66CC66; }


/* -- Horizontal Menu Styles -------------------------- */
#menu_container {
	width: 956px;
	border: solid 1px #C6D7E5;
	border-spacing: 0;
	padding: 0;
	}
#menu {
	height: 30px; padding-bottom: 2px;
	background-color: #EEEEEE;
	}
#menu ul {
	list-style: none;
	margin: 0; padding: 0;
	}
#menu li {
	display: inline;
	line-height: 30px;
	background: #EEEEEE;
	margin: 0; padding: 0;
	}
#menu a {
	text-decoration: none;
	font: normal 12px Tahoma; color: #006699;
	border: solid 1px #EEEEEE;
	margin: 0; padding: 4px; padding-left: 6px; padding-right: 6px;
	}
#menu a:hover {
	text-decoration: none;

	/*color: #FF9900; /*orange*/
	/*background: #FFE5CC; /*goes with the orange*/
	/*border: solid 1px #FF9900; /*orange*/

	color: #66CC66; /*green*/
	background: #DDFFDD; /*goes with the green*/
	border: solid 1px #66CC66; /*green*/
	}


/* -- Old, Wacked-Out DreamWeaver Styles -------------- */
.style2 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {font-size: 12px}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style6 {color: #FF9933}
.style11 {color: #FFFFFF}
.style16 {font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #CCCCCC; }
.style24 {
	color: #6699FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style30 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #336699; }
.style33 {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
