.content {
	color: #000000;
	font: bold 12pt Georgia, Times New Roman, Times, serif;
	line-height:125%;
}

.logo {
	color: #ffffff;
	font: bold 16pt Georgia, Times New Roman, Times, serif;
 	padding: 30px 30px 5px 15px;
	margin-top: 40px;
	text-decoration:none;
	background-image: url(../images/logo-bg.gif) repeat;
	
}

.img_headers { background-image:url(../images/headers.gif); background-position:left; background-repeat:no-repeat;}
.img_menu-bg { background-image: url(../images/menu-bg.gif) }
.img_footer-bg { background-image: url(../images/footer-bg.gif) }
.img_logo-bg { background-image: url(../images/logo-bg.gif)}
.img_pageheader-bg { background-image: url(../images/pageheader-bg.jpg) repeat; }
.img_body-bg { background-image: url(../images/body-bg.gif) repeat; }
.img_top-bg_1 { width:780; height:187; }

/*main menu*/
.menu {
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-right:15px;
	margin-left: 15px;
	background-image: url(../images/menu-bg.gif) repeat;
}
.amenu {
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

.topmenuhover { 
display: block;
padding-top: 7px;
color: #FFCC66;
padding-left: 10px; /*Padding between text and left td */
padding-right: 10px; /*Padding between text and right td */
height: 27px!important;
height: 34px; /*set the height of the hover field - also sets the space between buttons - SEE .amenu*/	
margin-left: 15px;
}

/*top menu - Flexable button width*/

td.topmenuhover a { 
display: block;
padding-top: 7px;
/*color: #CCC; font color*/
padding-left: 10px; /*Padding between text and left td */
padding-right: 10px; /*Padding between text and right td */
height: 27px!important;
height: 34px; /*set the height of the hover field - also sets the space between buttons - SEE .amenu*/
margin-left: 15px;
}
td.topmenuhover a:hover { 
color: #FFFFFF; /*font color when mouse over*/
	background-image:url(../images/topmenubuttonhover_bg.gif);
	background-repeat:repeat-x;
	margin-left: 15px;
}

.topmenu { 
text-align:center;
padding-left:10px; controls the menu text left margin*/
padding-top: 7px; /*controls the menu text top margin*/
font-size: 6pt;
font-weight: normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #ffffff; /*font color of active button*/
font-size:10px;
text-decoration: none;
height: 27px!important;
height:34px; /*set the height of the button cell field - also sets the space between buttons */
background-image: url(/images/menu-bg.gif) repeat;
}

.topmenuspacerleft {
background-image:url(../images/topmenuspacer_bg.gif);
background-repeat:no-repeat;
}

.topmenuspacerright {
background-image:url(../images/topmenuspacer_bg.gif);
background-repeat:no-repeat;
}

/*bottom menu*/
.bmenu { font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFF; text-decoration: underline; margin-right:10px; }
.abmenu { font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; margin-right:10px; }
.verline {
	font-size: 9px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}	
/* content */
.text-header{ font-weight: bold; font-size: 12pt; font-family: Georgia, Times New Roman, Times, serif; color: #ffffff; background-image: url(../images/pageheader-bg.jpg) repeat; padding-left:10px; margin-left:10px;}
.pageContent { font-size: 12pt; font-family: Georgia, Times New Roman, Times, serif; color: #000000; background-image:url(../images/body-bg.gif); }
 .pageContent a { font-size: 12pt; font-family: Georgia, Times New Roman, Times, serif; color: #FFCC66; }
 

td {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 12pt; 
	color: #000000; 
	font-weight:normal; 
	line-height:14px;
}
.footer {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 10pt; 
	color: #ffffff; 
	line-height:15px; 
	font-weight: normal; 
	padding: 10px;
	text-align:center;
	height:50px;
}
.news {
	font-family:  Georgia, Times New Roman, Times, serif; 
	font-size: 10pt; 
	color: #E8E7E7; 
	line-height:15px; 
	font-weight: none; 
}
.footermenu {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 10pt; 
	color: #ffffff; 
	line-height:16px; 
	text-decoration:none; 
	font-weight:BOLD;
}
.footermenu:hover {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 10pt; 
	color: #ffffff; 
	line-height:16px; 
	text-decoration:underline; 
	font-weight:BOLD;
}
.popularlinks {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 10pt; 
	color: #717171; 
	line-height:16px; 
	text-decoration:none; 
	font-weight:BOLD;
}
.popularlinks:hover {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 10pt; 
	color: #717171; 
	line-height:16px; 
	text-decoration:underline; 
	font-weight:BOLD;
}
.padding10 {
	padding: 0px 10px 10px 15px;
}
.float {
  float:left;
  padding: 6px 6px 2px 2px;
}