@charset "UTF-8";


body, html{

}

#container {
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#header{
	text-align:center;
	position:relative;
}


#leftcol {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #6c301e;
	width: 350px;
	float: left;
	margin: 0 10px 0 70px;
}

#rightcol{
	font: normal 14px/1.4 Trebuchet MS, Arial , sans-serif;
	color: #111111;
	float: right;
	width:300px;
	margin: 0 10px 0 0;
}

#rightcol .blue{
	color:#003399;
	}
	
#rightcol .blue a:link{
	color:#003399;
	text-decoration:none;
	}
	
#rightcol .blue a:visted{
	color:#003399;
	text-decoration:none;
	}
	
#rightcol .blue a:hover{
	color:#003399;
	text-decoration:underline;
	}

.spacer{
clear:both;

}
