﻿	body {
	line-height: 16px;
	font-family: "tahoma", serif;
	font-size: 76%;
	margin-top: 0px;
	background-image: url(images/back_blue.jpg);
	background-repeat: repeat-x;
	color:#666666;
	background-color: #fff;
	}
	
.navcontainer
    {
    margin: 0px 0 0 30px;
    padding: 0;
    height: 20px;
    }

.navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 2px;
margin: 0;
}

.navcontainer ul li a
{border-right: 1px solid #6A849D;
background: #fff;
width: 80px;
height: 15px;
border-top: 1px solid #6A849D;
border-left: 1px solid #6A849D;
border-bottom: 1px solid #6A849D;
padding: 2px;
margin: 0 0 10px 0;
color: #6A849D;
text-decoration: none;
display: block;
text-align: center;
font: 0.9em tahoma, lucida, sans-serif;
}

.navcontainer ul li a:hover
{
color: White;
background: #C9D3DC;
}

.navcontainer a:active
{
background: #6A849D;
color: #fff;
}

.navcontainer li#active a
{
background: #6A849D;
color: #fff;

}
#containerboth{ 
		padding-right: 50px;
		padding-left:50px;
}

#content 
		{
		width:600px;
		border-top: 1px dashed #EDF1F2;
		text-align: justify;
		font-size: 0.9em;		
		padding: 10px;
		margin: auto;
		background-color:#fff;
		color: #666666;
		background-image: url(images/shad.jpg);
		background-repeat: no-repeat;
		}
img
{
    vertical-align: top;
	float:left;
	border: 1px solid #eee;
	padding: 3px;
	margin:5px;
}

#footer {
		    height: 50px;
			background-image: url(images/footer.jpg);
			background-repeat: no-repeat;
			background-position: bottom;
		    margin-left:auto;
		    margin-right:auto;
		}