﻿body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #505367;
	background: #200101 url('bodyrepeat.jpg') repeat-y scroll center top;
}
#container
{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background-color: white;
	border: 1px solid black;
	min-height: 900px;
}
#header
{
	display: block;
	width: 100%;
	height: 382px;
	background-color: fuchsia;
	background: url(    'header.jpg' ) center top no-repeat;
}
#bodypart
{
	min-height: 400px;
	background-color: white;
	background: url(    'body.jpg' ) center top no-repeat;
}
#headerimage
{
	margin: 0 auto;
	padding: 0;
	padding-left: 400px;
	padding-top: 59px;
	height: 100px;
}
#header-info
{
	position: relative;
	text-align: center;
	top: -100px;
	left: 200px;
	color: #FFD351;
	font: bold 12px Verdana, Tahoma, Georgia, "Times New Roman" , Times, serif;
	white-space: nowrap;
}

#header-info a, a:visited
{
  color: White;
  background: inherit;
  text-decoration: underline;
  font-weight: bold;
}
#header-info a:hover
{
  color: Gray;
  background: inherit;
  text-decoration: underline;
  font-weight: bold;
}

#header-login
{
	text-align: center;
	position: relative;
	color: Blue;
	padding-left: 800px;
	width: 100px;
	font: bold 12px Verdana, Tahoma, Georgia, "Times New Roman" , Times, serif;
	white-space: nowrap;
	height: 20px;
}

#nameplate
{
	white-space: nowrap;
}


a, a:visited
{
  color: #462300;
  background: inherit;
  text-decoration: underline;
  font-weight: bold;
}
a:hover
{
  color: #663300;
  background: inherit;
  text-decoration: underline;
  font-weight: bold;
}

#bannerphoto
{
	margin: 0 auto;
	padding: 0;
	padding-left: 0px;
	padding-top: 40px;
	height: 185px;
}
#mainnav
{
	height: 36px;
	background-color: black;
}
#sidebar
{
  	display: inline;
	float: right;
	width: 270px;
	background-color: #fff;
    padding: 5px 0 0 0;
}
#contents
{
	margin-right: 300px;
	margin-left: 20px;
	background-color: white;
    min-height: 700px;
    height: auto;

}

#contentswide
{
	margin-left: 20px;
	background-color: white;
    min-height: 700px;
    height: auto;
}

#footer
{
	clear: both;
	min-height: 60px;
	background-color: black;
}
.floatright
{
	float: right;
	margin: 0 0 10px 10px;
}
.floatleft
{
	float: left;
	margin: 0 0 10px 10px;
}
.newsBullet
{
	min-height: 150px;
	width: 600px;
	text-align: left;
}
.style1
{
	font-size: large;
	color: #006600;
}
.style2
{
	font-size: large;
	color: #CC3300;
}
.style3
{
	font-size: x-large;
	color: #0000FF;
	font-weight: bold;
}
.style4
{
	font-size: large;
	color: #800000;
}
.bulletlist li
{
	list-style-image: url(../images/bullet.gif);
}
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.float-right-clear
{
	float: right;
	margin: 2px;
	clear: right;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}
table.sample
{
	width: 100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-collapse: collapse;
}
table.sample th
{
	background: #663300;
	height: 1em;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
table.sample td
{
	border-left: 0px;
	border-bottom: 0px;
	text-align: left;
	vertical-align: top;
}
