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

body {
	background-image: url(images/bgpattern1.jpg);
	background-repeat: repeat;
	margin: 0px;
}
.box {
	height: 500px;
	width: 500px;
	margin-top: 125px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E9E8D6;
	text-align: center;
}
.header {
	text-align: center;
	height: 72px;
	width: 500px;
}
.nav {
	width: 463px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:link {

	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #E9E8D6;
	text-decoration: none;
	background-color: #9F9E95;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
.framer {
	text-align: left;
	width: 463px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:14px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-align:left;
color:#333333;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E1E1BE;
}
.line {
	height: 8px;
	width: 464px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.emailadd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
