@charset "utf-8";
/* CSS Document */
/*vertical menu*/

#menu3 {
	list-style: none;
	padding: 10px 0 0 0px;
	height: 100%;
	display:block;
	border-right-width: 2px;
	border-right-color: #E3E3E3;
	border-right-style: solid;
	font-size: 11px;
}
#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu3 li a {
	text-decoration: none;
	font-variant: normal;
	text-transform: uppercase;
}
#menu3 li a:link, #menu3 li a:visited {
	color: #999999;
	display: block;
}
#menu3 li a:hover, #menu3 li #current {
	color: #333333;
}

#Div1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 45px;
}

#links a:link, #links a:visited {
	color:#003366;
	text-decoration:none;
}
#links a:hover {
	color:#660099;
	text-decoration:underline;
}
/*- Menu Tabs B--------------------------- */

    #tabsB {
	float:left;
	width:100%;
	background:#F4F4F4;
	font-size:100%;
	line-height:normal;
}
#tabsB ul {
	margin:0;
	padding:10px 10px 0 60px;
	list-style:none;
}
#tabsB li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsB a {
	float:left;
	background:url("tableftB.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsB a span {
	float:left;
	display:block;
	background:url("tabrightB.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabsB a:hover span {
	color:#000;
}
#tabsB a:hover {
	background-position:0% -42px;
}
#tabsB a:hover span {
	background-position:100% -42px;
}
#tabsB #current a {
	background-position:0% -42px;
}
#tabsB #current a span {
	background-position:100% -42px;
}
body {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
}
.bodytext {
	font: 11px/1.5em Verdana;
	padding: 10px 0 0 20px;
}
.title {
	font: 11px/1.5em Verdana;
	color:#333333;
	font-weight: bold;
	text-transform: uppercase;
}
.footer {
	font: 0.8em, Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	text-transform: uppercase;
	font-weight: normal;
}
