body
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
p
{
	font-size: 13px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
#fullcontainer
{
	background-color:#ffffff;
	border: solid 5px #F7E7CE;
}
#imageheader
{
	border-bottom: solid 5px #F7E7CE;
}
#image
{
	background:url(images/image.jpg) no-repeat center;
	width:184px;
	height: 124px;
	text-align: left;
	border: solid 5px #ffffff;
}
#header
{
	text-align: right;
	border-left: solid 5px #F7E7CE;
	height: 135px;
}
h1
{
	font-size: 32px;
	font-weight: bold;
	margin: 10px;
	color:#C52E33;
}
h2
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 10px;
	color: #4f4f4f;
}
#navbar
{
	color: #ffffff;
	text-align: center;
	background-color: #931F22;
	border: solid 5px #ffffff;
	padding-bottom: 6px;
	padding-top: 6px;
}
.nav
{
	padding-left: 10px;
	padding-right: 10px;
}
a
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
a:link
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
a:visited
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
a:hover
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
a:active
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
a:visited
{
	text-decoration: none;
	font-weight:bold;
	color: black;
}		
.nav a
{
	color: #ffffff;
	text-decoration:none;
}	
.nav a:visited
{
	color: #ffffff;
	text-decoration:none;
}		
#textcontainer
{
	background: url(images/bgimage.jpg) repeat-y center;
	border-bottom: solid 5px #ffffff;
}	
#leftcolumn
{
	text-align: left;
}
h3
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
.leftcolheading
{
	color: #747474;
	padding: 5px 10px;
}
.leftcoltext
{
	padding: 5px 10px;	
}
#rightcolumn
{
	text-align: left;
}
.rightcolheading
{
	color: #89A200;
	padding: 5px 10px;
}
.rightcoltext
{
	padding: 5px 10px;	
}
#footer
{
	background-color: #F7E7CE;
	color: #8B6C3D;
	font-size: 11px;
	text-align: center;
	height: 35px;
}
.footer
{
	color: #8B6C3D;
	font-size: 11px;
	text-align: center;
}
.footer a
{
	color: #8B6C3D;
	text-decoration:none;
}	
.footer a:visited
{
	text-decoration:none;
	color: #8B6C3D;		
}		


