/* Edit background color and border color */

body {
	background-color: #FAFAD2;
}
#container {
   background-color: #fff;	
}
#top {
   background-color: #D3E0FF;
   border-bottom: 1px solid gray;
}
#footer {
	background-color: #D3E0FF;
	border-top: 1px solid gray;
}
#content {
   border-left: 1px solid gray;
   border-right: 1px solid gray;
}
/* Header and subheader color */
#top h1 {
	color: white;	
}
#top h2 {
	color: #cccccc;
}
/* Button color */
#leftnav ul li a {
   background-color: #D3E0FF;
	color: #000080;
}
#leftnav ul li a:hover {
   background-color: #66CCFF;
	color: #000000;
}

/* End of color edit */

#container {
   width: 90%;
   margin: 10px auto;
   color: #333;
   border: 1px solid gray;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

#top {
   margin-top: 0;
   padding: 0.1em;
   background-image: url(header.jpg);
   background-repeat: no-repeat;
   background-position: top right;
   height: 130px;
}

#top h1 {
	font-family: 'times new roman', times, serif;
	font-size: 30px;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 70px;
	margin-bottom: -3px;
}

#top h2 {
	font-family: arial, sans-serif;
	font-size: 17px;
	padding-left: 70px;
	font-variant: small-caps;
}

h3 {
	font-family: arial, verdana, sans-serif;
	color: #000080;
	font-size: 25px;
	border-bottom: 1px solid #cccccc;
	width: 95%;
	line-height: 120%;
	text-align: center;
}

/* Left Nav */

#leftnav {
   float: left;
   width: 170px;
   margin: 0;
   padding: 1em;
}

#leftnav ul {
	line-height: 160%;
	list-style-type: none;
	width: 165px;
	margin-left: 0;
	padding: 0;
}

#leftnav ul li a {
border: 1px solid;
padding: 2px;
padding-left: 2px;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #313156 #0D0D56 #0D0D56 #313156;
display: block;
margin: 0px;
width: 100%;
text-align: left;
}

#leftnav ul li a:hover {
border: 1px solid;
padding-left: 2px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
border-color: #0D0D56 #313156 #313156 #0D0D56;
text-decoration: none;
}

/* Right Nav */
#rightnav {
   float: right;
   width: 200px;
   margin: 0;
   padding: 1em;
}

#rightnav ul {
	margin-left: 0;
	margin-top: 20px;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 150%;
}
#rightnav ul li a {
	text-decoration: none;
	color: #000080;
}

#rightnav ul li a:hover {
	border-bottom: 1px dashed blue;
}

/* Content */
#content {
   margin-left: 200px;
   margin-right: 230px;
   padding: 1em;
}

#footer {
   clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	text-align: center;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#listings a {
	color: #000080;
	font-size: 12px;
	font-weight: bold;
}
#listings a:hover {
	text-decoration: none;
}
#listings small {
	color: #575757;
}
#readmore small {
	font-size: 12px;
}
#readmore a {
	#000080;
}
