body {
	background-image: url(../micro/img/page_bg.gif);
	margin-top: 0px;
	font-size: 12px;
}
#page {
	width: 750px;
	margin: 0 auto;
	background-image: url(../micro/img/page_cont_bg.png);
	background-repeat: repeat-y;
} 
#topheader { 
	width: 750px; 
	height: 118px; 
	margin: 0 auto; 
} 
#frontpage {
	float: right;
	left: 155px;
}

#topbook {
	width: 780px;
	height: 50px;
}

#container {
}

#navigation {
	float: left;
	width: 135px;
	height: 100%;
	background-image: url(../micro/img/page_nav_bg.png);
	background-repeat: repeat;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	clear: left;
	background-color: #C0D5E8;
}


/* This is the new code for navigation replacing #leftnavspacer \*/
#listnav ul{
	list-style-type: none;
	margin-left: 0px;
	left: 0px;
	padding-left: 1px;
	margin-top: 0px;
}
/* end \*/
#navigation h1{
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 5px;
}
#navigation a:link {
	color: #003366;
	text-decoration: none;
}
#navigation a:visited {
	color: #003366;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation a:active {
	color: #003366;
	text-decoration: none;
} 
#bookbed {
	float: left;
}
#content {
	float: right;
	width: 555px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
}
td {
	font-size: 12px;
}
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;
}
#content p{
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 12px;
}
#content ul{
	line-height:20px;
	font-size: 12px;
}
#twocolcontent {
	float: right;
	width: 595px;
	height: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#twocolcontent p{
	line-height: 18px;
}
#twocolcontent ul{
	line-height: 18px;
}
#photorow {
	float: left;
	width: 197px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#contentrow {
	float: right;
	width: 362px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}



#leftcol {
	float: left;
	width: 200px;
}
#rightcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: right;
	padding-top: 15px;
	clear: none;
	width: 360px;
	margin-left: auto;
}
.indexcategory {
	background-color: #FFF0D2;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.indexcategory p{
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	width: 100%;
	height: 50px;
	margin-top: 20px; 
	margin-left: auto;
	background-color: #003366;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
} 
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
} 

a {
	color: #CC6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
ul {
	list-style-type: square;
}
.bluebacker {
	background-color: #E7EFF5;
	padding: 15px;
}
.orangebacker {
	background-color: #FCE8CF;
	padding: 15px;
}
/* This is the old code for navigation and should be replaced with #listnav ul for new builds \*/
#leftnavspacer {
	padding-left: 5px;
}
/* end \*/
#othercities {
	width: 430px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
}
.ocpointer {
	cursor: pointer;
}
.nostyle {
	color: #FF0000;
	text-decoration: none;
}
hr {
	margin: 20px 0px;
}