@charset "utf-8";
/* CSS Document */

/*Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding: 0;}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6
{font-size: 100%;}

/*Removes list-style from lists*/
ol, ul
{list-style: none;}

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

/*Removes borders and spacing from tables*/
table
{border-collapse: collapse; border-spacing: 0;}

body {
	background-color: #ddddc4;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6e5737;
	line-height: 22px;
}

h1{
	color: #6e5737;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 0;
	line-height: 18px;
}


h2{
	color: #91b65e;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
}

h3{
	color: #6e5737;
	font-size: 14px;
}

a:link, a:visited {
	color: #6e5737;
	text-decoration: none;
	border-bottom: 0px;
}    

a:hover {
	color: #8a8160;
	text-decoration: none;
	border-bottom: 1px solid;
}


#nav{
	width: 150px;
	height: 59px;
}


.nav a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0px;
	width: 138px;
	height: 59px;
	margin-left: 12px;
	line-height: 59px;
}

.nav a:hover {
	color: #ddddc4;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0px;
	width: 138px;
	height: 59px;
	line-height: 59px;
}


