

body { 
  background-color:whitesmoke ;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
}

a {

	font-size: 100%;
	color: #ffffff;
}
a:link {
	text-decoration: none;
	color: #ffffff;

}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}


h1 {
color:#000099;
font-weight: Bold;
font-size: 150%;
text-align: center;
padding: 4px 0px 4px 0px;
}

h2 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:30px}
h3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px}

	#leftcontent {
		position: absolute;
		left:20px;
		top:150px;
		width:150px;
		background:lavender;
		border:0px solid darkblue;
		}

	#centercontent {
		position: absolute
		left:110px;
		top:150px;
   		width:518px;
		border:0px solid darkblue;
			
   		margin-left:210px;
   		margin-right:120px;
		}
	#rightcontent {
		position: absolute;
		left:768px;
		top:150px;
		width:170px;
		background:white;
		border:0px solid darkblue;
		}


#footer {

align:center;
background-color: #D7143A;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 95%;
color: #eeeeee;
}

	
#topblockred {

padding: 0;
height:0px none;
width: 1000x;
color: lavender;

background-color : #D7153A;
background-repeat: repeat;
background-position: right top;
}

#leftcontent a {

	font-size: 100%;
	color: blue;
}
#leftcontent a:link {
	text-decoration: none;
	color: blue;

}
#leftcontent a:visited {
	text-decoration: none;
	color: blue;
}
#leftcontent a:hover {
	text-decoration: none;
	color: blue;
}
#leftcontent a:active {
	text-decoration: none;
	color: blue;
}
	