body
{
	font-family: Arial, 'Times New Roman';
	background-color: #FCFBE3;
	color: #465945;
	font-size: 10pt; 
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #A7A439;
}

.centered
{
	text-align: center;
}

.rightened
{
	text-align: right;
}

.justified
{
	text-align: justify;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.strike
{
	text-decoration: line-through;
}

.heading
{
	font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
	font-size: 2em;
	margin-bottom: 0.5em;
}

.blogitem
{
	font-family: Arial;
	margin-bottom: 15px;
}

.blogtitle
{
	font-size: 10pt;
	margin-bottom: 5px;
	padding: 3px;
	color: #000;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
}

.fancy
{
	border: 1px dotted;
	padding: 5px;
}

.blognamedate
{
	float: right;
	font-size: 8pt;
	width: 50%;
	font-style: italic;
	text-align: right;
}

.blogcontent
{
	font-size: 8pt;
}

#headerimage
{
	height: 75px;
	width: 173px;
	top: 25px;
	background-image: url('/images/ow/header.jpg');
}

#flashcontent
{
	width: 600px;
	height: 550px;
}

#pageimage
{
	margin-top: 50px;
}

#map, img.pageimage
{
	border: 1px solid #7D775C;
}

#container
{
	position: relative;
	min-width: 790px;
	margin: 1em 6%;
}

#contentcontainer
{
	position: absolute;
	padding-bottom: 1.5em;
}

#contentcontainer2
{

}

#map
{
	width: 100%;
	margin: 10px;
	text-align: center;
}

#sidenavleft
{
	float: left;
	width: 180px;
}

#sidenavright
{
	float: right;
	width: 160px;
}

#content
{
	margin-left: 180px;
	margin-right: 160px;
	padding: 0;
}

#footercontainer
{
	border: 1px solid #7D775C;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}

#footernav
{
	float: left;
	width: auto;
}

#footermsg
{
	position: absolute;
	right: 5px;
	text-align: right;
	width: 90%;
	font-style: italic;
	font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
	font-size: 8pt;
}

div.linkstyle {
	font-size: 10pt; 
	margin-bottom: 10px;
	padding: 5px;
}

div.linkstyle:hover {
	background-color: #7D7755;
}

div.cleaner
{
	clear: both;
}

div.column-in
{
	margin:0; padding:0.5em 1em;
}


