#BGP {
	background-image: url('images/2L-BGP.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
#BG {
	background-image: url('images/1L-BG.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	width: 600;
}
#LSB {
	background-image: url('images/1L-LSB.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 224;
	width: 92;
}
#RSB {
	background-image: url('images/1L-RSB.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 224;
	width: 128;
}

#col #navtop {
	background-image: url('images/3L-NAV.png');
	background-repeat: no-repeat;
	background-position: center;
}
#col #logtop {
	background-image: url('images/3L-LOG.png');
	background-repeat: no-repeat;
	background-position: center;
}
#col #sertop {
	background-image: url('images/3L-SER.png');
	background-repeat: no-repeat;
	background-position: center;
}
#col #newstop {
	background-image: url('images/cpanelnews.png');
	background-repeat: no-repeat;
	background-position: center;
}
#col #mid {
	background-image: url('images/3L-COLE.png');
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 27px;
	padding-right: 25px;
}
#col #bottom {
	background-image: url('images/3L-COLB.png');
	background-repeat: no-repeat;
	background-position: center;
}

#con #top {
	background-image: url('images/3L-CON.png');
	background-repeat: no-repeat;
	background-position: center;
}
#con #mid {
	background-image: url('images/3L-CONE.png');
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 36px;
	padding-right: 40px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
#con #bottom {
	background-image: url('images/3L-CONB.png');
	background-repeat: no-repeat;
	background-position: top;
}

.link {
	text-decoration: none;
	color: #bbbbbb;
	height: 1em;
	filter: Shadow(Color=#666666,Direction=135,Strength=5);
}
.link:hover {
	text-decoration: none;
	color: #044e12;
}
ul { 
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
} 
li {
	background: url('images/bullet.jpg') left center no-repeat;
	padding-left: 10px;
	margin-left: 0;
	padding-bottom: 0px;
	margin-bottom: 0;
	height: 10px;
}

#logbox {
	width: 100px;
	height: 15px;
	background: url('images/logbox.png') center center no-repeat;
	border: 0;
	font-size: 92%;
	font-family: Verdana;
	color: #bbbbbb;
	text-align: right;
	padding-right: 2px;
}
#submit {
	background: url('images/go.jpg');
	width: 27px;
	height: 20px;
	border: 0;
}
h1 {
	margin-bottom: 0;
	margin-top: 1;
	font-size: 200%;
}
h2 {
	margin-bottom: 0;
	margin-top: 1;
	font-size: 100%;
}
.rollover {
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity = 50);
	position: relative;
}
.rollover:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity = 100);
	position:  relative;
}