@charset "UTF-8";
/* CSS Document */

body {
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #9AB295;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

h1 {
	color: #6E806A;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
a { color: #336699; }
a:link { text-decoration:underline; }
a:visited { text-decoration:underline; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }

.bodytext {
	margin:0px 50px;
	font-size:14px;
	line-height:20px;
}

#contactbox {
	padding:0px 10px;
	font-size:11px;
}

#contactbox .name { font-family:"Times New Roman", Times, serif; font-weight:bold; font-size:13px; }
#contactbox .title { color:#666666; }


.navbottom { 
	font-size:11px;
	padding:10px 5px;
}
a.bottomnav:link { color:#000000; text-decoration:none; }
a.bottomnav:visited { color:#000000;text-decoration:none; }
a.bottomnav:hover { color: #E1BE7E;text-decoration:none; }
a.bottomnav:active { color: #E1BE7E;text-decoration:none; }

#footer {
	color:#333333;
	font-size:9px;
	padding:10px 5px;
	text-align:right;
}

