body {
  padding: 0;
  margin: 0;
  background: #ffffff url('../images/bg.jpg') repeat center top;
  width: 100%;
  display: table;
}


font,th,td,p,input,select {  	
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #898989;
}

.menu_top {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;	
}

.menu_top:hover {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #bababa;
	text-decoration:none;
}

.menu_top_over:hover {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #bababa;
	text-decoration:none;
}

.menu_bottom {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #a3a2c8;
	text-decoration:none;	
}

.menu_bottom:hover {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}


.menu_left {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;	
}

.menu_left:hover {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #bababa;
	text-decoration:none;
}

.title1 {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration:none;	
}

.title2 {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #fd0291;
	text-decoration:none;	
}

.text1 {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;	
}

.text2 {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #777777;
	text-decoration:none;	
}

.float	{
	float: left;
	clear: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0px;
}







ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 870px;
	background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 190px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 190px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 165px;
	background: #220102 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}













