html, body, ul, ol, p, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666633;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666633;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
}
p {
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {

	background: #006699 url(file:///C|/Documents and Settings/OscandJoe/My Documents/Images/base.jpg) repeat-y;
	text-align: center;
	font-family: Verdana;
	font-size: 100.01%;
	background-color: #666633;
	background-image: url(../elements/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 800px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: medium double #cccc99;
	background-image: none;
	background-repeat: no-repeat;
}

.leftimage{
	float: left;
	margin: 20px 10px 0px 5px;
	border: 2px outset #006699;
	padding: 0px;
}

.rightimage{
float: right;
margin: 0px 6px 20px 15px;
border: 2px solid #006699;
}

#banner {
	background:  
	height: 40px;
	background-image: none;
	border: thin none #FFFFFF;
}

#content {
	margin-left: 189px;
	height: 600px;


	background-image: 
	background-repeat: no-repeat;
	overflow: visible;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../elements/contentbackground.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer{
	background-color: #CCCC99;
	color: #666633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	text-align: center;
}

#leftcol{
	float: left;
	margin-top: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 2px;
}

#navside
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: disc;
	list-style-position: inside;
}
#flash {
	height: 200px;
	border: thin none #666633;
}
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: none;
	right: auto;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	float: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #666633;
text-decoration: none;
}

#navlist a:hover
{
color: #CCCC99;
background-color: #666633;
text-decoration: none;
}



#navlistleft
{
	padding-left: 0;
	margin-left: 0;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}

#navlistleft li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC99;
}

#navlistleft li a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
#navlistleft li:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #666633;
}

.floatright {
	float: right;
	border: thin ridge #666633;
	padding: 1px;
	margin: 10px;
	text-indent: 10px;
}
.floatleft {
	float: left;
	border: thin ridge #666633;
	padding: 1px;
	margin: 10px;
	text-indent: 10px;
}
.floatmid {

	float: none;
	border: thin double #666633;
	padding: 1px;
	margin: 10px;
	text-indent: 10px;
}
