﻿
body{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #D3E1D3;
	
	background-image: url(../images/header_gradient.jpg);
	background-repeat: repeat-x;
	
	/*background-color: #199A40; */
    }

#container
{
    width: 720px;
	margin: 10px auto 20px auto;
	padding: 10px;
	border-top: 2px solid #725972;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}

#masthead 
{
	width: 700px;
	height: 150px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#navigation 
{
	position: relative;
	width: 700px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
    border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#149614;
	z-index: 100;
}

#navigation2
{
    position: relative;
    width: 700px;
    margin-left:auto;
    margin-right:auto;
    font-size:x-small;
}

#content
{
    position:relative;
	float: left;
	width: 525px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	z-index:1;
}

#contentRight 
{
	position:relative;
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#partners
{
    clear: both;
    position: relative;
    width: 720px;
    margin-top: 5px;
    margin-bottom: 5px;    
}

#aune
{
    float:right;
    margin-left:5px;
}

#unity
{
    float:right;
}
    
#footer 
{
	text-align: center;
	font-size:x-small;
	clear: both;
	width: 720px;
	border: 1px dotted #d8bfd8;
}


#guideNavigation {
	width: 200px;
	/* top: 5em;  */
	/* left: 1em; */
	width: 13em;	
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#guideNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#guideNavigation li {
	border-bottom: 1px solid #FFFFFF;
}
#guideNavigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 6px solid #149614;
	/* border-right: 1px solid #149614; */
	background-color: #D3E1D3;
	color: #000000;
	text-decoration: none;
}
#guideNavigation li a:hover {
	background-color: #149614;
	color: #FFFFFF;
}
#guideNavigation ul ul {
	margin-left: 12px;
}
#guideNavigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #ED9F9F;
	color: #711515;
}
#guideNavigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#guideNavigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}