body {
	margin: 0;
	padding: 0;
	background: #004890 url(../images/body_back.gif) no-repeat center top;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrapper {
	margin: 0 auto;
	background-color: #ffffff;
	width: 718px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#sidebar {
	margin-top: 17px;
	float: left;
	width: 193px;
}
#content {
	margin-top: 17px;
	float: left;
	width: 521px;
	border-left: 1px solid #7C9FC6;
	background-image: url(../images/content_back.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#content p {
	margin: 20px 100px 0 20px;
	line-height: 1.5em;
}

#content ul, #content ol {
	margin: 20px 100px 0 50px;
}
#content li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#content h2 {
	margin: 30px 100px 0 0;
	padding: 5px 0 5px 20px;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	color: #074481;
	background-color: #c4d0e6;
	border: 1px solid #074481;
	border-left: 0;
}
#content a:link, #content a:visited {
	color: #004890;
	text-decoration: none;
	padding: 0 1px 2px 1px;
	border-bottom: 1px solid #004890;
}
#content a:hover, #content a:active {
	background-color: #D9EDEE;
	border-top: 1px solid #004890;
}
#footer {
	margin: 0 auto;
	padding: 8px 0 15px 0;
	width: 720px;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
}
#footer a:link, #footer a:visited {color: #ffffff;}

#clearer {
	clear: both;
}
.navbar {
	background-image: url(../images/nav/nav_back.jpg)
}
em {width: auto}
img.left {
	float: left;
	margin-right: 7px;
}
img.right {
	float: right;
	margin-left: 7px;
}
div#contact {
	width: 160px;
	padding: 5px 2px;
	margin: 20px 0 0 7px;
	border: 1px solid #7C9FC6;
	text-align: center;
	background-color: #EDF8F8;
}

div#contact a:link, div#contact a:visited {
	color: #004890;
	padding: 0 1px 2px 1px;
}
div#contact a:hover, div#contact a:active {
	background-color: #D9EDEE;
}