/* Main Section */

.content_s {
FONT-SIZE: 11px;  
COLOR: gray; 
FONT-FAMILY: verdana;
}

.content {
FONT-SIZE: 11px;  
COLOR: #4A4A4A; 
FONT-FAMILY: verdana;
}

.content_white {
FONT-SIZE: 11px;  
COLOR: #FFFFFF; 
FONT-FAMILY: verdana;
}

.content a:link,
.content a:visited, 
.content a:active

{
color: #000000;
}
.contenthead {
FONT-SIZE: 17px;  
COLOR: #47609f; 
FONT-FAMILY: tahoma;
}

.error {
FONT-SIZE: 11px;  
COLOR: red; 
FONT-FAMILY: verdana;
}

.heading {
FONT-SIZE: 24px;  
COLOR: blue; 
FONT-FAMILY: tahoma;
}

A:link {text-decoration: none; color: purple;}
A:visited {text-decoration: none; color: purple;}
A:active {text-decoration: none; color: purple;}
A:hover {text-decoration: underline; color: gray;}


/* Menu bar horizontal section */

.glossymenu{
	position: relative;
	padding: 0;
	margin: 0;
	background: url('image/menu_bg.gif') repeat-x; /*tab background image path*/
	height: 46px;
	list-style-type:none
}

.glossymenu li{
	float:left;
}

.glossymenu 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;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url('image/menu_hover_left.gif') no-repeat left 50%; /*left tab image path*/
	
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url('image/menu_hover_right.gif') no-repeat right top; /*right tab image path*/
}


/* Menu bar vertical section */



.glossymenuv{
border-left:1px solid #9A9A9A; border-right:1px solid #9A9A9A; border-top:1px solid #9A9A9A; border-bottom:0px solid #9A9A9A; list-style-type: none;
margin: 5px 0;
padding: 0;
width: 200px;

}

.glossymenuv li a{
background: white url('image/glossyback.gif') repeat-x bottom left;
color: white;
display: block;
width: auto;
padding-left: 10px;
text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; padding-right:0; padding-top:3px; padding-bottom:3px

}


* html .glossymenuv li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 200px;
}

.glossymenuv li a:visited, .glossymenuv li a:active{
color: white;
}

.glossymenuv li a:hover{
background-image: url('image/glossyback2.gif');
}