body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}
html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/column.jpg);
	background-repeat: repeat-y;
	text-align: left;
	background-color: #FFFFFF;
}#logo {
	background-image: url(images/logo.png);
	background-repeat: ;
	height: 350px;
	width: 700px;
}
#mainphoto {
	background-image: url();
	height: 255px;
	width: 700px;
}
#nav {
	background-color: #003399;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	text-transform: capitalize;
}
#navlist a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bolder;
}
#navlist a:hover {
	color: #666666;
}
#shadow {
	height: 17px;
	width: 700px;
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
}
#col1 {
	float: right;
	width: 500px;
}
#col2 {
	float: right;
	width: 200px;
}
#col1content p {
	margin-bottom: 10px;
	color: #000000;
	font-size: 13px;
	line-height: 140%;
	text-align: justify;
}
#col1content {
	padding: 0px 15px 15px;
	
}
#footer {
	clear: both;
	height: 35px;
	width: 700px;
	background-image: url(images/footer.jpg);
}
#col2content {
	padding: 10px;
	text-align: left;
}
.imageborder {
	padding: 5px;
	border: 1px solid #3A4A14;
	background-color: #F2F3F4;
}
.subhead {
	font-size: 11px;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar {
	margin-bottom: 10px;
	color: #000000;
	font-size: 10px;
	line-height: 140%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 5px;	
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 5px;	
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 5px;	
}
#footer p {
	color: #EEEBE8;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 0px;
        link color:#ffffff;
	
}
a:link {
	color:#3366cc;
	text-decoration: none;
}

a:visited {
	color:#3366cc;
	text-decoration: none;
}
a:hover {
	color:#0059b4;
	text-decoration: underline;
}
a:active { color:#a0a0a0;}


a.external:link {
                color: #ffffff;
                text-decoration: none;
}
a.external:visited {
                   color: #ffffff;
                   text-decoration: none; 
}


a.external:hover {
                 color: #ffffff;
                 text-decoration: underline;
}

a.external:active {color:#ffffff; } 

<!-- Paste this code into the CSS section of your HTML document  -->

ul#menu {
  width: 100px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 10px;
  padding: 15px;
}

ul#menu ol {
  display: none;
  text-align:left;
  list-style-type: none;
  margin: 15px;
  padding: 15px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 13px;
  color: #003399;
}

ul#menu li {
  border-bottom: solid 2px #FFFFFF;
  line-height: 25px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #333333;
}

ul#menu a.active {
  color: #333333;
}



