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;
}
	
p 
{	
	margin: 0 0 5px 0;	
}
	
h2
{
    font-size: 13px;
    color: #6A849D;
}

a
{
    color: #6A849D;
    text-decoration: underline;
}	

a:hover
{
    color: #CDCC02;
}

a:visited
{
	color: #993333;
}

#containerLeft
{
	float: left;
    
    color: white;
    font-size: 2.2em;
    
    line-height: 32px;				
}

#container
{
	width: 700px;						
    margin-left: 145px;
	margin-right: auto;				
}

#banner
{
	height: 230px;
	padding: 5px;
	margin-bottom: 1px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}

#content 
{
	border-top: 1px dashed #EDF1F2;
	text-align: justify;
	font-size: 1.2em;
	padding: 5px;
	margin-left: 200px;
	background-color:#fff;
	color: black;
	background-image: url(images/shad.jpg);
	background-repeat: no-repeat;
	
	line-height: 20px;
}

#sidebar-a 
{		
	float: left;
    width: 170px;
	border-top: 1px dashed #EDF1F2;
	background-image: url(images/shad.jpg);
	background-repeat: no-repeat;
}

#sidebar-a h1
{
    border-bottom: 1px dotted #993333;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
}

#containerboth
{ 
	padding-right: 30px;
	padding-left: 30px;
}

#footer 
{
    height: 110px;
    clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
	text-align: center;
}

.fotext
{
	border-top: 1px dashed #EEEEEE;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 12px;
	padding-top: 10px;
	color:#6A849D;
}

.navcontainer
{
    margin: 190px 0 0 27px;
    padding: 0;
    height: 20px;
	font-size: 1.2em;
}

.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: 90px;
    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 ul li strong
{
    border-right: 1px solid #6A849D;
    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;
    text-decoration: none;
    display: block;
    text-align: center;
    font: 0.9em tahoma, lucida, sans-serif;
    color: White;
    background: #C9D3DC;
}

.navcontainer a:active
{
    background: #6A849D;
    color: #fff;
}

.navcontainer li#active a
{
    background: #6A849D;
    color: #fff;
}

.news
{
    border-bottom: 1px dashed #ddd;
    padding-left: 5px;
    color: #9D9C6A;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box
{
	background-color: #EDF1F2;
	border: 1px solid #BFCAD5;
	padding: 10px;
	font-size: 0.9em;
	color: #6A849D;
}

.box h2
{
	color: #993333;
	font-size: 1.2em;
	
}

.imgright
{
    vertical-align: top;
	border: 1px solid #eee;
	padding: 3px;
	float: right;
	margin: 5px;
}

.imgleft
{
    vertical-align: top;
	float:left;
	border: 1px solid #eee;
	padding: 3px;
	margin:5px;
}

.gallery img
{
    border: none;
}
