html {
    height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EAEAD7;
	padding: 0px;
}

h1 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#wrap {
	background-image: url(../images/bgWrap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 12px;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.textlarger {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textsmaller {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textmini {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.highlightgreen {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFF00;
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;
}
.Headline {
	font-size: 36px;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.HeadlineSUB {
	font-size: 20px;
	font-weight: bold;
	color: #A67C00;
}
#wrap #DoorNav {
	text-decoration: none;
	list-style-type: none;
}
#wrap #doorNav ul {
	font-weight: bold;
	list-style-type: none;
	font-size: 16px;
	color: #484848;
}
#wrap #doorNav a {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

#wrap #footer {
	color: #FFFFFF;
}
#wrap #footer a {
	color: #FFFFFF;
}

