body
{
	padding:20px;
	text-align:center;
	font-family:"Trebuchet MS";
	background-color: #F0F0F0;
}
div
{
	margin:0px;
	padding:0px;
}
p
{
	font-size:11px;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#fullcontainer
{
	width:780px;
	margin: 0px auto;
	text-align: center;
}
#maincontainer
{
	text-align: center;
	float: left;
	background-color: white;
	width:780px;
}
#image
{
	background: url(images/image.jpg);
	width: 199px;
	height: 160px;
	float:left;
}
#header
{
	width: 581px;
	height: 160px;
	float: right;
}
#navbox
{
	width:581px;
	border-bottom: solid 2px #686868;
}
#nav
{
	background-color: #dbdbdb;
	padding: 10px;
	color: #4b4b4b;
}
span.nav
{
	color:#4b4b4b;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 40px;
}	
a
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
a:link
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
a:visited
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
a:hover
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
a:active
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
a.nav
{
	color:#4b4b4b;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}

a:visited
{
	color:#4b4b4b;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
a.nav:visited
{
	color:#4b4b4b;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
#titlesubtitle
{
	width:581px;
	border-top: solid 1px white;
}
#headerimage
{
	background: url(images/headerimage.jpg) repeat-x center;
	height: 115px;
}
#title
{
	color:white;
	text-align:left;
	font-size:36px;
	font-weight:bold;
	padding: 10px;
}
#subtitle
{
	color:#D5F564;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding: 5px 10px;
	font-style: italic;
}
#textcontainer
{
	width:780px;
	float: left;
}
#bgimage
{
	background:url(images/bgimage.jpg) repeat-y center;
	width:780px;
	margin: 0px auto;
	text-align:center;
	float: left;
}
#leftcolumn
{
	width: 199px;
	text-align: left;
	float: left;
	border-top: solid 1px white;
}
#upperleftcolumn
{
	overflow: visible;
}
#lowerleftcolumn
{
	overflow: visible;	
}
#leftcolheading
{
	background-color: #ac0000;
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding:5px;
}
#leftcoltext
{
	text-align: left;
	padding: 5px;
}
#rightcolumn
{
	width: 581px;
	text-align: left;
	float: right;
	border-top: solid 1px white;
}
#upperrightcolumn
{
	overflow: visible;
}
#lowerrightcolumn
{
	overflow: visible;	
}
#rightcolheading
{
	color: #3b3b3b;
	font-size: 13px;
	font-weight: bold;
	padding:5px;
	background-color: #dbdbdb;
}
#rightcoltext
{
	text-align: left;
	padding: 5px;
}
#footer
{
	clear: both;
	color: black;
	font-size: 11px;
	border-top: solid 2px black;
	background-color: #888888;
}
#footer1
{
	font-weight:bold;
}
#footer2
{
	font-weight:normal;
}
#footer1 a
{
	color:black;
	font-size:11px;
	text-decoration:none
}
#footer1 a:visited
{
	color:black;
	font-size:11px;
	text-decoration:none
}
#footer2 a
{
	color:black;
	font-size:11px;
	text-decoration:none
}
#footer2 a:visited
{
	color:black;
	font-size:11px;
	text-decoration:none
}
