@charset "utf-8";
/* CSS Document */

body {
    margin: 0px 100px 0px 100px;
    padding: 0px;
	font-size:12px;
	line-height:150%;
	background-color:#e7e6e6;
}
form,img,ul,ol,li {
	margin: 0; 
	padding: 0; 
	border: 0;
	list-style-image:url(images/dot.gif)
}
div#header {
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
	background:url(images/logo.gif) no-repeat #FFFFFF
}

div#rightnav {
    float: right;
    width: 260px;
	margin: 0px 0px 0px 0px;
	padding: 5px 1px 1px 1px;
    background-color: #F1F1F1;
	border-right:solid 1px #dddddd;
}
div#content {
    padding: 5px 265px 0px 0px;
    background-color: white;
	border-left:solid 1px #dddddd;
}
div#footer {
    clear: both;
	padding: 5px; 
	text-align:center;
	border-top:solid 4px #AC025B;
	line-height: 150%;
	background-color:#e7e6e6;
}
div#menu1 {
    margin: 5px 0px 10px 0px;
	height:24px;
}
#menu1 ul {
	float:right;
	list-style:none;
	margin:0px;
}
#menu1 ul li {
	float:right;
	margin:0 10px;
	display:block;
	line-height:20px
}
.menuDiv {
	width:1px;
	height:20px;
	background:#999;
}
div#menu2{
    clear:both;
	width:589px;
	float:right;
	margin:0px 0px 10px 0px;
	height:26px;
	border-top:solid 1px #c83578;
	border-right:solid 2px #c83578;
	border-bottom:solid 3px #c83578;
	border-left:solid 1px #c83578;
}
#menu2 ul{
	float:center;
	list-style:none;
	margin:0px;	
	padding:0px 10px 0px 10px;
}
#menu2 ul li {
	float:right;
	margin:0 10px;
	display:block;
	line-height:26px;
}
.menu2Div {
	width:1px;
	height:26px;
	background:#c83578;
}
div#sgin{
    clear:both;
	background:url(images/sgin.gif) right no-repeat;
	height: 41px;
}
div#bar{
	margin: 8px 130px 0px 0px;
	padding:0px 0px 0px 20px;
	background-color: #ffffff;
	border-top:solid 1px #AC025B;
	border-bottom:solid 1px #AC025B;
    height: 28px;
	line-height:26px;
	color:#AC025B;
}

div#banner {
	clear:both;
	background:url(images/bannerbg.gif) left no-repeat;
	background-color:#FFFFFF
    height: 60px;
	border-bottom:solid 1px #AC025B;
}
div#cmenu {
	float:left;
	background:url(images/menubg.gif) left no-repeat;
	width:92%;
	height:24px;
	line-height:22px;
	margin:0px;
	padding:0px 0px 0px 24px;
	color:#AC025B;
	font-weight:bold;	
}
div#dmenu {
	float:left;
	background:url(images/menubg1.gif) left no-repeat;
	width:92%;
	height:24px;
	line-height:22px;
	margin:0px;
	padding:0px 0px 0px 36px;
	color:#AC025B;
	font-weight:bold;	
}

a:link {font-size:12px;text-decoration:none;color:#333333}
a:visited{font-size:12px;text-decoration:none;color:#666666}
a:hover{font-size:12px;text-decoration:underline;color:#c83578}
.textInputA {
	BORDER-RIGHT: #efefef 1px outset; BORDER-TOP: #efefef 1px outset; BORDER-LEFT: #efefef 1px outset; BORDER-BOTTOM: #efefef 1px outset; BACKGROUND-COLOR: #ffffff
}
.textButtonA {
	BORDER-RIGHT: #999999 1px outset; PADDING-RIGHT: 1px; BORDER-TOP: #999999 1px outset; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; MARGIN: 1px; BORDER-LEFT: #999999 1px outset; WIDTH: auto; COLOR: #000000; PADDING-TOP: 1px; BORDER-BOTTOM: #999999 1px outset; HEIGHT: 20px; BACKGROUND-COLOR: #dddddd
}

