/* COLORS */
/* DARKEST #303 */
/* DARK #606 */
/* MID #c0c */
/* LIGHT #f0f */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	font-family: trebuchet, arial, non-serif;
	color: #fff;
	font-size: .9em;
	background: #303;
}
#container {
	width: 100%;
	height: auto;
	text-align: center;
}
#inner {
	width: 792px;
	height: 600px;
	background-color: #303;
	margin: auto;
}
#header {
	width: 792px;
	height: auto;
	margin: auto;
	text-align: center;
}
#topnav {
	width: 792px;
	height: auto;
	margin: 3px auto 3px auto;
	text-align: center;
}
#content {
	width: 100%;
	height: 100%;
	padding: 24px;
	text-align: left;
	overflow: auto;
}
.content_left {
	width: 216px;
	height: 576px;
	float: left;
	padding: 24px 0 0 12px;
	text-align: left;
}
.content_right {
	width: 528px;
	height: 576px;
	float: right;
	padding: 24px 12px 0 12px;
	text-align: left;
	overflow: auto;
}
#footer {
	width: 100%;
	height: auto;
	float: left;
	margin: 3px 0 0 0;
	text-align: center;
	font-size: .7em;
}
img {
	border: solid .5px #606;
}
img.grfx {
	border: 0;
}
/* FORMAT */
p {
	margin: 0 24px 24px 0;
}
p.small {
	font-size: .7em;
	margin: 0 0 6px 0;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 18px 0;
	color: #c0c;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 12px 0;
	color: #c0c;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 12px 0;
	color: #c0c;
}
/* SLIDESHOW */
div.slideshow {
	width: 480px;
	text-align: center;
	margin: 36px 0 0 0;
	border-top: solid 1px #606;
	border-right: solid 1px #606;
	border-bottom: 0;
	border-left: solid 1px #606;	
}
/* NAVIGATION */
table.topnav {
	width: 100%;
}
td.topnav {
	width: auto;
}
a.topnav, a.topnav:link, a.topnav:visited, a.topnav:active {
	font-size: .7em;
	font-family: trebuchet, arial, non-serif;
	text-decoration: none;
	color: #c0c;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	margin: 0;
	display: block;
	width: 154px;
	height: 100%;
	padding: 1px 0 1px 0;
	border-style: solid;
	border-width: 0;
	border-color: #303;
	background-color: #303;
}
a.topnav:hover {
	font-size: .7em;
	font-family: trebuchet, arial, non-serif;
	text-decoration: none;
	color: #f0f;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	margin: 0;
	display: block;
	width: 154px;
	height: 100%;
	padding: 1px 0 1px 0;
	border-style: solid;
	border-width: 0;
	border-color: #606;
	background-color: #606;
}
/* SIDE NAVIGATION */
div.sidenav {
	width: 206px;
	margin: 6px 0 0 0;
}
a.sidenav, a.sidenav:link, a.sidenav:visited, a.sidenav:active {
	display: block;
	width: 206px;
	height: 14px;
	line-height: 14px;
	background: #transparent;
	color: #600;
	margin-top: 3px;
	text-align: left;
	text-decoration: none;
	text-indent: 1px;
	font-family: tahoma, arial, non-serif;
	font-size: .9em;
	overflow: hidden;
}
a.sidenav:hover {
	background: #transparent;
	color: #f33;
}
span.sidecaption {
	display: block;
	width: 206px;
	height: 14px;
	line-height: 14px;
	background: #600;
	color: #ffc;
	margin-top: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tahoma, arial, non-serif;
	font-size: .8em;
	font-weight: bold;
	overflow: hidden;
}
/* LINKS */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #c0c;
}
a:hover {
	text-decoration: none;
	color: #f0f;
}