html
{
	padding:0;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	background: url(/gfx/pagebg.gif) repeat-x;
}
body
{	text-align:center;
	margin:0px 0 10px 0;
	padding:0;
}

h1, h2, ul
{
	margin: 0;
	padding: 0;
}

td
{
	color:#FFF;
	text-align: left;
}

select, input{
	font-size: 12px;
}

div#myclear {
 clear:both;
}

div#centerme
{
	margin: 0 auto;
	width: 1000px;
	min-height: 520px;
	height: auto !important;
	height: 500px;
	border: 0px Solid #EEE;
	/*background: url(/gfx/centrebg.jpg) no-repeat;*/
}

/* THE BANNER */

div#banner{
	background:url(/gfx/bannerbg.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 128px;
	border: 0px Solid #333;
	text-align: left;
	margin:0px;
	padding: 0px;
}

div#banner h1 {
	color: #E9DC00;
	margin:0;
	padding:40px 0 0 150px;
	font-size: 22px;
	
}

div#banner h2 {
	margin: 0;
	padding:0 0 0 150px;
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
}

.hi-light{
	font-style: italic;
}
.t1{
	font-size:20px;
	color: #FFF;
	padding-top: 10px;
	margin:0px;
}
.t2{
	font-size:14px;
	color:#FFF;
	padding: 10px 0 0 0;
	margin: 0px;
}

/*  THE  TOP PANEL*/

div#toppanel-top{
		background: url(/gfx/panels/top/top.gif) no-repeat center top;
		height: 49px;
		text-align: left;
		margin: 0px;
		padding: 0px;
		border: 0px solid #000;
}

div#toppanel-top h1{
		font-size: 14px;
		color: #7F3F99;
		margin:0;
		padding-left: 50px;
		padding-top: 20px;
}

div#toppanel-content{
		/*background: url(/gfx/panels/top/background.gif) repeat-y;*/
		background: url(/gfx/panels/top/completebottom.gif) no-repeat center bottom;
		height: 142px;
		border:0;
		padding-left:50px;
		text-align: left;
}

div#toppanel-bottom{
		background: url(/gfx/panels/top/bottom.gif) no-repeat center top;
		height: 30px;
		border:0;
}

div#middlepanel{
		border: 0px solid #FF0000;
		text-align: left;
		padding-left:8px;
}
div#middlepanel h1{
		font-size: 14px;
		color: #7F3F99;
		padding: 5px 0px 0px 16px;
}

div#panel{
		width: 308px;
		border: 0px solid #000;
margin-left:15px;
margin-top:10px;
		display:inline;
		float:left;
		background: url(/gfx/panels/panel/background.gif) repeat-y;
		text-align: left;
		
}
div#paneltop{
		background: url(/gfx/panels/panel/top.gif) no-repeat center top;
		height: 48px;
}

div#paneltop h1{
		font-size: 13px;
		color:#7F3F99;
		padding:10px 5px 0 20px;
}

div#panelcontent,div#panelcontent2{
		background: url(/gfx/panels/panel/completebg.gif) no-repeat center bottom;
		/*min-height:130px;
		height:auto !important;*/
		height:174px;
		padding-top: 8px;
		padding-left:33px;
		padding-right:10px;
}

div#panelcontent3{
		background: url(/gfx/panels/panel/completebg.gif) no-repeat center bottom;
		/*min-height:130px;
		height:auto !important;*/
		height:112px;
		padding-top: 8px;
		padding-left:33px;
		padding-right:10px;
}

div#panelcontent a, div#panelcontent2 a, div#panelcontent3 a{
		text-decoration:none;
		color: #000;
}

div#panelcontent li, div#panelcontent3 li{
		padding-bottom:10px;
}
div#panelcontent2 li{
		padding-bottom:6px;
}

div#panelbottom{
		background: url(/gfx/panels/panel/bottom.gif) no-repeat center bottom;
		height: 28px;
}

div#finalpanel{
		width: 308px;
		border: 0px solid #000;
margin-left:15px;
margin-top:10px;
		display:inline;
		float:left;
		text-align: center;
}

div#footer{
		background: url(/gfx/footer.gif) no-repeat center top;
		width: 1000px;
		border: 0px solid #000;
		padding: 15px 0 0 0;
		margin-top: 10px;
}

div#footerleft{
		float:left;
		display: inline;
		border: 0px solid #000;
		text-align: left;
		margin: 15px 0 0 40px;
}

#footerleft h1, #footerright h1{
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 10px;
		color:#7F3F99;
}

#footerright a{
		color:#7F3F99;
}
.normal{
		font-weight:normal;
}

div#footerright{
		float:right;
		display:inline;
		text-align:right;
		margin: 15px 40px 0 0;
}