body {
	background-color: #f2efbc;
	font-family: Verdana, Arial, sans-serif;
	margin: 10px 0px;
	padding: 0px;
}
#body {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	border: 1px solid #6ab6d6;
	background: #ffffff;
}
#topbar {
	height: 210px;
	background-color: #7bc7e7;
}
#topbar img {
	border: 0px;
}
#navbar {
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}
#navbar p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 70%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #dddddd;
}
#navbar p a, #navbar p a:visited {
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #1188c0;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #dddddd;
	margin-right: 2px;
}
#navbar p a:hover {
	color: #1188c0;
	background-color: #f2efbc;
}
a {
	color: #1188c0;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #222222;
	text-decoration: none;
}
hr {
	color: #6ab6d6;
	height: 1px;
}
ol {
	list-style: lower-alpha;
}
#content {
	padding: 20px;
	overflow: auto;
	background-color: #ffffff;
}
#left {
	width: 340px;
	float: left;
}
#right {
	width: 340px;
	float: right;
}
#left p, #right p, #singlecol p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 75%;
	color: #222222;
	line-height: 1.3em;
	letter-spacing: 0.01em; 
	text-align: justify;
}
#left h1, #right h1, #singlecol h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 90%;
	color: #1188c0;
}
#left h2, #right h2, #singlecol h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #1188c0;
}
#left ul, #right ul, #singlecol ul {
	list-style-type: disc;
}
#left li, #right li, #singlecol li {
	font-size: 75%;
	color: #222222;
	line-height: 1.3em;
	letter-spacing: 0.01em; 
}
.clr {
	clear: both;
}
#contact {
	border: 1px solid #6ab6d6;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#contact p {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.01em; 
	margin-top: 0px;
	margin-bottom: 0px;
	color: #1188c0;
}
.imgr {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.imgl {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
div#onesteptitle {
	clear: both;
	margin-bottom: 15px;
}
#footer {
	background-color: #7bc7e7;
	text-align: center;
	border-top: 1px solid #6ab6d6;
}

#footer p {
	padding-top: 5px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 70%;
	color: #555555;
}
#footer p a, #footer p a:visited {
	color: #555555;
}
#footer a:hover {
	color: #ffffff;
}
