.content_footer_backtotop {
font-size: 62.5%;
color: #000000;
font-family: verdana, sans-serif;
}

#tdmain {
background-image: url('top_line.jpg');
background-repeat: repeat-x;
background-position:left top;
}

#border {
background: url('populated_bg.gif') #ffffff repeat-y left top;
}

.content_footer_newsletter {
font-size: 1em;
color: #666666;
background-color: #C5C6C8;
}



a {
color: #666666;
text-decoration: none;
}

A:hover {
text-decoration: underline;
}


/* the Menu CSS*/

.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url('glossyback.gif') repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url('glossyback2.gif');
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}


/* Top Menu */

.glossymen {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url('menub_bg.gif') repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymen li{
	float:left;
}

.glossymen li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymen li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymen li.current1 a, .glossymen li a:hover{
	color: #fff;
	background: url('menub_hover_left.gif') no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymen li.current1 a b, .glossymen li a:hover b{
	color: #fff;
	background: url('menub_hover_right.gif') no-repeat right top; /*right tab image path*/
}

.cat_text {
font-size: 14pt;
color: #000066;
font-family: "Comic Sans MS";
text-decoration: none;
}

.cat_text a:hover {
text-decoration: none;
color:#FF0000;
}

.m1text {
font-size: 12pt;
color: #000066;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.m2text {
font-size: 12pt;
color: #000066;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-weight: 700;
text-align: center;
}