body {
	padding: 0px;
	width: 100%;
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #9A8165;
	margin-top: 25px;
	margin-right: 0%;
	margin-bottom: 20px;
	margin-left: 0%;
}

#navbottom {
	background-color: #FFFFFF;
	padding: 5px;
	height: 15px;
	width: 600px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	margin: 20px 0px 0px;
	padding: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	color: #333333;
	text-decoration: underline;
	outline-style:none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	color: #333333;
	text-decoration: underline;
	outline-style:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	color: #990000;
	text-decoration: underline;
	outline-style:none;
}

#mainhome {
	background-color: #fff;
	height: 502px;
	width: 499px;
	border: 6px solid #E3E0DB;
	margin-top: 10px;
}

#leftcolhome {
	float: left;
	width: 156px;
	border: 1px solid #77674D;
	margin: 0px;
	padding: 0px;
	height: 400px;
}

#rightcolhome {
	float: right;
	width: 337px;
	border: 1px solid #77674D;
	height: 400px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	width: 45%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77674D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-align: left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: 100;
	color: #000000;
	text-align: center;
	margin: 10px 0px 5px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #E3E0DB;
	text-align: center;
	margin: 2px 0px 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #800000;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 5px;
}
ol {
	margin: 0px;
	padding: 0px;
	width: 400px;
	list-style-position: inside;
	list-style-type: square;
}
