body {
	margin: 0px;
	padding: 0px;

	font-family: Lucida Sans, Verdana, Arial, sans-serif;
	
	color: #80a9d0;
	background: #cc0033 url('../graphics/body_background4.jpg') repeat-x fixed top left;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 10pt;
	margin-bottom: -6pt;
}

p {
	color: #369;
	background: none;
	
	font-size: 10pt;
}	

ul.flat {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.flat li {
	margin: 5px;
	padding: 0;
	
	font-size: 10pt;
	margin-bottom: 5px;
}

ul.flat li.listbreak {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3D85C7;
}

a {
	text-decoration: none;
	color: black;
	background: none;
}

a:hover {
	color: #09D;
	background: none;
}

.main {
	position: absolute;
	top: 150px;
	left: 0px;
	
	width: 535px;
	
	padding: 5px;
	
	color: inherit;
	background: #F0F5FF;
	
	border: 2px solid #79D;
}

.main h2 {
	margin: 0 0 10pt 0;
}

img.bordered {
	border: 1px solid #8ABEE5;
	border-bottom: 1px solid #BDF;
	border-right: 1px solid #BDF;}
	
.main .sitenavigation {
	text-align: center;
}

.main .sitenavigation a 
{
	color: #EEE;
	background: #7DBFF1;
	
	width: 110px;
	
	font-size: 10pt;
	text-align: center;
	border: 1px solid #3D85C7;
	border-top: 1px solid #BDF;
	border-left: 1px solid #BDF;
	
	padding: 0 15px 0 15px;
}

.main .sitenavigation a.visit 
{
	color: #EEE;
	background: #3D85C7;
}

.main .sitenavigation a:hover
{
	color: #7DBFF1;;
	background: #3D85C7;
}

.main .sitenavigation a.visit:hover
{
	color: #EEE;
	background: #3D85C7;
}

.main td
{
	font-size: 11pt;
}
.header {
	position: absolute;
	top: 15px;
	left: 130px;
	width: 535px;
	height: 64px;
	
	padding: 5px;
	
	color: inherit;
	background: #F0F5FF;
	
	border: 2px solid #79D;
}

.header div.logoblock {
	margin: 0;
}

.header .logo {
	float: left;
}

.header h1 {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 140%;
}

.navigation {
	position: absolute;
	top: 0px;
	left: -120px;
	width: 110px;
	
	color: inherit;
	background: #F0F5FF;
	
	border: 2px solid #79D;
	border-left: 1px solid #BDF;
}

.navigation a {
	color: #0033AA;
	background: none;
	font-weight: bold;
}

.navigation a:visited {
  color: inherit;
	background: none;
}
.navigation a:hover {
	color:#09D;
	background: none;
}

.navigation ul
{
	text-align: right;
}

.main .boxedhighlight
{
	color: inherit;
	background: #FFFFFF;
	border: 1px solid #79D;
	border-right: 0;
	border-top: 0;
	
	width: 250px;
}