html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	color: #333333;
	background: #666666 url(../images/shared/bg_main.gif);
	font: 100.01% Arial, Helvetica, sans-serif;
}
#wrapper {
	background: #999999;
	margin: 10px auto;
	width: 768px;
	border: 1px solid #000000;
}
#banner{
	height: 100px;
	background-image: url(../images/shared/banner_bg.jpg);
	background-repeat: no-repeat;
}

#nav {
	height: 1.6em;
	width: 768px;
}

p{
    font-size: 80%;
    margin: 5px;
}

h1 {
	font-size: 110%;
	color: #FFFFFF;
	margin: 5px;
	padding: 0px;
}

h2 {
	font-size: 90%;
	color: #FFFFFF;
	margin: 5px;
	padding: 0px;
}



	   


.smalltextbold {
	font-size: 10px;
	font-weight: bold;
}

.smalltext {
	font-size: 60%;
}

.leftimage {
	margin: 0px 10px 20px 0px;
	float: left;
	border: 1px solid #000000;
}

.rightimage {
	margin: 0px 0px 20px 15px;
	float: right;
	width: 242px;
	border: 1px solid #000000;
}

#back{
	color: #716F64;
	padding: 0px 2px;
	text-align: right;
}

.clearit {
	clear: both;
}

#footer{
	clear: both;
	border-top: 1px solid #000000;
	color: #716F64;
	background: #CCCCCC url(../images/shared/menubar_bg.gif) no-repeat center center;
	padding: 0px 2px;
}

#footer p{
	font-size: 60%;
	text-align: center;
	margin: 1px;
}

#footer a:link{
	color: #716F64;
	text-decoration: none;
	font-weight: normal;
}#footer a:visited {
	color: #716F64;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}
#footer a:active {
	color: #716F64;
	text-decoration: none;
	font-weight: normal;
}

.formstyle {
	background-color: #999999!important;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}

li {
	font-size: 70%;
	font-weight: bold;
	margin: 5px 0px 0px 50px;
}
.pixelborder {
	border: 1px solid #000000;
}

a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.pixelbottom {
	border-bottom: 2px dotted #000000;
}

.orange_ital {
	font-style: italic;
	color: #F76B16;
	font-size: 120%;
}
.grey_ital {
	color: #333;
	font-style: italic;
	font-size: 120%;
}
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333;
}
