div#container {
	width:1024px;
	margin:0 auto;
	padding:0px;
	text-align:left;
	background-color: #051F32;
}
div {
  text-align:center;
}
div#header {
	width:1024px;
	background-color: #051F32;
}
div#MainContent {
	width:710px;
	float:left;
	margin:10px 0 10px 5px;
	position: relative;
}
div#FullContent {
	width:1014px;
	float:left;
	margin:10px 0 10px 5px;
}
div#sidebar1 {
	width:280px;
	margin:10px 0 10px 730px;
	_height:500px;
	min-height: 500px;
	position: relative;
}
#sidebar1 p {
	text-align: right;
}
div#footer {
	width:1024px;
	background-color: #92987F;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}
#footer p {
	color: #0A2031;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 125%;
}
#footer a {
	color: #0A2031;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 10px;
	font-size: 85%;
	line-height: 110%;
	text-align: justify;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 225%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 15px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 124%;
	text-transform: uppercase;
	color: #D2CEB9;
	margin-top: -20px;
	margin-left: 10px;
	margin-bottom: -5px;
	text-align: left;
	font-weight: bold;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 105%;
	color: #D2CEB9;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	margin-top: 10px;
	margin-bottom: -3px;
	margin-left: 10px;
}
h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 124%;
	font-weight: bold;
	text-transform: uppercase;
	color: #051F32;
	text-align: center;
}
h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
	color: #D2CEB9;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	margin-left: 10px;
	line-height: 115%;
	text-align: left;
	font-weight: normal;
}
a {
	color: #D2CEB9;
	text-align: left;
	font-weight: normal;
}
.topbottomline {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92987F;
}
.italic {
	font-style: italic;
	font-weight: normal;
}
.bold {
	font-weight: bold;
	color: #FFFFFF;
}
.tablebox {
	padding: 0px;
	border: 10px solid #FFF;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}
.smalltext {font-size: 80%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
