html { height: 100.02%; }

* {
	margin: 0;
	padding: 0;
}

body {
	background: #666666 url(../images/bg.gif) top center repeat-y;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #000;
	text-align :center;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #808080;
}

#header {
	width: 580px;
	w\idth: 560px;
	height: 90px;
	he\ight: 60px;
	background: #000 url(../images/header.gif) no-repeat;
	padding-top: 30px;
	padding-left: 20px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;	
}

#container {
	width: 580px;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 580px;
	w\idth: 544px;
	height: 30px;
	background:  url(../images/horizontal.gif);
	font-weight: bold;
	font-size: 10pt;
	padding-top: 6px;
	padding-left: 36px;
}

#horizontal a, #horizontal a:visited {
	color: #21187C;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#content {
	float: left;
	width: 560px;
	margin: 10px 0 0 4px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	background:  url(../images/h2bg.gif) top left repeat-y;
}

HR { text-align: center; width: 95%; height: 1px; color: #999999; border: none; } /* For Internet Explorer */
HTML>BODY HR { text-align: center; margin-right: 0; width: 95%; height: 1px; background-color: #999999; border: none; } /* For Gecko-based browsers */
HTML>BODY HR { text-align: center; margin-right: 0; width: 95%; height: 1px; background-color: #999999; border: 0px solid #999999; } /* For Opera and Gecko-based browsers */

p {
	font-size: 10pt;
	margin-bottom: 20px;
	padding-left: 14px;
	background:  url(../images/articlebg.gif) top left repeat-y;
}

#footer {
	color: #666;
	background-color: #F9F9F9;
	clear: both;
	width: 560px;
	margin-left: 6px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #666;
}

#footer a:hover {
	color: #808080;
}
