/* CSS Document */
body{
	color:#000000;
	padding:0;
	font:14px/20px Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #020001;
}
div, p, h1, h2, h3, ul{padding:0px; margin:0px;}
ul{list-style-type:none;}
a:link {
	color: #FBED8C;
	font-size: 12px;
}
a:hover {
	color: #B42972;
}
.table {
	border: 1px dashed #712026;
}
/*--TOP PANEL--*/
#topPan{width:995px; height:150px; position:relative; margin:0 auto;}



/*--/TOP PANEL--*/
/*--BODY PANEL--*/
#bodyPan{
	width:690px;
	color:#1A1917;
	position:relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
	padding-left: 28px;
	border: 1px solid #B23459;
	margin-right: auto;
	margin-left: auto;
}
#homePan{
	width:800px;
	color:#1A1917;
	position:relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
#bodyPan h1{
	width:352px;
	height:32px;
	display:block;
	padding:42px 0 0;
	font-family: "Trebuchet MS";
	font-size: 30px;
	line-height: 26px;
	font-weight: normal;
	color: #FFFFBF;
}
#bodyPan h2{width:350px; height:32px; display:block; background:url(images/dotline.gif) 0 100% repeat-x #fff; font:28px/26px Georgia, "Times New Roman", Times, serif; padding:42px 0 0; color:#9A0000;}

#bodyPan p{
	padding:18px 0 0 0;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS";
	text-align: justify;
}
#bodyPan p.bigtext{
	font-size:15px;
	color:#6B2027;
	padding:18px 0 0;
	font-weight: bold;
}
#bodyPan p.more{width:89px; height:39px;}
#bodyPan p.more a{display:block; width:89px; height:39px; background:url(images/more1.jpg) 0 0 no-repeat #FBFBFB; color:#fff;  font:14px/36px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; text-decoration:none; margin:0 0 0 262px; text-align:center;}
#bodyPan p.more a:hover{text-decoration:none; background:url(images/more2.jpg) 0 0 no-repeat;}
#bodyPan p.morenext{width:89px; height:60px; right:0px; top:0px; clear:both;}
#bodyPan p.morenext a{display:block; width:89px; height:39px; background:url(images/more2.jpg) 0 0 no-repeat #FBFBFB; color:#fff;  font:14px/36px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; text-decoration:none; margin:0 0 0 262px; text-align:center;}
#bodyPan p.morenext a:hover{text-decoration:none; background:url(images/more1.jpg) 0 0 no-repeat;}

#bodybottomPan{width:464px; height:42px; background:url(images/bodybottombg.jpg) 0 0 no-repeat; position:relative; margin:0 auto; clear:both; }

#bodyPan ul{width:352px; height:110px; margin:20px 0 0;}
#bodyPan ul li{background:url(images/arrow.jpg) 0 4px no-repeat; padding:0 0 0 20px;}
#bodyPan ul li a{background:#fff; color:#9A0000; text-decoration:none;}
#bodyPan ul li a:hover{text-decoration:underline;}

#bodyPan form{
	width:350px;
	height:162px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	border: 1px dashed #712026;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#bodyPan form h2{display:block; width:310px; height:45px; background:url(images/formtop.gif) 0 0 no-repeat #F9F9F9; color:#fff; font:20px/39px Georgia, "Times New Roman", Times, serif; margin:0; padding:0 0 0 40px;}
#bodyPan form input.text{
	width:120px;
	height:18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#bodyPan form input.paddingtop{margin-top:16px;}
#bodyPan form input.button{
	width:35px;
	height:25px;
	display:block;
	border:1px dashed #851F2C;
	color:#fff;
	font:14px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	background-color: #9A2633;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 262px;
	background-image: url(../images/submit.png);
}

#bodyPan form input.submit{
	width:100px;
	height:25px;
	display:block;
	border:1px dashed #851F2C;
	color:#fff;
	font:14px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	background-color: #9A2633;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 130px;
	background-image: url(../images/submit.png);
}
#bottomlinkPan{
	color:#fff;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	width: 770px;
	border: 1px solid #B23459;
	height: 75px;
}

/*--/BODY PANEL--*/
/*--FOOTER PANEL--*/
#footermainPan{
	color:#fff;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000000;
}
#footerPan{width:580px; height:45px; display:block; position:relative; margin:0 auto;}
#footerPan p{
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footerPan img{
	height: 15px;
	width: 50px;

}
#footerPan p span{background:#1C1B19; color:#AC2626; font-size:10px;}
#footerPan p.copyright{
	display:block;
	position:absolute;
	bottom:0px;
	right:23px;
	color:#fff;
	font:11px/15px Tahoma,Arial, Helvetica, sans-serif;
	padding:0;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 0;
}

#footerPan ul{width:580px; display:block; position:absolute; left:0px; top:0; padding:0; }
#footerPan li{float:left; font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPan ul li a{
	color:#B23459;
	text-decoration:none;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 5px;
}
#footerPan ul li a:hover{text-decoration:underline;}

