
	body
	{
		background: #818181;
		margin: 25px;
		font-family: verdana, arial, sans-serif;
	}
	
	a
	{
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
	}
	
	#wrapper
	{
		width: 755px;
		background: #fff;
		margin: auto;
		padding: 10px;		
	}
	
	#header
	{
		width: 735px;
		background: #fff url(../images/alvc_logo.jpg) no-repeat;
		padding: 10px;
		/*margin-bottom: 10px;*/
	}
	
	.headerLogo {
		height: 98px;
	}
	
	.headerBanner {
		position: relative;
		left: -10px;
		width: 755px;
		height: 199px;
		background: #f6f3f6 url(../images/banner.jpg) no-repeat;
	}
	
	.todaysDate {
		text-align: right;
		font-weight: bold;
		font-size: 70%;
	}
	
	#content
	{
		margin: 0px 0px 10px 0px;
		padding: 10px;
		background: #f6f3f6;
	}
	
	.contentLeft {
		width: 500px;
		float: left;
		padding-right: 10px;
	}
	
	.contentLeft h1 {
		margin: 0;
		font-size: 125%;
	}
	
	.contentRight {
		width: 215px;
		float: left;
		padding-left: 10px;
	}
	
	.contentRightHeader {
		width: 200px;
		padding: 5px;
		margin: 0;
		margin-left: 5px;
		margin-top: 10px;
		font-size: 70%;
		font-weight: bold;
		color: #fff;
		background: #b8b8b8;
	}
	
	.contentRightText {
		padding: 5px;
		width: 200px;
		font-size: 70%;
		color: #424242;
		background: #fff;
		border-bottom: 1px dashed #dedede;
		margin: 0;
		margin-left: 5px;
	}
	
	.contentRight ul {
		margin: 5px;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.contentRight li {
		display: inline;
	}
	
	.contentRight li a {
		display: block;
		padding: 5px;
		width: 200px;
		font-size: 70%;
		font-weight: bold;
		color: #085584;
		background: #fff;
		border-bottom: 1px dashed #dedede;
	}
	
	.contentRight li a:hover {
		background: #eeeeee;
		text-decoration: none;
	}
	
	#footer
	{
		width: 735px;
		background: #085584;
		padding: 10px;
		text-align: center;
		color: #fff;
		font-size: 0.7em;
	}
	
	.footerMenu ul
	{
		margin: 0;
		padding: 0;
	}
	
	.footerMenu li
	{
		display: inline;
	}
	
	.footerMenu a
	{
		color: #fff;
		font-size: 90%;
		margin-left: 10px;
	}
	
	.footerMenu a:hover
	{
		text-decoration: none;
		color: #F7C300;
	}
	
	.clear
	{
		clear: both;
	}
	
	.headerMenu
	{
		position: relative;
		top: 40px;
		left: 210px;
		text-align: right;
		font-size: 0.8em;
		color: #b8b8b8;
		background: #f6f3f6;
		width: 515px;
		padding: 10px;
	}
	
	.headerMenu ul
	{
		margin: 0;
		padding: 0;
	}
	
	.headerMenu li
	{
		display: inline;
	}
	
	.headerMenu a
	{
		color: #085584;
		font-size: 95%;
		font-weight: bold;
		margin-left: 10px;
	}
	
	.headerMenu a:hover
	{
		text-decoration: none;
		color: #F7C300;
	}
	
	.copyright {
		font-size: 70%;
		text-align: center;
		margin-top: 5px;
	}