@charset "utf-8";
/* CSS Document */

body
{
	background-color:#5f9fd8;
	width:752px;
	margin:0px auto;
	font-family:verdana;
	font-size:smaller;
}

.main
{
	width:752px;
	margin-top:20px;
	margin-bottom:20px;
	background-image:url(tiling.gif);
	background-color:#6FC89F;
}

.header
{
	width:752px;
	height:96px;
	background-image:url(header.gif);
	background-color:#774747;
}

.header span
{
	display:none;
}

.content
{
	width:510px;
	float:right;
	padding-left:23px;
	padding-right:30px;
	margin-top:35px;
	background-image:url(tilecontent2.gif);
	background-repeat:repeat-y;
	margin-bottom:10px;
}

.sidebar
{
	padding-left:33px;
	padding-right:15px;
	padding-top:20px;
	width:150px;
}

.sidebar h1
{
	background-image:url(sidebar.gif);
	width:150px;
	height:36px;
	padding-top:12px;
	padding-left:10px;
	margin:0px;
	margin-left:-15px;
	margin-bottom:10px;
	font-weight:lighter;
	font-size:large;
	background-color:#E8E087;
}

a:link, a:visited
{
	color:#774747;
	text-decoration:none;
}

div.sidebar a:hover, p.anchors a:hover, p.top a:hover
{
	color:#2F5F9F;
	text-decoration:underline;
}

.footer
{
	width:752px;
	height:72px;
	background-image:url(footer.gif);
	clear:both;
}

.copyright
{
	position:relative;
	left:130px;
	top:15px;
	font-size:smaller;
}

h2
{
	width:510px;
	border-bottom:2px solid #000000;
	font-size:xx-large;
	text-align:center;
	display:block;
	margin-bottom:5px;
	font-weight:normal;
	padding-top:0px;
	margin-top:10px;
}

.anchors
{
	text-align:center;
}

h3
{
	width:510px;
	border-bottom:2px solid #000000;
	font-size:large;
	text-align:center;
	display:block;
	font-weight:normal;
}

p.top
{
	text-align:right;
}

.styleswitcher
{
	text-align:right;
	width:752px;
	position:absolute;
	margin-top:17px;
	margin-left:-35px;
}

.cheader
{
	width:544px;
	height:16px;
	background-image:url(topcontent2.gif);
	margin-left:-23px;
	background-repeat:no-repeat;
}

.cfooter
{
	width:544px;
	height:16px;
	background-image:url(bottomcontent2.gif);
	margin-left:-23px;
	background-repeat:no-repeat;
}