body{
	background: url(background.jpg) fixed repeat;
	margin:20px;
	font: 10pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;width:auto
}

A{
	color:#0000ff;
	text-decoration:none;
}

A:hover{
	color:#336699;
	text-decoration:none;
}

#title{
	height:30px;
	width:673px;
	background:#336699;
	text-align:left;
	padding-top:6px;
	font-size:10px;
	letter-spacing:2px;
	color:#ffffff;
	text-transform:uppercase;
}

#header{
	background: url(headerbg1.jpg) no-repeat transparent top left;
	width:673px;
	height:234px;
}
	

#wrap{
	width:673px;
	margin-left:auto;
	margin-right:auto;
	background: #e0e0e0;
	border:0;
}

#navcontainer{
	background:#336699;
	width:673px;
	margin-top:-20px;
}

#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-align: right;
}

#navlist li a{
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	color: #ffffff;
}

#navlist li a:hover{
	color:#999999;
	text-decoration: none;
}

h3{
	font-size:14px;
	font-weight:bold;
	color:#6190CB;
	letter-spacing:.5px;
	font-style:normal;
	text-align: left;
}

#contentcal{
	width:150px;
	margin-left:30px;
}

#content1{
	background:#e0e0e0;
	width:270px;
	margin-left:30px;
	margin-right:auto;
	padding:9px;
	text-align:justify;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#333333;
	float:left;
}

#content2{
	background:#e0e0e0;
	width:270px;
	margin-left:auto;
	margin-right:30px;
	padding:9px;
	text-align:justify;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#333333; 
}

#footer{
	clear:both;
	width:673px;
	background:#336699;
	padding:20px 0 6px 0;
	text-align:right;
	text-transform:lowercase;
	font: 8pt/9pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#ffffff;
}

#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#A79B91;
	text-decoration: none;
}

