#mainCenter {
	height:100%;
}

a {
	text-decoration: none; 
	font-weight:normal;} 
a:hover	{
	text-decoration: underline;
}

.banner {
}

.banner .title{
	font-weight:bold;
}

.banner .date{
	font-size:0.9em;
	font-weight:bold;
}

.navigation{
	font-size:0.9em;
	font-weight:bold;
}
.thumbnail{
	font-size:0.9em;
}

#content {
	width:95%;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#contentLast {
	width:95%;
	font-size:11px;	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}
body {
	background-color: #D8C99C;
}
body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#top {
	line-height: 130%;
}
li {
	list-style-position: inside;
}
ul {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 0px;
}
