* {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
	background-color: inherit;
	color: inherit;
}

acronym {
	border-bottom: 1px dotted #f00;
	cursor: help;
}

body {
	background: #000 url(/images/logo_side.png) no-repeat top left;
	color: #fff;
	font-family: "Lucida Sans Unicode","Arial Unicode MS","Lucida Sans","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	padding-left: 200px;
	text-align: left;
}

#container {
	background-color: #fff;
	margin: 0;
	min-width: 800px;
	text-align: left;
	width: auto !important;
	width: 800px;
}

#contentcontainer {
	color: #000;
}
#contentcontainer div {
	padding: 3%;
	overflow: hidden;
	zoom: 1;
}
#contentcontainer div.clear {
	background: #000 url(/images/tileable_blackgrey.gif);
	border-top: 1px solid #f00;
	clear: both;
	color: #fff;
}
#contentcontainer div.clear a {
	color: #fff;
}
#contentcontainer div.last {
	background: #366 url(/images/greengradient.gif) repeat-x top left;
	border-top: 1px solid #366;
	color: #fff;
}
#contentcontainer div.last a {
	color: #fff;
}
#contentcontainer div.left {
	float: left;
	width: 44%;
}
#contentcontainer div.left a {
	color: #000;
}
#contentcontainer div.right {
	float: right;
	width: 44%;
}
#contentcontainer div.right a {
	color: #000;
}
#contentcontainer h2 {
/*	font-family: "Courier New","Lucida Console",Courier,monospace;*/
	font-family: Georgia,Garamond,"Times New Roman",serif;
	font-size: 2.5em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0.25em;
}
#contentcontainer h3, #contentcontainer dt {
	color: #f00;
	font-size: 16pt;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.25em;
}
#contentcontainer img {
	border: 2px solid #900;
	float: left;
	height: 250px;
	margin-right: 1em;
	width: 250px;
}
#contentcontainer dd, #contentcontainer p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: justify;
}
#contentcontainer blockquote p {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
#contentcontainer blockquote p.credit {
	font-style: normal;
	font-size: normal;
	text-align: right;
}
#contentcontainer blockquote p.credit:before {
	content: "\2014";
}

#footer {
	background: #fff url(/images/greywhitegradient.gif) repeat-x bottom;
	border-top: 1px solid #f00;
	clear: both;
	color: #000;
	font-size: 0.8em;
	padding: 25px 0;
	text-align: center;
}

#header {
	background: #fff;
	border-bottom: 1px solid #f00;
	color: #000;
	margin-bottom: 30px;
	overflow: hidden;
	zoom: 1;
}
#header #mainmenu {
	background-color: #fff;
	clear: both;
	float: right;
	overflow: hidden;
}
#header #mainmenu ul {
	color: #fff;
	list-style: none inside;
}
#header #mainmenu ul li {
	display: inline;
	float: left;
	font-size: 0.8em;
	line-height: 18pt;
	margin-left: 3px;
	text-align: center;
}
#header #mainmenu ul li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	line-height: inherit;
	padding: 0 0.5em;
	text-decoration: none;
/*	-moz-border-radius: 0 0 1em 1em;
	-webkit-border-radius-bottom-left: 1em;
	-webkit-border-radius-bottom-right: 1em;*/
}
#header #mainmenu ul li a:hover {
	background-color: #366;
	color: inherit;
} 
#header #mainmenu ul li a.selected, #header #mainmenu ul li a.selected:link, #header #mainmenu ul li a.selected:visited, #header #mainmenu ul li a.selected:active {
	background-color: #f00;
	color: inherit;
}
#header #tagline {
	clear: both;
	font-size: 0.8em;
	padding: 0 0 5px 5px;
}

img {
	border: 0;
}

#locationinfo {
	clear: both;
	font-size: 0.7em;
	padding: 5px 20px;
	text-align: right;
}

#logo {
	float: right;
	padding: 20px;
	text-align: right;
}

#mainmenu {
	background-color: #000;
	overflow: hidden;
}
#mainmenu ul {
	color: #fff;
	list-style: none inside;
}
#mainmenu ul li {
	display: inline;
	float: left;
	font-size: 0.8em;
	line-height: 24pt;
	text-align: center;
}
#mainmenu ul li a {
	background-color: #000;
	cursor: pointer;
	display: block;
	line-height: inherit;
}
#mainmenu ul li a:hover {
	background-color: #ccf;
} 
#mainmenu ul li a.selected, #mainmenu ul li a.selected:hover, #mainmenu ul li a.selected:visited, #mainmenu ul li a.selected:active {
	background-color: red;
}

#mktcontainer {
	width: 600px;
}
#mktcontainer div.postbody {
	height: 240px;
	overflow: hidden;
}
#mktcontainer div.odd {
	background-color: #fff;
	color: #000;
}
#mktcontainer div.odd img {
	display: inline;
	float: left;
	width: 300px;
}
#mktcontainer div.even {
	background-color: #000;
	color: #fff;
}
#mktcontainer div.even img {
	display: inline;
	float: right;
	width: 300px;
}
#mktcontainer h2 {
	font-size: smaller;
}

#postpanel {
	clear: both;
	display: inline;
	float: right;
	width: 300px;
}

