html {
	overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../templateimages/bg1.jpg);
	background-repeat:repeat;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
}
p, td, li {
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
}
a {
	color: #a20046;
	text-decoration:none;
}
a:hover {
	color: #a20046;
	text-decoration: underline;
}
#wrapper {
    width: 878px;
	border-width:2px;
	border-style:solid;
	border-color:#cccccc;
    hight: 100%;
	margin-top:15px;
	margin-bottom:15px;
	background: #ffffff;
}
#logo {
	top:5px;
	width:878px;
	height:130px;
	border:0px;
	background-image: url(../templateimages/logo2.jpg);
	position:relative;
}
#printlogo {
	display: none;
}
#menu {
    width:878x;
	height:32px;
	background-image: url(../templateimages/nav3.jpg);
	background-repeat:no-repeat;
    color:#a20046;
	border:none;
}
#menubar {
	width:627px;
	height:32px;
	margin:0px 27px 0px 226px;
	padding:0px;
	border:0px;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 10px;
	text-align:left;
}
#content {
	width:850px;
	vertical-align:top;
	padding:10px 10px 10px 18px;
	margin:0px;
}
#footer {
	width:878px;
	height:24px;
	font-size: 10px;
	text-align:right;
}
/*-------dropdown menu-----------------------*/
#menutable td ul {
	list-style: none;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	text-align: left; 
	z-index: 15;
	background-color:#FFFFFF;
	position: absolute;
	left: -999em;
	width: 150px; 
	border-bottom: 1px solid #a20046;
	border-left: 1px solid #a20046;
	border-right: 1px solid #a20046;
}
#menutable td ul li {
	float: left; /* fill whole li*/
	width: 150px;
	margin:0px;
	padding:0px;
	border-top: 1px solid #a20046; 
}
#menutable td ul li a {
	display: block;
	text-decoration: none;
	border:0px;
	margin:0px;
	left:0px;
	top:0px;
	color: #000000;
	padding-top: 4px;
	padding-left: 10px;
	/* width: 154px; */}
#menutable td ul a:hover { 
	color: #FFFFFF; 
	background: #a20046;
}
/*rules*/
#menutable td ul ul {
	margin: -1.90em 0 0 12em; }

#menutable td:hover ul ul, #menutable td:hover ul ul ul, #menutable td.sfhover ul ul, #menutable td.sfhover ul ul ul { left: -999em; }

#menutable td:hover ul, #menutable td li:hover ul, #menutable td li li:hover ul, #menutable td.sfhover ul, #menutable td li.sfhover ul, #menutable td li li.sfhover ul { left: auto; }

#menutable td:hover, #menutable td.sfhover {}

#menutable td ul li:hover, #menutable td ul li.sfhover {}
/* dropdown nav end */

/*mainmenu*/
.menu_on {
	color:#86878b;
	font-weight:bold;
	padding: 0px 35px 0px 0px;
}
.menu_off {
	color:#a20046;
	font-weight:bold;
	padding: 0px 35px 0px 0px;
}
.menu_off:hover {
	color:#86878b;
	font-weight:bold;
	padding: 0px 35px 0px 0px;
}
#menutable {
	color:#000000;
	height:32px;
	vertical-align:top;
}
#menutable td {
	font-size:13px;
}
#menutable td a {
	display: block;
	text-decoration: none;
}
#menutable td a:hover{
	text-decoration: none;
}
.break{
	padding-left:35px;
}
/*mainmenu end*/