body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	background: url(../i/page_tile.png) repeat;
}
#topper {
	background: url(../i/topper.png) repeat-x;
	height: 122px;
	position: relative;
	width: 100%;
	float: left;
}

#page {
	width: 780px;
	margin: 0 auto;
	background: url(../i/page_bg.png) repeat-y;
	position: relative;
} 
#topheader { 
	width: 780px; 
	height: 122px; 
	margin: 0 auto; 
}

#container {
}

#navigation {
	float: left;
	width: 165px;
	color: #003366;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#navigation h1{
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 5px;
	margin-top: 5px;
}
#navigation a:link {
	color: #003366;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 
#bookbed {
	float: left;
}
#content {
	float: right;
	width: 555px;
	padding: 10px 20px 20px;
}
#content li {
	margin-bottom: 5px;
}

h1 {
	font-size: 20px;
	color: #CC6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	text-align: left;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #013473;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #013473;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-bottom: 5px;
}

/* Use an h3 and an href for buttonbox*/
.buttonbox {
	background: #E7E7DE;
	display: block;
	padding: 10px;
	border: 1px solid #666666;
	text-decoration: none;
	margin: 10px;
}

.imgleft {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}

.imgright {
	margin-left: 8px;
	margin-bottom: 8px;
	float: right;
}

#content p{
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 18px;
}
#content a {
	color: #B35900;
}
#container a:hover {
	color: #000066;
	text-decoration: none;
}

#content ul{
	line-height:20px;
	font-size: 12px;
}
.topper {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topper a {
	color: #000066;
	text-decoration: none;
	font-size: 10px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	background: url(../i/footer.png) repeat-x;
	clear: both;
	height: 80px;
	padding-top: 18px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
} 
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #CC6600;
}

#othercities {
	width: 430px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
}
.ocpointer {
	cursor: pointer;
}