body{
	margin: 0;
	padding: 0;
	background: #6666cc;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	color: #ffffff;
	line-height: 17px;
}

div.header{
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;	
	overflow: hidden;
	background-color: #000066;	
	border-bottom: 1px solid #ffffff;
	z-index: 2;
	position: fixed;
        padding-left: 20px;
}

div.main {	
	padding: 0 40px 0 20px;
	z-index: 1;
	float: left;
	margin-left: 210px;
	margin-top: 40px;
}

div.content{
	background-color: #000066;
	padding: 0px 10px 0px 10px;
	width: 100%;
}

div.space{
	height: 20px;
}

div.footer {
    position:fixed;
    bottom:0px;
    width: 100%;
    text-align: left;
    margin-top: -26px;
    height: 26px;
    line-height: 26px;
    background-color: #000066;
    border-top: 1px solid #ffffff;
    z-index: 2;
    padding-left: 20px;
}

a{
	text-decoration: none;
	color: #ffffff;
}

p.logotext {
display:inline;	
font-size: 250%;
    padding-left: 5px;
}


h1{
	background-color: #3300cc;
	border-bottom: 1px solid #ffffff;
	font-size: 110%;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	line-height: 27px;
	width: 100%;
}

input, textarea, select{
	border: 1px solid #ffffff;
	background:#6666cc;
}

/* Navigation */
div.navigation{
	top: -15px;
	width: 210px;
	height:100%;
	background-color: #000066;
	position:fixed;
}

ul.navigation{
	margin-top: 55px;
	padding: 0;
	list-style-type: none;
	line-height: 27px;
}

li.navigation {
	border-bottom: 1px solid #ffffff;
        padding-left: 20px;
}

li.activenavigation, li.navigation:hover {
	border-bottom: 1px solid #ffffff;
        padding-left: 20px;
	background-color:#6666cc;
	font-weight:bold;
}

ul.navigation2{
	margin: 0;
	padding: 0;
	line-height: 27px;
	list-style-type: none;
}

li.navigation2{
	border-top: 1px solid #ffffff;
        padding-left: 20px;
	font-weight:normal;
}

li.activenavigation2, li.navigation2:hover{
	border-top: 1px solid #ffffff;
        padding-left: 20px;
	font-weight:bold;
}