body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.id{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#banner {
	position: absolute;
	height: 231px;
	width: 800px;
	left: 0px;
	top: 0px;
}
#navigation{
	position: absolute;
	left:0px;
	top: 231px;
	width: 800px;
	height: 50px;
}

/* -- utility navigation bar -- */
	.toolbar {font-family: Helvetica, Arial, sans-serif; color: #FF0000; font-weight: normal; font-size: 13px; line-height: 14px; display: block;}
	.toolbar a:link{color: #000000; margin-right: 20px; text-decoration: none; font-weight: normal;}
	.toolbar a:visited{color: #666666; text-decoration: none;}
	.toolbar a:hover{color: #FF0000; font-weight: bold; text-decoration: none;}

#nav1{
	position: absolute;
	left: 25px;
	top: 231px;
	height: 47px;
	width: 179px;
	visibility: visible;
}

#nav2{
	position: absolute;
	left: 204px;
	top: 231px;
	height: 47px;
	width: 212px;
	visibility: visible;
}
#nav3{
	position: absolute;
	height: 47px;
	width: 200px;
	left: 416px;
	top: 231px;
	visibility: visible;
}
#nav4{
	position: absolute;
	height: 47px;
	width: 177px;
	left: 616px;
	top: 231px;
	visibility: visible;
}
#main{
 	position: absolute;
 	left: 0px;
	top: 280px;
	width: 570px;
	padding: 20px 20px 0px 25px;
	
}
#sideBar{
	position: absolute;
	left: 606px;
	top: 280px;
	width: 155px;
	background-color: #CCCCCC;
	margin: 20px 20px 20px 10px;
	padding: 0 15px 0 15px;
}
h1{
	font-variant:small-caps;
	font-weight: bold;
	font-size: 15px;
	}
