body 
{
	background-color: #0096BA;
	text-align: center;	
}

#container
{
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 760px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #754112;
}

.mainContent
{
	background-color: #FFFFFF;
	width: 533px;
	padding: 10px;
	vertical-align: top;
}

.sideContent
{
	background-color: #FFFFFF;
	width: 183px;
	padding: 10px;
	vertical-align: top;
}

.menu
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #754112;
	text-align: center;
}

.menuSelected
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #EE7A24;
	text-align: center;
}

.headline
{
	font-size: 14px;
	font-weight: bold;
}

#topsection a {
	color: #FFFFFF;
	text-decoration: none;
}
	
#mainContents a {
	font-weight: bold;
	color: #EE7A24;
	text-decoration: none;
}	

#mainContents a:hover {
	text-decoration: underline;
}

#topsection a:hover {
	text-decoration: underline;
}

#copyright {
	margin: 0 auto;
	padding: 5;   /* align for good browsers */
	text-align: center; /* counter the body center */
	width: 760px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
}

#copyright a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.largeHeadline {
	font-size: 16px;
	font-weight: bold;
}
.highlight {
	font-weight: bold;
	color: #EE7A24;
	text-decoration: none;
}
