#header {
    text-align:center;
    padding: 30px;
    background: #3366ff;
    font-size: 200%;
    /*line-height: 14px;*/
    font-weight: bold;
   /* padding: 0 12px 6px 12px;*/
    text-decoration: none;
    color: #ffffff;

    margin-left:5%;
    margin-right:5%;
/*    width: 85%; */
}


#content {
	padding: 15px;
	/*margin: 3px 0 20px 0;*/
	/*border: 1px solid #ccc;*/
    margin-left:7%;
    margin-right:7%;
    /*width: 85%;*/
	}

#footer {
    clear: both;
    padding: 2%;
    text-align:center;
    border-top: 1px solid #9FB1BC;
    border-bottom: 1px solid #9FB1BC;
    color:#9FB1BC;
    margin-left:5%;
    margin-right:5%;
  /*   background:#ccffff;    */
}




#navigation {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
    margin-left:5%;
    margin-right:5%;
/*    margin-left:20px;
    width: 85%;*/
	}

#navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}


#navigation a:link, #navigation a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}


#navigation a:link.active, #navigation a:visited.active {
	padding-bottom: 6px;
	color: #000;
	background: url(tab_circle.gif) no-repeat bottom center;
	}

#navigation a:link.active, #navigation a:visited.active, #navigation a:hover {
	padding-bottom: 6px;
	color: #000;
/*	background: url(tab_circle.gif) no-repeat bottom center;*/
	}

h1{
    font-size:150%;
}

h3 {
	font-size: 130%;
	}

h4 {
	font-size: 100%;
	color: #999;
	margin: 0;
	}

body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #eeeeee;
	}


