﻿/* CSS layout */
body {
	background-color: #aac3ca;font-size: 0.8em;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
}
#page {
	border: 1px solid #4A2B22;
	background-color:#ffffff ;
	width: 900px;
	margin: auto;
	line-height: 180%;
}
#masthead {
	background-color: #b2aa7e;
	height: 180px;
}

#topnavigation {
	margin-left: 0px;padding-top:10px;
	background-color: #ffffff;
	height: 50px;
}

#pagecontent {
	margin: 20px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
	
}
#footer {
	border-top-style: solid;
	border-width: 2px;
	border-color: #4A2B22;
	height: 70px;
	width: 830px;
	margin: auto;

}
/* Navigation Styles */


#topnavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#topnavigation li {
	float: left;
}
#topnavigation a {
	text-decoration: none;
	color: #4b2d23;
	font-size: 13px;
	letter-spacing: 0px;
	padding: 10px 0 9px 0;

}
	
#topnavigation a:hover {
	color: #2f1f15;
	text-decoration: underline;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	text-align: center;
	color: #000;
	margin: 0px;
	padding-top: 10px;
}

#footer a {color:  #000;text-decoration: none;}
#footer a:hover {color: #000;text-decoration: underline;}
	
a:link {color:#4455ee;text-decoration:underline;}
a:visited {color: #3344bb;}
a:hover{color:#ee4444;}

.sm {
	font-size: 11px;
}
.menu_img {
	vertical-align: middle;
}

h2 {font-size:15px;font-weight:bold;margin-left:-20px;color:#333;}
h3 {font-size:14px;font-weight:bold;margin-left:-20px;color:#333;}
strong {color: #333;}


b {color:#415663;}
.center {text-align:center;}
#links {padding-bottom:6px;padding-top:6px;}
#links a{color:#00f;}#links a:hover{color:#f00;}#links a:visited{color:#00a;}
#wf {text-align:right;margin:auto;width:900px;}
#wf a {color: #577586;text-decoration: none;font-size:10px;}
#wf a:hover {color: #7a99a9; text-decoration: underline;}

