/*----------------- Layout --------------------*/
* {
	padding:0px;
	margin:0px;
}

/*----------------- Defaults --------------------*/
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
p, li {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 8px;
}
li {
	position: relative;
	left: 20px;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 20px;
	margin-left: 20px;
}
h1 {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 15px;
}
h2 {
	font-size: 1em;
	margin-top: 15px;
	margin-bottom: 8px;
}
h3 {
	font-size: 0.9em;
	margin-top: 15px;
	margin-bottom: 8px;
}
h4 {
	font-size: 0.9em;
	color: #8CB9FC;
	margin: 0px;
	padding: 0px;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#8cb9fc;
	text-decoration: none;
}
a:active {
	color:#8cb9fc;
	text-decoration: none;
}

/*------------------- Containers ----------------------*/
#wrap_frontpage {
	position: absolute;
	left:50%;
	width:566px;
	top:0px;
	margin-top:20px;
	margin-left:-273px;
	background-color: #000000;
}
#wrap {
	position: absolute;
	left:50%;
	width:820px;
	top:0px;
	margin-top:20px;
	margin-left:-400px;
	background-color: #000;
}
#site {
	border: 1px solid #FFF;
	padding: 10px;
    height: 600px;
}
html>body #site {
	border: 1px solid #FFF;
	padding: 10px;
	min-height:600px;
	_height: 600px;
	height:auto;
}
#header {
	visibility: visible;
	height: 240px;
	width: 820px;
}
#menu {
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 525px;
	font-size: 0.8em;
}
#secondarymenu {
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	margin-left: 10px;
	font-size: 0.8em;
}
#title {
	clear: left;
}
#contentcolumn {
	width: 515px;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#sidebar {
	float: left;
	margin-left: 10px;
	width: 260px;
}
#colophon {
	width: 800px;
	float: left;
	font-size: 0.7em;
	text-align: center;
	clear: left;
}
.FrontpageItem {
	padding: 0px;
	vertical-align: top;
}
.MainTable {
	border: 1px solid #FFF;	
}
.Clear {
	clear: both;
}

/*------------------- Content styles ----------------------*/
.Copyright {
	font-size: 0.7em;
	text-align: center;	
}
#sidebar p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.FrontpageItem h3 {
	margin-right: 5px;
	margin-left: 5px;
}
.FrontpageItem p {
	margin-right: 5px;
	margin-left: 5px;
}