body {
	background-color: #eeede2;
	background-image: url(graphics/bg_tile.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg{
	background-image: url(graphics/body_bg.gif);
	background-repeat: repeat-y;
}

a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D2D27B;
}
a:active {
	text-decoration: none;
}
.menu {
	background-image: url(graphics/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
}

.menu a {
	font-size: 12px;
	color: #ffffff;
}
.menu a:link {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
	color: #D2D27B;
}
.menu a:active {
	text-decoration: none;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px 10px 10px 25px;
}

.content a {
	font-size: 12px;
	color: #1f8028;
}
.content a:link {
	text-decoration: none;
}
.content a:visited {
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
	color: #80b685;
}
.content a:active {
	text-decoration: none;
}  

.image {
	background-image: url(graphics/image_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	background-image: url(graphics/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
}
.footer a {
	font-size: 10px;
	color: #ffffff;
}
.footer a:link {
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #D2D27B;
}
.footer a:active {
	text-decoration: none;
}
.splashcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(graphics/splash_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 27px 10px 0 10px;
	line-height: 20px;
}
