/* CSS Document */

#outerwrapper {
	width: 1023px;
	background-color:#e8d8b3;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin outset 467768;
}

#header {
		 
	width: 100%;	 
		 
		 }
#navigation {
	width: 100%;
	font-family: Calibri;
	color: #064645;
	background-color: #95b4c6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #074747;
	border-right-color: #074747;
	border-bottom-color: #074747;
	border-left-color: #074747;
}

#navigation a:link {
	text-decoration :none;
	color: #FFF;
}

#navigation a:visited {
	text-decoration :none;
	color: #fff;
}
#navigation a:hover {
	text-decoration :none;
	color: #46776b;
}

#maincolumn {
	width: 950px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 20px;
	font-family: Calibri;
	font-size: 0.9em;
	color: #074747;
	text-align: justify;
}

#maincolumn a:link {
text-decoration: none;
color: #95b4c6;

}


#maincolumn a:visited {
	text-decoration: none;
	color:#95b4c6;

}



#maincolumn a:hover {
	text-decoration: underline;
	color: #46776b;
	font-style: italic;
}

#footer {
	width: 100%;
	clear: both;
	font-family: Calibri;
	font-size: 0.75em;
	color: #074747;
	text-align: center;	
}


#footer a:link {
text-decoration: none;	
color: #074747;
}
#footer a:visited {
text-decoration: none;	
color: #074747;	
	
}

#footer a:hover {
text-decoration: underline;	
color: #95b4c6;	
}


.pictureborder {
	border: thin solid #95B4C6;	
	
}
	
