body
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
p
{
	font-size: 13px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
#fullcontainer
{
	background-color:#ffffff
}
#title
{
	background-color: #ffffff;
}
h1
{
	font-size: 32px;
	font-weight: bold;
	margin: 10px 10px 40px 10px;
	color:#365E05;
}
h2
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 10px 30px 10px;
	background-color: #e5e5e5;
	color: #373737;
}
#image
{
	background:url(images/image.jpg);
	width: 190px;
	height: 214px;
	text-align: left;
}
#navbar
{
	background-color: #7699A5;
	color: #ffffff;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
}
.nav
{
	padding-left: 10px;
	padding-right: 10px;
}
#textcontainer
{
	background: url(images/bgimage.jpg) repeat-y center;	
}	
#leftcolumn
{
	text-align: left;
}
h3
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
.leftcolheading
{
	color: #000000;
	background-color:#7D7D7D;
	padding: 5px;
}
.leftcoltext
{
	padding: 5px;	
}
#rightcolumn
{
	text-align: left;
}
.rightcolheading
{
	color: #000000;
	padding: 5px;
}
.rightcoltext
{
	padding: 5px;	
}
#footer
{
	background-color: #7699A5;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	height: 35px;
}
.footer
{
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}
a
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
a:link
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
a:visited
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
a:hover
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
a:active
{
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
a:visited
{
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}		
.nav a
{
	color: #FFFFFF;
	text-decoration:none;
}	
.nav a:visited
{
	color: #FFFFFF;
	text-decoration:none;
}		
.footer a
{
	color: #FFFFFF;
	text-decoration:none;
}	
.footer a:visited
{
	text-decoration:none;
	color: #FFFFFF;		
}		
