#wrapper {
	height: auto;
	width: 799px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	border-top-width: 0px;
	border-top-style: none;
}

#leftColumn {
	float: left;
	width: 156px;
	clear: both;
	font-size: small;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#contentWrapper {
	background-color: #FFFFFF;
}

#rightColumn {
	width: 594px;
	float: none;
	clear: right;
	margin-left: 180px;
	font-size: small;
	padding: 10px;
	line-height: 1.2em;
}
.list {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

.h1 {
	font-size: 22px;
	margin: 0px;
	line-height: normal;
}


#navList {
}

#navList a{
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E4950;
	width: 156px;
	color: #333333;
	background-color: #FFFFFF;

}

#navList a:hover{
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background-color: #492330;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E4950;
	width: 156px;

}

#navList .current{
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background-color: #645F5B;
}

#navList .current a{
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background-color: #785C65;
}

#footer {
	clear: both;
	background-color: #5E4950;
	font-size: x-small;
	line-height: normal;
	color: #FFFFFF;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #635F5C;
	padding-top: 2px;
}

#footer a{
	color: #FFFFFF;
	text-decoration:underline
}

#footer a:hover{
	color: #999999;
	text-decoration:underline
}
.sectionTitle {
	font-weight: bold;
	color: #44242F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #492330;
	font-size: small;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.top {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: x-small;
}
.sectionContent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.portImg {
	border: 2px solid #000000;
}
.xsmall {
	font-size: x-small;
}
.italics {
	font-style: italic;
}

