﻿body 
{
	background-position: center;
	background-color: White;
	margin: 0px 0px 0px 0px;
}
A
{
	color: #649800;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
.topline
{
	background-image: url(pagefiles/TopLine.png);
	background-repeat: repeat-x;
}
.menuright
{
	background-image: url(pagefiles/menurightpic.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: White;
}
.content
{
	padding: 10px 0px 10px 15px;
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #707070;
}
.contentleft
{
	padding: 10px 0px 0px 10px;
	background-image: url(pagefiles/Content_left_dot.png);
	background-repeat: repeat-y;
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #707070;
}
.contentright
{
	padding: 10px 0px 0px 35px;
	background-image: url(pagefiles/Content_right_dot.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #707070;
}
.contentrightpic
{
	padding: 0px 0px 0px 0px;
	background-image: url(pagefiles/Content_right_dot.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	color: #707070;
}
.whitelineleft
{	
	background-image: url(pagefiles/Content_left.png);
	background-repeat: repeat-y;
}
.whitelineright
{
	background-image: url(pagefiles/Content_right.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
}
.footer
{
	background-image: url(pagefiles/Footer.png);
	background-repeat: repeat-x;
}
.footerleft
{
	padding: 44px 0px 15px 15px;
	background-image: url(pagefiles/Footer_left.png);
	background-repeat: no-repeat;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #707070;
}
