﻿html, body, #aspnetForm
{
	height: 100%;
	font-family: Verdana;
	font-size: 8pt;
	color: #000;
	background-color: #f8f8f8;
}

h1, h2, h3, h4
{
	color: #505050;
}

h1
{
	font-size: 10pt;
	margin-bottom: 10pt;
}

h2, h3, h4
{
	font-size: 8pt;
	margin-bottom: 8pt;
}

hr
{
	background-color: #505050;
}

p
{
	line-height: 1em;
	padding: 1em 0;	
}

ul
{
	list-style: disc none inside;
}

a
{
	color: #003d7e;
	text-decoration: underline;
}

td
{
	vertical-align: top;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
}
#container, #footer
{
	width: 760px;
}

#mainarea
{
	min-height: 100%;
	margin-bottom: -30px;
	position: relative;
	width: 760px;
	background-color: #efefef;
}

#frontpagecontent
{ 
	float: left; 
	width: 430px;
	padding-right: 10px;
}

#newscontainer
{
	width: 150px;
	border: 1px solid #dfdfdf;
	float: right;
}

#newscontainer .header
{
	font-weight: bold;
	width: 144px;
	color: #505050;
	background-color: #efefef;
	font-size: 8pt;
	padding: 3px;
}

#news
{
	padding: 3px;
}

#news h3
{
	color: Black;
	font-size: 8pt;
	line-height: 1em;
	margin: 0;
}

#topnav
{
	background-color: White;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 150px;
	vertical-align: middle;
	width: 610px;
}

#topnav ul
{
	list-style-type: none;
	list-style-image: url(/AxelToft/Graphics/li_dot.gif);
	list-style-position: outside;
}

#topnav ul li
{
	display: inline;
	padding-right: 15pt;
}

#subnav, #contentarea
{
	float: left;
}
#subnav
{
	width: 140px;
	padding: 5px;
}

#subnav ul li
{
	list-style-type: none;
}

#subnav a:link, #subnav a:visited, #subnav a:hover, #subnav a:active,
#topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active
{
	text-decoration: none;
	color: Black;
	line-height: 15px;
}
#subnav a:hover, #topnav a:hover
{
	text-decoration: underline;
}
#subnav a:link.current, #subnav a:visited.current, #subnav a:hover.current, #subnav a:active.current,
#topnav a:link.current, #topnav a:visited.current, #topnav a:hover.current, #topnav a:active.current
{
	font-weight: bold;
}

#contentarea
{
	width: 600px;
	left: 150px;
	padding: 10pt 5px;
	float: left;
	background-color: White;
	
}
#footer
{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	background-color: #003d7e;
	color: White;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
	color: white;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
.clearfooter
{
	height: 30px;
	clear: both;
}
