/* basic elements */
body {
	color: #000000;
	background: #FFFFFF repeat top left;
	text-align: center;
	margin: 0px;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:17px; 
	font-size:12px; 
	font-family: Arial, sans-serif;
	}
p {
	text-align: justify;
	margin-top: 0px;
	}
h3 {
	font: bold 16px Arial, sans-serif;
	text-transform: none;
	margin-bottom: 0px;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #AE1B27;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
a:active, a:hover {
	text-decoration: underline;
	}

/* specific divs */

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-left:5px;
	padding-right:5px;
	}
#pageHeader {
	float: left;
	width: 750px;
	height: 170px;
	background: #FFFFFF;
	position:relative;
	}
#container2 {
	background: url('img/background.gif') repeat-y top left;
	width: 750px;
	margin-top: 0px;
	text-align: left;
	position: relative;
	}	
#leftside{
	width: 200px;
	float: left;
	margin-top:10px;
	}
#leftside h3{
	color: #000000;
	padding-left:10px;
	}
#leftside a:link {
	font-weight: bold;
	text-decoration: none;
	color: #AE1B27;
	}
#leftside a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #AE1B27;
	}
#leftside a:active, a:hover {
	text-decoration: underline;
	}

#rightside{	
	float: left;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
	}
#rightside h4{
	color: #000000;
	}
#rightside a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
#rightside a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	}
#rightside a:active, a:hover {
	text-decoration: underline;
	}
#rightside ul {
	margin-left:40px; margin-right:0px; margin-top:2px; margin-bottom:0px;
	padding: 0px;
	}
#rightside li {
	padding: 3px;
	}
#footer {
	clear: both;
	float: left;
	width: 750px;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	}
#footer .info {
	padding: 10px 10px 0px 10px;
	margin: 0px 10px 10px 0px;
	}