body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0;
}
body {
	background-color: #c4dffd;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
img {
    border: none;
}
#wrapper {
    width: 920px;
	margin: auto;
}
#header {
    height: 185px;
}
#nav {
    width: 880px;
	height: 28px;
	background-image: url(images/nav.gif);
	padding: 12px 20px 0 20px;
}
#nav ul {
    margin: 0px;
	padding: 0px;
}
#nav li {
    list-style: none;
	display: inline;
}
#nav a:link {
    color: #fff;
	margin-right: 20px;
	font-weight: bold;
	text-decoration: none;
}
#nav a:visited {
    color: #fff;
	margin-right: 20px;
	font-weight: bold;
	text-decoration: none;
}
#imagebox {
    margin-bottom: 20px;
}
.content {
    background-color: #fff;
}
.content a:link {
    color: #333;
    text-decoration: none;
}
.info {
    background-image: url(images/whitetop.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 20px 20px 0 20px;
}
.info ul {
    margin: 0;
	padding: 0;
	width: 680px;
}
.info li {
    list-style: none;
}
.info span.small {
    width: 180px;
	font-weight: 700;
	float: left;
}
.info span.long {
   width: 500px;
   float: left;
}
.infobottom {
    background-image: url(images/whitebottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
}
#footer {
    height: 80px;
	margin-top: 10px;
}
#footer a:link, a:visited {
    color: #333;
    text-decoration: none;
}