body {
	background-color: #24486D;
}
#main {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
#nav{
	background-color: #CC0000;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	text-align: center;
	color: #ffffff;
}
#navEnd{
	background-color: #CC0000;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	text-align: center;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#nav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#navEnd a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover{
	text-decoration: underline;
}
#navEnd a:hover{
	text-decoration: underline;
}
#content {
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
#content a {
	color: #24486D;
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	color: #24486D;
}
.subTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #24486D;
}
.date {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
}
.photo {
	border-style: solid;
	border-color: #24486D;
	border-width: 1px;
	margin-bottom: 5px;
}
.more {
	font-weight: bold;
	color: #900;
}
.more a{
	font-weight: bold;
	font-size: 10px;
}