* {
 	padding: 0;
 	margin: 0;
 	border: 0;
}
body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F6F7F1;
	background-attachment: scroll;
}
#holder {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 200px;
}
#header {
	/*text-align: center;*/
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	/*background-color: #FFFFFF;*/
}
#main {
	background-color: #F6F7F1;
	float: left;
	margin: 10px;
	padding: 10px;
	/*border: 1px solid #DBE1CD;*/
}

#footer {
	background-color: #F6F7F1;
	clear: left;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
p {
	margin-bottom: 20px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBE1CD;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: normal;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBE1CD;
}

a:link, a:visited {
	color: #778060;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 8px;
	list-style-image: url(/img/li.gif);
}
input {
	background-color: #FFFFFF;
	border: 1px solid #DBE1CD;
	padding: 5px;
	margin-bottom: 5px;
}
textarea {
	background-color: #FFFFFF;
	border: 1px solid #DBE1CD;
	padding: 5px;
	margin-bottom: 5px;
}
.mmhide_nav {
	background-image: url(/img/nav_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
.mmhide_nav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
}
.mmhide_nav a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	/*font-style: italic;*/
	font-weight: bold;
	font-size: 20px;
	color: #778060;
	padding: 10px;
	text-decoration: none;
}
.mmhide_nav a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
.selected a:link, .selected a:visited {
	color: #C4C7A8;
}
.green {
	color: #009933;
}
.red {
	color: #FF0000;
}

#flash {
	position: absolute;
	top: 0px;
	height: 170px;
	width: 100%;
}

