body {
	text-align: center;
	background-color:#cccccc;
	background: #cccccc;
	margin-top: 0;
	font: 1em, Georgia, "Times New Roman", Times, serif;
	color: #000;
}

#container {
	text-align: left;	
	width: 900px;
	background: url(../images/backgroundbtns.gif) bottom;
	background-repeat: repeat-y;
	background-color: #ffffff;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	margin: 0 auto;
}

#header
{
	width: 100%;
	float: left;
	clear: both;
	height: 210px;
	position: relative;
	background-color: #ffffff;
	border-bottom: solid 5px #cc3300;
}
 
#header img
{
	position: absolute;
	top: -10px;
	left: 0px;
}

#header a img
{
	border: none;
}

.leftnav
{
	float: left;
	width: 175px;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.leftnav a:visited {
	color: #000000;
}

#content {
	float: left;
	width: 675px;
	margin: 0 0 0 10px;
	background-color: #ffffff;
	clear: right;
}

#footer {
	clear: both;
	width: 880px;
	color: #000000;
	padding: 5px 10px;
	text-align: left;
	font-size: 60%;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #ffffff;
}


h2 {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #cc3300;
	margin-top: 0;
}

h3 {
	font: bold 90% verdana, arial, helvetica, san-serif;
	color: #000000;
	margin-top: 0;
}

h4 {
	font: bold 80% verdana, arial, helvetica, san-serif;
	color: #cc3300;
}

h5 {
	font: bold 100% verdana, arial, helvetica, san-serif;
	color: #000000;
	margin: 0;
}

h6 {
	font: 80% verdana, arial, helvetica, san-serif;
	color: #000000;
	margin: 0;
}

a:link {
	color: #336699;
}

a:visited {
	color: #336699;
}

a:hover, a:active {
	color: #336699;
}
.style1 {
	font-size: medium;
	font-weight: bold;
	color: #cc3300;
}
.style2 {
	font-size: x-small
}
.leftborder { 
border-left: 1px solid #1e1e1e;  
} 
.topborder { 
border-top: 1px solid #1e1e1e;  
}
