BODY
{
	margin: 0px 0px 0px 0px;
	background-color: #cc9900;
}
#top
{
	width: 100%;
	height: 110px;


}
#topLogo {

	border-bottom-color : #000000;
	border-bottom-style :solid;
	border-bottom-width : 2px;

}


#menubar {
	width : 100%;
	height : 40px;


}
#menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	background-color : #000000;
	width : 425px;
	height : 20px;
	padding-top : 5px;
}

#main
{
	min-width:500px;
	margin-left:0%;
	margin-right:15%;
	padding:40px;

	background-color:#fff;
	border-bottom : 1px solid Black;
	border-top: 1px solid Black;
	border-right : 1px solid Black;
}
.AMenu:LINK {
	color : #ffffff;
	text-decoration : none;
	padding-left : 10px;
	padding-right : 10px;
}
.AMenu:VISITED {
	color : #ffffff;
	text-decoration : none;
	padding-left : 10px;
	padding-right : 10px;
}
.AMenu:HOVER {
	color : #000000;
	text-decoration : none;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 4px;
	padding-bottom : 4px;
	background-color : #ffffff;
}
p
{
	color: black;
	font-family: Arial;
	font-size: 12px;
}
#bottom {
	height : 20px;

	width:100%;

}
.paddingLeft {
	padding-left : 10px;
}

