body {
	margin: 20px 0;
	background-color: #FFFFFF;
}
	   
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background-color: #EEEECC;
	border: #5E2020 6px solid;

}

#content {
	background-color: #99FFFF;
}

#header{
	height: 139px;
	text-align: center;

}

#left {
	float:left;
	width: 200px;
	padding: 10px;
	background-color:#222211;
	border: 5px;
	border-color:#EEEECC;
	border-style: solid;
}

#right {
	float:right;
	width: 490px;
	padding: 10px;
	background-color:#EEEECC;
}

#footer{
	clear:both;
	height:80px;
	text-align: center;
	border-top: 1px solid #CC6666;
	background-color: #222211;
	padding: 5px;
}

#disclaimerbox{
	background-color: #DDCC99;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	border-color: #222211;
	border-width: 1;
	border-style: solid;

}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: center;

}

#horzmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DDCC99;
	text-align: center;
}

.vertmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}

a.vmenu:link {
	color:#DDCC99;
	text-decoration: none;

}

a.vmenu:active {
	color:#DDCC99;
	text-decoration: none;

}

a.vmenu:visited {
	color:#DDCC99;
	text-decoration: none;

}

a.vmenu:hover {
	color:#EEEECC;
	text-decoration: none;


}
a.hmenu:link {
	color:#DDCC99;
	text-decoration: none;

}

a.hmenu:active {
	color:#DDCC99;
	text-decoration: none;

}

a.hmenu:visited {
	color:#DDCC99;
	text-decoration: none;

}

a.hmenu:hover {
	color:#EEEECC;
	text-decoration: none;


}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	margin-top:0px;
	margin-bottom:0px;
}

p.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;

}