
body,
html {
	margin: 0;
	padding: 0;
	font: small Arial, Verdana, sans-serif;
	text-align: center;
	background: #2c435f;
	height: 100%;
}

a, 
a:visited{
	color: #2c435f;
}

.noborder {
	border: 0px;
}
#topheader {
	width: 760px;
}

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background: #e69c1b;
}
#header {
	width: 760px;
	height: 52px;
}
#header2 {
	width: 760px;
	height: 277px;
}

#navcontainer {
	height: 100%;
	float: left;
	width: 174px;
	background: #ccc url(images/menu_back.gif) repeat-y 50% 0;
	
}

#navcontainer ul
{
	margin-left: 0;
	margin-top: -30px;
	padding-left: 8px;
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;

}

#navcontainer a
{
	display: block;
	padding: 3px;
	padding-top: 5px;
	width: 160px;
	background-color: #e69c1b;
}

#navcontainer a:link, #navlist a:visited
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a#current
{
	color: #2c435f !important;
}

#navcontainer a:hover
{
	color: #2c435f;
}

#content {
	float: right;
	width: 586px;
	background: #fff;
	height: 100%;
}

img#conheader {
	position: relative;
	left: 1px;
}

h1 {
	color: #838932;
	font-size: 35px;
	font-weight: bold;
	margin: 25px 0px 0px 25px;
}
h2 {
	color: #4e83c3;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h3 {
	color: #4e83c3;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h4 {
	color: #4e83c3;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#contentcopy {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	margin: -15px 25px 0px 25px;
}

#contentcopy img {
	float: left;
	margin: 0 10px 70px 0;
}
#contentcopy img#larry{
	float: left;
	margin: 0 10px 25px 0;
}

#contentcopy img#summer{
	float: left;
	margin: 0 60px 15px 40px;
}

#contentcopy img#news{
	float: left;
	margin: 0 300px 0 0;
}

#contentcopy img#nomargin{
	float: left;
	margin: 0 10px 0 0;
}

#contentcopy img#basemargin{
	float: left;
	margin: 0 10px 10px 0;
}

#contentcopy img#leftmargin{
	float: left;
	margin: 0 10px 0 15px;
}

#contentcopy .black {
	font-style: italic;
	font-size: 11px;
	color: #000;
	text-align: left;
	margin: 0 0 0 10px
}

#contentcopy .blue {
	font-style: italic;
	color: #4e83c3;
	text-align: center;
}
#contentcopy .bluename {
	color: #4e83c3;
}
#contentcopy .blueleft {
	color: #4e83c3;
	text-align: left;
}
#contentcopy hr {
	margin-top: 20px;
	height: 0; 
	border-style: dashed; 
	border-width: 1px 0 0 0; 
	border-color: #838932;
}
#contentcopy .copyright {
	font-family: Verdana, Helvetica, sans-serif;
	color: #838932;
	font-size: 9px;
	padding: 0px 10px 0px 0px;
	text-align: right;
}
#clear {
	clear: both;
}
#clearpic {
	clear: both;
}