body {
	margin: 20px 0 5px;
	padding: 0;
	background: #F2F9FD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #3C3C37;
	font-size: 90%;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 20px;
	background-color: #FFFFFF;
}

#header {
	width: 800px;
	height: 150px;
	margin: 0px auto;
	background: url(images/header.jpg) no-repeat left top;
	border-bottom: 1px solid #FFFFFF;
}

#menu {
	height: 27px;
	background: url(images/bg-strip.gif) no-repeat left top;
	}
	
#menu ul {
	margin: 0px;
	padding: 0;
}


#menu ul li {
	display: inline;
}

#menu ul li a
{
	padding: 0.3em 1em 0.4em;
	background-color: #007CC2;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFFFFF;
}

#menu ul li a:hover
{
	background-color: #D3EE2C;
	color: #007CC2;
}

#content {
	width: 800px;
}
#left {
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 800px;
}

#right {
	float: right;
	width: 250px;
	margin: 1px 0px;
}

h1, h2, h3 {
	color: #007CC2;
	background-color: #D3EE2C;
	padding: 5px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #9CB50F;
	border-right-color: #9CB50F;
	border-bottom-color: #9CB50F;
	border-left-color: #9CB50F;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

p {
	line-height: 1.5em;
}

blockquote {
	background-color: #F3FBCA;
	border-top: 5px none #9CB50F;
	border-right: 5px none #9CB50F;
	border-bottom: 5px none #9CB50F;
	border-left: 5px solid #9CB50F;
	padding: 5px;
	width: 400px;
	margin-left: 10px;
	font-style: normal;
	text-align: justify;
}

a {
	color: #007CC2;
}

a:hover {
	text-decoration: none;
	color: #9CB50F;
}

#footer {
	clear: both;
	width: 800px;
	height: 30px;
	background: url(images/bg-strip.gif) no-repeat;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	padding: .6em;

}
.imgborder {
	border: 1px dotted #007CC2;
	margin-bottom: 10px;
}

