/* CSS Document */


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #003;  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #7B3F38;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7B3F38;
}
a:hover {
	text-decoration: underline;
	color:#7B3F38;
}
a:active {
	text-decoration: none;
	color: #7B3F38;

}
a {
	font-size: .9em;
	text-align: left;	
}

h1 {
	font-size: 1.2em;
	color: #7B3F38;
	text-align: left;
}

h2 {
	font-size: 1.75em;
	color: #333;
	text-align:center;
}

h3 {
	font-size: 1.3em;
	color: #FFF;
	text-align: center;
	}
	
h4 {
	font-size: .75em;
	color: fff;
	text-align: center;
}


table, td {
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
	border: none;
}

#formTable {
	width: 100%;
}

#formTable td {
	padding-left: 2px;
	font-size: .85em;
}

#formTable .titles {
	text-align: right;
	font-size: .8em;
	vertical-align: top;
}

#buttonTable {
	background-color:#94807D;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px double #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 14em;
	}

#buttonTable td {
	text-align: center;
}


#buttonTable a:link {
	color: #fff;
	text-decoration: none;
}
#buttonTable a:visited {
	text-decoration: none;
	color: #fff;
}
#buttonTable a:hover {
	text-decoration: underline;
	color:#fff;
}
#buttonTable a:active {
	text-decoration: none;
	color: #FFF;

}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #fff;
color: White;
float: left;
width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 2em;
background-color: #333;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #999;
}

#navcontainer ul li a:hover
{
background-color: #fff;
color: #333;
}