h3 {
	color: white;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: black;
	font: bold 30px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: black;
	font: bold 34px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h6 {
	color: white;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.rightcontainer {
	position: relative;
	float:right;
	margin-right: 25px;
	width: 209px;
		padding-top: 207px;

}

.header {
	position: relative;
	height: 28px;
	width: 208px;
	background-image: url(/images/barheader.png);
	padding-top: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin-left:1px;
}

.middle {
	width: 169px;
	background-image: url(/images/barmiddle.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 40px;
	margin-top: 0px;
	margin-bottom:0px;
}

.bottom {
	position: relative;
	height: 28px;
	width: 209px;
	background-image: url(/images/barbottom.png);
	background-repeat: no-repeat;
}

.smallbox {
	position:relative;
	width:209px;
	float:left;
}

body { 
margin:0; 
padding:0; 
}
p {
	padding:0px;
	margin:0px;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000; 
}
#mainbox {
	width:955px;
	background-image:url(/images/mainbox.jpg);
	background-repeat:no-repeat;
	border:solid #bfbfbe thin;
	background-color: #bfbfbe;

}
#menu {
	position: relative;
	z-index:10;

	top: 186px;
	left: 163px;
	width:792px;
}
#content {
position:relative;
	padding-top: 217px;

	margin-left: 24px;
	width: 675px;
	float:left;
}
#maincontainer {
	position:relative;
}

fieldset {  
margin: 1.5em 0 0 0;  
padding: 0; 
} 
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold; 
} 
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none; 
} 
fieldset li {  
padding-bottom: 1em; 
} 
fieldset.submit {  
border-style: none; 
}

