body {
	font-size: 12px;
	font-family: Arial, Helvetica, verdana;
	font-weight: normal;
	line-height: 20px;
	background-color: #220033;
	margin: 0px;
}

p {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	margin-top: 8px;
}
.txt {
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.txt2 {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}


a {color: #660099;TEXT-DECORATION: none;font-family: Verdana;font-size: 11px;font-weight: bold}
a:hover {COLOR: #333333; text-decoration: underline}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660066;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
.top {
	height: 237px;
	background-image: url(img/topbg.jpg);
	background-repeat: repeat-x;
}
.top2 {
	background-image: url(img/top2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 237px;
}
.topmenu {
	height: 25px;
	vertical-align: top;
}

.center {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #efefef;
	min-height:350px;

}
.bottom {
	background-image: url(img/bottombg.jpg);
	background-repeat: repeat-x;
	height: 184px;
	text-align: center;
	padding-top: 4px;
}
.imgborder {
	border: 4px solid #990066;
}
.jquerycssmenu{
font: bold 11px Verdana;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}


/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: inline-block;
	padding: 7px 7px 8px 7px;
	margin-right: 10px; /*spacing between tabs*/
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

.jquerycssmenu ul li a:hover{
	color: #CCCCCC;
	background-color: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
padding-left: 5px;
display: block;
visibility: hidden;
	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
padding-left: 0px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width: 160px;
	color: #FFFFFF;
	padding: 5px 7px;
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	filter:alpha(opacity=90);
	-moz-opacity:.90; 		
	opacity:.90;
	background-color: #660066;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.sub2 li a{
	width: 160px;
	color: #FFFFFF;
	padding: 4px 5px;
	margin: 0;
	border: 0px !important;
	background-color: #330066;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #000000;
	background-color: #EFEFEF;
}

.downarrowclass{
display:none;
}

.rightarrowclass{
position: absolute;
top: 4px;
right: 4px;
}

