body {
	background: #DDEEFF;
	color: #333333;
	font: normal 12px Verdana, Arial, sans-serif;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
a:link { color: #0099FF; text-decoration: none; }
a:visited { color: #0099FF; text-decoration: none; }
a:hover { color: #00CCFF; text-decoration: none; }
a:active { color: #0099FF; text-decoration: none; }

p { margin: 0px 0px 10px 0px; }
form { margin: 0px }

#body { background: #FFFFFF; width: 740px; }
	#body:after { content: ""; display: block; clear: both; }
#header { background: url(images/header.jpg); height: 100px; width: 740px; }
#navigation { background: #0099FF url(images/background_navigation.gif) repeat-x; color:#FFFFFF; height: 30px; width: 740px; font-weight: bold; }
	#navigation a:link { color: #FFFFFF; padding: 9px 10px 9px 10px; }
	#navigation a:visited { color: #FFFFFF; padding: 9px 10px 9px 10px; }
	#navigation a:hover { background: #666666; color: #FFFFFF; padding: 9px 10px 9px 10px; }
	#navigation a:active { color: #FFFFFF; padding: 9px 10px 9px 10px; }
	html>body #navigation a:link { padding-top: 8px; }
	html>body #navigation a:visited { padding-top: 8px; }
	html>body #navigation a:hover { padding-top: 8px; }
	html>body #navigation a:active { padding-top: 8px; }
	#navigation ul { margin: 0px 0px 0px 0px; }
	#navigation li { display: inline; line-height: 30px; list-style: none; }
#left { float: left; margin: 10px 0px 10px 10px; text-align: left; width: 550px; }
	#left p { line-height: 1.5; }
#right { float: right; margin: 10px 10px 10px 0px; width: 160px; }
#footer { background: #0099FF url(images/background_navigation.gif) repeat-x; clear: both; color:#FFFFFF; line-height: 20px; width: 740px; }
	#footer a:link { color: #FFFFFF; }
	#footer a:visited { color: #FFFFFF; }
	#footer a:hover { color: #000000; }
	#footer a:active { color: #FFFFFF; }
h2 { color: #0099FF; margin-bottom: 5px; margin-top: 5px; }
h3 { color: #0099FF; margin-bottom: 5px; margin-top: 5px; font-size: 1.6em; }

.headtitle {
    color: #FFFFFF;
    font: bold 12px Verdana, Arial, sans-serif;
    background: #0099FF;
    padding: 2px; }
h3.article-title { color: #0099FF; margin-bottom: 5px; margin-top: 5px; font-size: 1.6em; text-align: center; }

#article_footer a { font-weight: bold; margin-right: 25px; width: 50%; }
.related_articles { width: 520px; background: #E5E5E5; border-bottom: 1px solid #000000; font-weight: bold; padding: 2px; }