body {
  background: url(../images/background.jpg) top repeat-x #666;
}

#bluebar {
	background: #356AA0;
	height: 33px;
	color: #fff;
	text-align: center;
	margin: 0;
}

#imagebar {
	background: #669acc;
	float: left;
	width: 100%;
	margin-top: -5px;
}

.sidebar {
	background: #69c;
}

a { color: #356aa0; }
a:hover { text-decoration: none; }
em { font-style: italic; }
strong { font-weight: bold; }

.sidebar a { text-decoration: none;}

#bd {
	background: url(../images/sidebar.jpg) repeat-y right #f8f8f8;
}

#ft {
	background: #356AA0;
	padding: 15px 20px;
	color: #fff;
}

#ft a {color: #fff;}
#ft p {line-height: 150%;}

h1 {
	font-size: 130%;
	margin: 10px 0;
	font-weight: bold;
	padding-bottom: 5px;
    border-bottom: 1px #f4e899 solid;
}

h2 {
	font-size: 120%;
	margin: 7px 0;
	font-weight: bold;
	padding: 3px 0;
	color: #356AA0;
}

.article-listing {
	margin-bottom: 10px;
}

.article-listing h1 {
	font-size: 125%;
	font-weight: bold;
	color: #356aa0;
	margin: 4px 0;
	border: none;
}

.article-listing h2 {
	font-size: 85%;
	font-weight: bold;
	color: #555;
	margin: 4px 0;
	text-transform: uppercase;
}

.article-listing p {
    line-height: 150%;
}

ul.simple li {
	margin: 5px 0 !important;
	list-style-type: none !important;
}

ul.sidemenu li {
	margin: 7px 0 !important;
	text-align: center;
	list-style-type: none !important;
}

ul {
	margin-bottom: 1em;
}

ul li {
	list-style-type: circle;
	margin: 3px 0;
	margin-left: 1.5em;
}

ul.whitelink a {
	color: #fff;
}

#navbar {
	font-size: 75%;

	padding: 0;
}

#navbar img {
    margin: -3px 0;
}

#navbar ul {
margin: 0 auto 0 auto;
padding-left: 5px;
}

	#navbar ul li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0;
	}

		#navbar ul li a {
		display: block;
		text-decoration: none;
		text-align:center;
	    padding: 3px 10px;
		color: #fff;
		}

			#navbar ul li a:hover {
			text-decoration: underline;
			}

#bd p {
	margin-bottom: 1.3em;
	line-height: 1.3em;
}

table tr td {
	padding: 5px;
}

table .sectitle {
	background: #356AA0;
	color: #fff;
	font-weight: bold;	
}

table tr._e td {
	background: #f0f0e8;
}

/* Adam's Additions (borrowed) */

form.styledform {
  margin-bottom: 10px;
}

form.styledform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.styledform ol {
  margin: 0;
  padding: 0;
}
form.styledform li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.styledform label {
  width: 120px; /* Width of labels */
}