* { 
	font-family: Arial, Helvetica, sans-serif;
	}

body, p {
	font-size: 9pt;
	margin: 0 0;
	}

a {
	color: #003399;
	}

.title {
	font-weight: bold;
	color:#a5001e;
	}

#wrapper { 
	width: 798px;
	background: url('images/background.jpg') repeat-y;
	}

#header {
	color: #333;
	width: 798px;
	float: left;
	background-color: #ffffff;
	}

#leftcolumn { 
	color: #113363;
	height: 100%;
	width: 150px;
	float: left;
	padding: 7px 7px 0;
	font-weight: bold;
	}
	
#leftcolumn * {
	font-size: 8pt;
	margin: 0;
	}	

#rightcolumn { 
	background-color: #ffffff;
	float: right;
	color: #333;
	width: 623px;
	display: inline;
	text-align: justify;
	padding: 7px 0 0 0;
	}

#prefooter {
	width: 798px;
	clear: both;
	text-align: right;
	}

#footer { 
	width: 798px;
	clear: both;
	padding: 3px;
 	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	background-color: #a5001e;
	}

.button, .button a, .button2, .button2 a {
	padding: 2px 0;
	width: 114px;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 12px; 
	font-weight: bold;
	float: left;
	background-color: #113363;
	}
	
.button:hover * {
	color: #FFFF99;
	}
	
.button2, .button2 a {
	background-color: #a5001e;
	}

.portrait {
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
	}