﻿html 
{ 
	padding: 0px;
	margin: 0px;
}

body 
{
	background-color: #ffffff;
	background-image: url(../../Images/Background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;	
	color: #7f756a;
	text-align: center;
	font-family: Georgia, Garamond, Times New Roman;
	font-size: 14px;
	line-height: 25px;	
}

#box 
{
	width:740px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}

input, textarea, option, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #4f7f20;
}

h1
{
	font-size: 22px;
	font-weight: normal;
	color: #745117;
}

h2
{
	font-size: 18px;
	font-weight: bold;
}

li
{
	font-size: 10px;
}

a {color: #770d28;}
a:visited {color:#770d28;}
a:hover {color: #770d28;}
a:active { color:#770d28;}



.sidebarText
{
	color: #909c82;
}

#footer
{
	color: White;
	font-size: 10px;
	text-align: center;
}






