body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 75%;
	color: #313834;
	margin: 0px;
	background: #EDFAF3 url(/images/body-bg.gif) repeat-x;
}

#header {
	background: #313834 url(/images/header-bg.gif) repeat-x;
	border-bottom: #BBBBBB solid 1px;
}

#header h1 {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #D8F0D1;
}

h2 {
   margin: 0px;
}

#found {
	padding: 3px;
	background: #FFFFFF;
}

#footer {

}

#header .middleCol {
	background: #313834 url(/images/header-bg.gif) repeat-x;
	color: #D8F0D1;
}

#footer .middleCol {
	clear: both;
	width: 665px;
	margin: 0 auto 0 auto;
}

#footer p {
	padding-top: 15px;
}

.entry {
   padding-bottom: 15px;
   padding-top: 15px;
}

#main .middleCol {
	border-left: #CDCDCD solid 1px;
	border-right: #CDCDCD solid 1px;
        position: relative;
}

.middleCol {
	width: 665px;
	margin: 0 auto 0 auto;
	background: #D8F0D1;
	padding-left: 15px;
}

#menu {
	padding-top: 5px;
	padding-bottom: 5px;
}

#header a,#header a:visited {
   color: #D8F0D1;
}

a, a:visited {
   color: #313834;
}

ul {
   list-style-type: none;
}

ol {
	clear: both;
	padding-top: 5px;
		padding-bottom: 5px;
		margin: 0px;
}

li {
	padding: 5px;
	padding-left: 20px;
}

ol a, ol a:visited
{
	text-decoration: none;
	color: #313834;
}

ol a:hover
{
	text-decoration: none;
	color: #D8F0D1;
	background: #313834 ;
}

p {
	margin: 0px;
	padding: 5px;
}

#search {
   position: absolute;
   top: 0px;
   right: 0px;
   color: #D8F0D1;
   margin: 15px;
}

#sidebar {
   background: #313834 url(/images/header-bg.gif) repeat-x;
   margin-top: 10px;
   color: #D8F0D1;
}

.postinfo {
   margin-top: 10px;
}

.very_slight {
	background: url(/images/flag_very_slight.gif) no-repeat left;
}

.slight {
	background: url(/images/flag_slight.gif) no-repeat left;
}

.medium {
	background: url(/images/flag_medium.gif) no-repeat left;	
}

.severe {
	background: url(/images/flag_severe.gif) no-repeat left;
}

.very_severe {
	background: url(/images/flag_very_severe.gif) no-repeat left;
}