
body {
	background-color: #355584;
}

#top {
  background-color: #7595c4;
  padding-bottom: 55px; 
}
/* 264011 green 
 * 2699AA bluegreen
 * 6f86af steel blue
 * #B0BAC3 lighter
 * #9B591D brown
*/


#top h1 {
	padding: 1% 0 0 1%;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: white;
}

#top h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 5%;
	margin: 0 0 .5em 0;
	color: white;
}

#top h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	padding-left: 5%;
	color: white;
}

#top a{
	text-decoration: underline;
	color: #FFFFFF;
}

#top a:hover {
	text-decoration: underline;
	color: 0000FF;
}

#top img {
	width: 220px;
	margin: 10px 10px 10px 10px;
	padding: 2px 2px 2px 2px;
}

.right {
	float: right;
}

.left {
	float: left;
}

#top a img {
	border: 0;
}

#container {
  width: 90%;
  margin: auto;
  background:
    #ffffff url(pictures/blue.gif) repeat-y left;
}

/* #f1f2ea */
#content  {
  width: 100%;
  background:
    #ffffff url(pictures/blue.gif) repeat-y left;
  float: right;
  margin-left: -200px;
}
#content p{
	font-family: Garamond;
	font-size: 16px;
	padding-left: 4%;
	padding-right: 5%;
}

#content h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 3%;
	padding-right: 5%;
	color: #0044CC;
}

#content h5 {
	font-family: Garamond;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5%;
	padding-right: 5%;
}

#content a:link {
	color: navy;
	text-decoration: none;
}

#content a:visited {
	color: navy;
	text-decoration: none;
}

#content a:active {
	color: navy;
	text-decoration: none;
}

#content a:hover {
	color: #0000FF;
	text-decoration: none;
	background-color: #DDDDDD;
}

#content li{
	font-family: Garamond;
	font-size: 16px;
	margin-left: 5%;
	padding-right: 5%;
}
#sidebar {
  width: 150px;
  float: left;
}
#sidebar p {
	margin: 0 0 0em 0;
}

#sidebar li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: -20%;
	list-style: none;
}

#sidebar li a:link {
	color: navy;
	text-decoration: none;
}

#sidebar li a:visited {
	color: navy;
	text-decoration: none;
}

#sidebar li a:active {
	color: Maroon;
	text-decoration: none;
}

#sidebar li a:hover {
	color: #0000FF;
	text-decoration: none;
	background-color: #CCCCCC;
}

#footer {
  background: #B0BAC3;
  clear: both; 
}
#footer p {
	font-family: Garamond;
	font-size: 14px;
	text-align: center;
}

/* #content*/ #text  {
  background: #ffffff;
  margin-left: 200px;
}
