@charset "utf-8";
/* CSS Document */



html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	behavior: url(csshover.htc);
}

div#container{
	background-color:#949494;
	width:900px;
	min-height:780px;
	height:100%;
	margin:0 auto;
	
}

div#header{
	background-image:url(images/header.jpg);
	width:900px;
	height:169px;
}

div#header .links{
	float:right;
	width:170px;
	height:20px;
	text-align:right;
	padding:3px 8px 117px 0;
	color:#FFFFFF;
}
div#header .links a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
div#header .links a:hover{
	text-decoration:underline;
}

div#content{
	background-image:url(images/bodybg.gif);
	background-repeat:no-repeat;
	background-position:43px 0px;
	width:900px;
	margin:0;
}

div#panelRight{
	padding-top:20px;
	width:642px;
	height:534px;
	float:right;
	
}

div.panelLeft{
	padding:0px 0 0 24px;
	width:215px;
	min-height:449px;
	position:relative;
}

div.panelLeft ul{
	padding:0;
	margin:0;
	padding-left:20px;
	padding-top:15px;
}

div.panelLeft .more{
	text-align:right;
	width:215px;
	color:#0066FF;
	padding:7px 0 0 0;
}
div.panelLeft .more a{
	color:#0066FF;
	text-decoration:none;
}
div.panelLeft .more a:hover{
	color:#0066FF;
	text-decoration:underline;
}

div.panelLeft a{
	color:#0066FF;
	text-decoration:none;
}
div.panelLeft a:hover{
	color:#0066FF;
	text-decoration:underline;
}

div.panelLeft .hr{
	height:1px;
	width:205px;
	border-top:1px solid #FFFFFF;
	margin-left:10px;
	margin-top:20px;
	height:10px;
}

.heading1{
	height:30px;
	color:#FFFFFF;
	font-size:20px;
}

.heading2{
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}

div#bottomPanel{
	width:870px;
	padding:5px 15px;
	background-color:#3E3E3E;
	border-top:2px solid #FFFFFF;
	height:150px;
}
div#bottomPanel .hat{
	width:165px;
	height:83px;
	background-image:url(images/hat.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:75px;
	font-size:13px;
	margin-top:25px;
	color:#FFFFFF;
	float:left;
}
div#bottomPanel .sep{
	width:1px;
	height:110px;
	border-right:#888888 2px inset;
	float:left;
	margin:0 5px;
}

div#bottomPanel .contact{
	color:#FFFFFF;
	width:135px;
	font-size:12px;
	margin-top:10px;
	float:left;
	padding:0 35px;
}
