/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Menu */

#menu {
	width: 804px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 134px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #EEEEEE;
}

#menu a:hover {
	background: #CCCCCC;
}

#menu a#activetab  {
	background: #CCCCCC;
}
/* Footer */

#footer {
    clear:both;
	width: 804px;
	margin: 0px auto;
	padding: 3px 0px 10px 0px;
/*	height: 150px; */
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}
/* Header */

#header {
	width: 804px;
/*	height: 60px; */
	margin: 0px auto;
}
/*
#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	float: right;
	margin: 10px 0px 0px 0px;
	padding-top: 28px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#header h4 {
	float: right;
	margin: 10px 0px 0px 0px;
	padding-top: 28px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}
*/
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
border: none;
}

#nav-menu li
{
/* float: left; */
margin: 0; /* 0.15em; */
border-bottom: 1px solid #90bade;
}

#nav-menu li a
{
/*background: url(background.gif) #fff bottom left repeat-x;*/
height: 2em;
line-height: 2em;
float: left;
width: 100%;
display: block;
/*border: 0.1em solid #dcdce9;
color: #0d2474; */
text-decoration: none;
text-align: center;
font-weight: bold;
/*background: #EEEEEE;*/
background-color: #337bc7; /* middle*/ /*#245891; darkerst*/ /*#4096ee; lightest*/
color: #fff;
}
html>body #nav=menu li a {
width: auto;
}

#nav-menu li a:hover {
/*
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
*/
/*background-color: #2586d7;*/
background: #CCCCCC;
color: #000000;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
/*width:9em*/
background-color: #90bade;
color: #333;
border-right: 1px solid #90bade;
}


body {	
	background: #4096EE url(images/img1.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/*background-color: #4096EE;*/
}

#content h1 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #173E68;
}

#content h3 {
	color: #2F73B8;
}

#content h4 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #173E68;
	text-align:center
}

#content h5 {
	font-size: 12px;
	color: #2F73B8;
	margin-left: 30px;
	margin-top: -20px;
}

DIV.centrebox {
position: absolute;
top: 20px;
width: 804px;
left: 50%;
margin-left: -402px;
padding: 0px 0px 0px 0px;
background-color: #fff; 
}

DIV.leftcol {
float: left;
width: 180px;
height: 100%;
margin: 0px;
margin-top:10px;
padding: 0px;
/*border-right: solid 1px;*/
background-color: #fff;
}


DIV.rightcol {
float: right;
width: 200px;
height: 100%;
margin: 5px;
margin-top:10px;
padding: 0px;
/*border-left: solid 1px;*/
background-color: #eeeeff;
}

DIV.maincol {
margin: 0px 210px 0px 185px;
padding: 0px 10px 10px 10px;
background-color: #fff;
}

DIV.maincolright {
float:right;
width: 589px;
margin: 0px 10px 0px 0px;
padding: 0px 10px 10px 10px;
background-color: #fff;
}

#colFull {
	float: none;
	width: 754px;
	margin-top: 0px;
	margin-left:10px;
	margin-right:10px;
	padding-left: 15px;
	padding-right: 15px;
}

#colRightHalf {
  float:right;
  width:48%;
  margin-top: 10px;
  background-color: #eeeeff;
}

#colLeftHalf {
  float:left;
  width:48%;
  margin-top: 10px;
}