* {
	margin: 0;
	padding: 0;
}

body {
	background: #2a3742 url(../images/bg.jpg) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}

a {
text-decoration: none;
color: #7CBF0F;

}
a:link {
	color: #0000ff;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #0099FF;
	text-decoration:underline;
}
a:active {
	color: #990033;
}

#wrap {
	width: 800px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
margin-top: -40px;
padding-bottom: 20px;
height: 100px;
background: #2a3742 url(../images/home-header.gif) no-repeat;
}

#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 25px 0px 0px 450px;
color: #ffffff;
}

#header h2 {
font-size: 19px;
color: #ffffff;
padding: 7px 0 0 575px;
letter-spacing: -1px;
}

#header h3 {
font-size: 16px;
color: #ffffff;
padding: 7px 0 0 625px;
letter-spacing: -1px;
font-weight: 100;
}

#contentbar {
	background: #2a3742;
	height: 35px;
	line-height: 15px;
	margin-top: 0px;
}

#container {
width: 800px;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}


#content { 
min-height: 600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");
padding: 5px; 
}

#content h1 {
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

#content h2 {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

#content h3 {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#content p {
color: #000000;
font-family: Arial;
font-size: 12px;
font-style: normal;
}

#content td {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
}

#footer {
width: 800;
height: 20px;
font-size: 11px;
color: #ffffff;
padding-top: 10px;
padding-bottom: 0px;
border-top: 1px inset #596575;
}

#left {
width: 26.66%;
margin-left: 10%;
float: left;
}

#center {
text-align: center;
}

#right {
width: 26.66%;
margin-right: 10%;
text-align: right;
float: right;
}

#footer a { color:#28BB28; }
#footer a:hover { color:#FFFF00; }

