* { 
	margin : 0; 
	padding : 0; 
	}

body {
	color: #000;
	font: 11.5px/16px verdana;
}

div#container {
	position : absolute;
	width: 936px;
	margin : 0 0 0 0;
	text-align : left;
	height: 100%;
	}

div#navigation {
	font-family: verdana;
	position : absolute;
	text-align: left;
	width: 965px;
	top: 15px;
	height: 20px;
	left: 15px;
	font-size: 12px;
	color: #FFF;
	background-color:#000;
	padding: 5px;
	}

a.navitems:link {
	color:#FFF;
	text-decoration : none;
	}

a.navitems:visited {
	color:#FFF;
	text-decoration : none; 
	}
	
a.navitems:hover {
	color:#C00;
	text-decoration : none;
	}
	
div#mainmenu {
	position : absolute;
	text-align: right;
	width: 360px;
	height: 62px;
	right: 0px;
	top: 50px;
	z-index: 1;
	}
	
div#head {
	position: absolute;
	width: 289px;
	height: 196px;
	top: 276px;
	left: 0px;
	z-index: 1;
	background-color: #ffffff;
	}
	
div#content1 { 
	position : relative;
	top: 80px;
	left: 100px;
	width : 392px; 
	float: left;
	height: 850px;
	}
	
div#content2 { 
	position : relative; 
	width : 420px; 
	padding-left: 24px;
	padding-top: 40px;
	top: 80px;	
	float: right;
	height: 100%;
	}

div#cmshead {
	position : relative;
	width: 256px;
	height: 100px;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	background-color:#ffffff;
	left: 65px;
	}
	
div#cmscontent { 
	position : relative;
	float: left;
	width : 700px; 
	padding-left: 100px;
	}

.details {
	position : absolute; 
	margin-top: 12px;
	width: 200px;
	}	

.menuitem {
	font-family: verdana;
	font-size: 13px;
	}	
	
a:link, a:visited {
	color : #333;
	text-decoration : none;
	font-stretch: expanded;
	}

a:hover {
	color:#C00;
	text-decoration: underline;
	}

a:active {
	text-decoration: underline;
	}

.titletext2 {
	font-family: verdana;
	font-size: 13px;
	color:#000;
	}
	
.extratext {
	color : #000; 
	}
	
.menutitle {
	font-family: verdana;
	font-size: 14px;
	}	

a.extralink:hover {
	color:#C00;
	text-decoration : none;
	}

a.extralink:link {
	color:#C00;
	text-decoration : none;
	}

a.extralink:visited {
	text-decoration : none; 
	}

a#chosen {
	color:#C00;
	text-decoration: underline;
	}

a#download {
	text-decoration: none;
	}

form p { 
	margin : 0; 
	}

input, textarea, checkbox, file {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999782;
	text-align: left;
	padding : 2px;
	font-size: 12px;
	color: #333333;
	border: thin solid #d5d5d5;
	}

input:focus, textarea:focus, file:focus, checkbox:focus {
	background: #ffc;
	}

ul {
	color:#000000;
	padding-left: 15px;
	}
	
#navcontainer ul {
	list-style-type: none;
	text-align: left;
	}

#navcontainer ul li a {
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color : #333;
	}

#navcontainer ul li a:hover {
	background: transparent url(images/list-off.gif) left center no-repeat;
	color: #ff1e00;
	}

#navcontainer ul li a#current {
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #ff1e00;
	text-decoration: underline;
	}

