.menu {
	background-color: #666666;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
.content {
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.login {
	padding-right: 10px;
	padding-left: 10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
label {
	color: #664C33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
input {
	background-color: #C6A98C;
}
.content ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
}


.content a {
	color: #33A642;
	text-decoration: none;
}

.shadow {
	background-image: url(../images/shadow_bg.jpg);
	height: 22px;
	font-size: 1px;
}

.footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.footer a {
	color: #000000;
}

p {
    color: #664C33;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1 { 
	color: #664C33;
	font-size: 50px;
	line-height: 42px;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
}
h2 {
	color: #664C33;
	font-size: 30px;
	line-height: 23px;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding-left: 20px;
}

h3 {
	color: #664C33;
	font-size: 24px;
	line-height: 21px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding-bottom: 15px;
}

h4 {
	color: #664C33;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	margin: 0;
}

h5 {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}
