* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #808080;
	background: #337FC6 url("/images/bg.gif") top center repeat-y;
}

ul {
	list-style-type: none;
	margin-left: 14px;
}

label {
	display: block;
}
#superHeader {
	padding-top: 30px;
	font-size: 14pt;
	color: #FFF;
	width: 562px;
	height: 60px;
	background: #000 url("/images/header.gif") no-repeat;
	padding-left: 18px;
}

#superHeader h2{
	padding-top: 5px;
	color: #C2D9EF;	
	font-size: 9pt;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #808080;
}


#superContainer {
	border: solid 10px #fff;
	margin: 0 auto;
	width: 580px;
	background: #fff url("/images/sidebar.gif") repeat-y right;
	text-align: left;
}

#bcrumbs {
	color: #fff;
}
#adBlock {
	margin-top: 20px;
	margin-left: -5px;	
}
.bgbanner {
	margin-bottom: 20px;
}

#horizontal {
	font-weight: bold;
	font-size: 8pt;	
	background: url("/images/horizontal.gif");
	padding-top: 6px;
	padding-left: 20px;
	width: 560px;
	height: 30px;	
}

#horizontal a:hover {
	text-decoration: none;
	color: #FFF;
}

#horizontal a, #horizontal a:visited {
	color: #C2D9EF;
	text-decoration: none;
	margin-right: 15px;
}

#superRightColumn {
	width: 134px;
	border-right: 4px solid #FFF;
	background: url("/images/menutop.gif") no-repeat top left;
	float: right;
	padding: 10px;
	color: #808080;	
}

#content {
	float: left;
	width: 410px;
	margin: 10px 0 0 4px;
}

#content h1, #content h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
/*	background: url(h2bg.gif) top left repeat-y; */
}

.black {
	color: #000;
}

p {
	padding-left: 14px;
	background: url("/images/articlebg.gif") top left repeat-y;
	margin-bottom: 20px;
}

#footer {
	width: 405px;
	margin-left: 4px;
	height: 20px;
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	padding: 4px;
	border: 1px solid #E4E4E4;	
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	border: none;
	background: none;	
	padding-left: 0px;
	font-size: 8pt;	
}

#searchbox {
	height: 30px;
	background: url("/images/searchbox.gif") no-repeat;
	padding: 5px;
}


