﻿

.displayed{

	display: block;
    margin-left: auto;
    margin-right: auto;
    padding:0px;

    }
 

#navcon ul {

width:960px;
list-style-type: none;
text-align: center;
border-bottom:thick #003333 solid;
border-top:thin #003333 solid;
display: block;
margin-left: auto;
margin-right: auto;
padding:5px;}


#navcon ul li {
display:inline;
 }
 
#navcon ul li a{
 
	color:#003333;
	background-color:#669999;
	font-size:30px;
	border-radius:5px;
	text-decoration:none;
	margin:0px 20px;
	padding:2px;
	
}

#navcon ul li a:hover{
 
	color:#669999;
	background-color:#003333;

}

body{
   background-image:linear-gradient(to bottom, white, #669999);
   background-repeat:no-repeat
}

section{
width:960px;
display: block;
margin-left: auto;
margin-right: auto;
padding:0px;
border-bottom:thin #003333 solid;
padding-bottom:5px;
color:#003333;
}

.f-left{
	float:left;
	margin:5px 10px 0px 0px;
    border:thin #003333 solid;
	text-align:center;

}
.f-right{
	float:right;
	margin:5px 0px 0px 5px;
	border:thin #003333 solid;
	text-align:center;
	
	
}

.foot{
    clear:both;
	text-align: center;
	background-color:#003333;
	color:#669999;
	width:960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding:0px;

}

#navcon2 ul {
width:960px;
list-style-type: none;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
padding:5px;}

   

#navcon2 ul li {
display:inline;
 }
 
#navcon2 ul li a{
 
	color:#669999;
	font-size:15px;
	text-decoration:none;
	margin:0px 20px;
	padding:2px;
	border-left:thin #669999 solid;
	border-right:thin #669999 solid;
}

#navcon2 ul li a:hover{
 
	color:#003333;
	background-color:#669999;

}

a{
  color:#003333;
  font-size:19px;
  font-weight:bold;
	
}

a:hover{
color:#669999;
background-color:#003333;

	
}

a:active{
	
}

a:visited{
}

.docnav{
clear:both;
line-height:50px;
padding:30px;

	
}

