* {
	margin: 0;
	padding: 0;
}
body {
	color: #888;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-align: justify;
}
a {
	border-bottom: 1px dotted;
	color: inherit;
	text-decoration: none;
}
a:hover {
	border-bottom-style: solid;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: Georgia,"Times New Roman", Times, serif;*/
	font-family: "Palatino Linotype","Book Antiqua",Palatino,"Times New Roman",Times,serif;
	font-weight: normal;
}
h2 {
	border-bottom: 1px dotted;
}
p, ul, h2, h3 {
	margin-bottom: 0.75em;
}
ul {
	list-style-type: none;
}
.wrapper {
	margin: 0 auto;
	width: 980px;
}
#topnav {
	height: 64px;
	text-transform: uppercase;
}
	#topnav ul {
		float: right;
		line-height: 64px;
	}
		#topnav ul li {
			float: left;
			margin: 0 10px;
		}
#logotype {
	float: left;
	margin-top: 24px;
}
#header {
	background-image: url('../img/road-header.jpg');
	height: 256px;
	margin-bottom: 30px;
}
#page {
	/*background-color: #eee;*/
	/*padding: 10px;*/
	overflow: auto;
	padding-bottom: 32px;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol {
	/*border-bottom: 1px solid #ccc;*/
	float: left;
	margin: 0 10px;
	padding-bottom: 0.75em;
}
.onecol {
	width: 120px;
}
.twocol {
	width: 260px;
}
.threecol {
	width: 400px;
}
.fourcol {
	width: 540px;
}
.fivecol {
	width: 680px;
}
.sixcol {
	width: 820px;
}
.sevencol {
	width: 960px;
}
#footer {
	border-top: 1px dotted;
	padding-bottom: 0.75em;
	text-align: center;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.center {
	text-align: center;
}
.invert {
	background-color: #000;
	color: #fff;
}
.contactleft {
	float: left;
	font-variant: small-caps;
}
.course li {
	color: #00a1b1;
}
.course li li {
	color: #888;
}
.valid {
	background-image: url('../img/check-icon.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 8px;
}