body {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	background-position: center center;
	background-color:#d6d6c6;
} 
textarea {
	font-family:verdana, arial;
	font-size:11px;
	background-color: #fefeef;
}
input {
	font-family:verdana, arial;
	font-size:11px;
	background-color: #f5f5dc;
	padding: 2px;
}
td {
	font-family:verdana, arial;
	font-size:11px;
}
h1 {
	font-family:verdana, arial;
	font-size:14px;
	font-weight:bold;
}
h2 {
	font-family:verdana, arial;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

b {
 	font-size:12px;
	font-weight:heavy;
}
a:link {
	text-decoration:none;
	color:black;
	}
a:visited {
	text-decoration:none;
	color:black;
}
a:hover {
	text-decoration:underline;
	color:red;
}

a.normal:link {
	text-decoration:none;
	color:blue;
	}
a.normal:visited {
	text-decoration:none;
	color:blue;
}
a.normal:hover {
	text-decoration:underline;
	color:blue;
}

	
#container {
	width: 755px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding:0px;
	background-color:white;
	text-align:left;
	background-color: #f5f5dc;
}

#container2 {
	background-image: url(img/line.png);
	background-repeat: repeat-y;
	width:755px;
	margin-top:0px;
	margin-left:0px;
}

#head {
	font-family:times new roman, serif;
	font-size:15px;
	width: 755px;
	height: 139px;
	padding: 0px;
	padding-top: 20px;
	background: url(img/head2.jpg) 10px 10px;
	background-position: top left;
	background-repeat: no-repeat;
	}

#address {
	width: 400px;
	height: 100;
	position: relative;
	top: 44px;
	left: 250px;
	line-height: 19px;
	}

#maintext {
    float:right;
	width:570px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	padding-right:10px;
	background-color: #fefeef;
}  

#footer {
	height:21px;
	width:755px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;	
	color:white;
	font-size:9px;
	font-weight:bold;
	padding-right:10px;
	padding-top:4px;
	text-align:right;
}

#menuhead {
	background-image: url(img/menuhead.png);
	background-repeat: no-repeat;
	height:21px;
	color:white;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
}

#menuitem {
	padding:5px;
}

#menulinks {
	width:165px;
    vertical-align:top;
	float:left;
}

ul {
	margin-left: 0px;
	text-indent: 0px;
	list-style-position: outside;
	left: 0px;
	list-style-type: disc;
	text-align: left;
	clip: rect(0px);
	}
