*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	color: #525252;
	background: url(bgr.jpg) #843ac5 no-repeat top center;
	font: 11px "Trebuchet MS","Lucida Sans unicode","Lucida Grande" sans-serif;
}
a{
	color: #6e30b6;
	text-decoration: none;
}
a:hover{
	color: #333333;
}
input,select,textarea{
	border: #efefef 2px inset;
	padding: 1px 2px;
	color: #000000;
	font: 11px arial,tahoma,sans-serif;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

#page{
	margin: 0 auto;
	width: 772px;
	background: url(page-bgr.gif) repeat-y center;
}
/*--- HEADER ---*/
#header{
	background: url(header-bgr.jpg) no-repeat;
	height: 259px;
}
.logo{
	margin: 0 0 0 28px;
	position: absolute;
	top: 60px;
}
.time{
	margin: 0 0 0 30px;
	color: #e0cdf5;
	position: absolute;
	top: 20px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.time a{
	color: #ffffff;
}
/*- Menu List -*/
ul.xmenu{
	width: 150px;
	color: #ffffff;
}
.xmenu a{
	color: #decbf4;
}
.xmenu a:hover, .xmenu li.active a{
	color: #fff;
}

ul.menu{
	margin: 0 0 0 345px;
	width: 150px;
	color: #ffffff;
	font-style: italic;
	top: 86px;
	position: absolute;
}
.menu a{
	color: #ffffff;
}
.menu a:hover, .menu li.active a{
	color: #6e30b6;
}
/*- SubMenu List -*/
ul.submenu{
	margin: 0 0 0 520px;
	width: 240px;
	font-style: italic;
	font-size: 10px;
	top: 45px;
	position: absolute;
}
.submenu a{
	color: #6e30b6;
}
.submenu a:hover, .submenu li.active a{
	font-weight: bold;
}
/*--- COLUMN LAYOUT ---*/
#columns{
	margin: -45px 0 0;
	clear: both;
}
/*--- LEFT column ---*/
#leftcol{
	padding: 0 0 0 20px;
	width: 233px;
	float: left;
}
/*- Search -*/
.search{
	color: #ffffff;
	background: url(search-bgr.jpg) no-repeat;
	height: 119px;
}
.search h4{
	padding: 4px 0;
	font-style: italic;
	font-size: 11px;
}
.search p, .left-info p{
	color: #d8bfec;
	font-size: 11px;
	line-height: 15px;
}
.search .spacer, .left-info .spacer{
	padding: 12px;

}
.search input{
	margin: 0 0 10px 0;
	float: left;
	width: 160px;
}
.search input.btn{
	margin: 0 0 0 5px;
	border: 0;
	width: auto;
}
/*- Left Info Box -*/
.left-info{
	padding: 12px;
	padding-left: 16px;
	padding-top: 5px;
	color: #d8bfec;
	background: url(left-bgr.jpg) no-repeat;
	font-size: 11px;
	height: 50px;
}
.left-info a{
	color: #d8bfec;
}
.left-info a:hover, .left-info a:active{
	color: #6e30b6;
}
.left-info select{
	margin: 5px 0 0;
	width: 190px;
}
/*--- CENTER column ---*/
#centercol{
	margin: 0 0 0 18px;
	width: 460px;
	float: left;
}
#centercol h2{
	padding: 0 0 12px 0;
	color: #7640b6;
	font: italic 20px arial, tahoma, helvetica, sans-serif;
}
#centercol h2 span{
	font-weight: bold;
}
#centercol h3{
	padding: 0 0 0 50px;
	background: url(hdr-bgr.gif) no-repeat left;
	color: #7640b6;
	font: italic 14px/44px arial, tahoma, helvetica, sans-serif;
	height: 44px;
}
#centercol h3 span{
	color: #02aff1;
}
#centercol p{
	padding: 0 0 15px 0;
}
/*- Path -*/
.path{
	font-size: 10px;
}
/*- Box -*/
.box{
	margin: 0 0 0 -20px;
	position: relative;
}
#centercol .box ol{
	padding: 0 0 0 50px;
}
#centercol .box ul{
	padding: 0 0 0 50px;
}
#centercol .box ul li{
	list-style:disc;
}
#centercol .box ol li{
	list-style:decimal;
}
#centercol .box td{
	padding:4px;
}
#centercol .box h3, #centercol .box p{
	position: relative;
}
 #centercol .box p, #centercol .box table{
	padding: 0 0 15px 50px;
}
/*--- FOOTER ---*/
#footer{
	margin: 0 auto;
	width: 772px;
	padding: 52px 0 0;
	color: #9e69d0;
	background: url(footer-bgr.gif) no-repeat top;
	font-size: 10px;
	height: 108px;
}
#footer a{
	padding: 0 2px;
	color: #9e69d0;
}
#footer a:hover{
	color: #c29de2;
}
#footer p{
	padding: 5px 0 0;
}
/*--- Misc. styles ---*/
.fix{
	clear: both;
	line-height: 1px;
	height: 1px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.p14{
	font-size: 13px;
}

