* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
	}

.clear {
	clear:both;
	height:0;
	}

body {
	font-family: arial, verdana, helvetica, sans;
	background-image: url(images/ChocBkgd.jpg);
	color: #FFFFCC;
	line-height: 160%;
	}
	
p {
	margin-bottom: 1em;
	}
	
a {
	color: #FFFFCC;
	}

h1,h2,h3,h4,h5,h6 {
	color: #FFFFCC;
	text-align: center;
	margin-bottom: 1ex;
	}
	
ul, ol {
	margin-left: 2em;
	margin-bottom: 0.5em;
	}
	
ul.noindent {
	margin: 0px;
	padding: 0px;
	}
	
li {
	list-style-type: square;
	margin-bottom: 0.25em;
	}

#wrapper {
	position:relative;
	width: 767px;
	margin: auto;
	margin-top: 2em;
	margin-bottom:2em;
	background-color: #663300;
	}
	
#ctr {
	text-align: center;
	}
	
#hdr {
	margin-top: 0;
	text-align: center;
	background-color: #663300;
	height: 140px;
	width: 100%;
	}
	
#toplnks{
	margin: -1.5em auto 0;
	padding-right: 1.5em;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	}
		
#toplnks a{
	text-decoration: none;
	font-weight: normal;
	color: #FFFFCC;
}

#toplnks a:hover{
	text-decoration: underline;
	color: #FFFFCC;
	}
#toplnks a:visited{
	color: #FFFFCC;
	}

#menubox{
	margin: 1em auto 0;
	background-color: #FFFFCC;
	color: #663300;
	background-image: url(images/ChocSplash.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 128px;
	float: left;
	padding: 1em;
	padding-bottom: 8em;
	margin-left: 3%;
	}

#menubox li{			
	list-style-type: none;
	margin-top: 5px;
	}
	
#menubox a{
	text-decoration: none;
	font-size: 18px;
	color: #663300;
	}
	
#menubox a:hover{
	text-decoration: underline;
	}
	
#content {
	width:500px;
	float:left;
	padding: 1em;
	font-size: 1em;
	}

#portLnk a{
	color: #FFCC99;
	text-decoration: underline;
	text-align: center;
	}
	
#footer {
	clear: both;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	background: #FFFFCC;
	color: #663300;
	margin-bottom: 0.5em;
	}

#footer a:visited, #footer a:link {
	font-weight: bold;
	color: #663300;
	}
	
#footer a:hover {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}