body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #FFFFFF;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover, a.current:link, a.current:visited {
	color: #000;
}
.divPageContainer {
}
.row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	float: left;
	width: 100%;
}
.ulMainNav {
	margin: 0px;
	padding: 0px;
}
.ulMainNav li {
	display: inline;
	list-style-type: none;
}
.ulMainNav a:link, .ulMainNav a:visited, .ulMainNav a:active {
	display: block;
	float: left;
	width: 80px;
	text-align: center;
	background-image: url(../images/nav-notselected.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 1px;
}
.ulMainNav a:hover, .ulMainNav a.current:link, .ulMainNav a.current:visited {
	background-image:  url(../images/nav-selected.gif);
}
#mainContent {
	clear: both;
}
#div0xEDContent {
	clear: both;
	padding-top: 10px;
}
.thumb {
	padding: 10px;
}
li {
	list-style-type: none;
}
