/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center; /* for centering layout in IE 5.x */
	background-color: #999999;
}

div, p {
	color: #4c4c4c;
	background: left;
	font: 11px/15px Arial, Helvetica, sans-serif;
	list-style: inside;
}

p {line-height: 15px;}

a {color: #000; text-decoration:none;}
a:hover {color: #666; text-decoration: underline;}

div.clear {clear: both}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #CFB35F;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333333;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	color: #990000;
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
}


/* STRUCTURE BLOCK  -----------------------------------------------------------------------------------------*/
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 746px;
	background: url(../images/color.gif) repeat;
}

#header {
	margin: 0 0 0px 0;
	background: #333333;
}

#scroller {
	margin: 0px;
	background: #000;
	padding: 6px;
}

#headlinks { 
	margin: 5px 0px 0px;
	float: right;
	width: 205px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#side-a {
	float: left;
	width: 176px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 570px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background: #999999;
}

#leftbanner {
	float: none;
	width: 170px;
	margin: 15px 0px 0px;
}

#sitesafe {
	float: none;
	width: 170px;
	margin: 15px 0px 0px;
}


/* FOOTER BLOCK  -----------------------------------------------------------------------------------------*/

#footerBlock {
	padding: 0;
	position: absolute;
	font-size: 12px;
	line-height: 10px;
	color: #414141;
	height: 15px;
	text-align: left;
	font-weight: bold;
}

#footerBlock a:link {
	color: #333;
	text-decoration: none;
}
#footerBlock a:visited {
	color: #333;
	text-decoration: none;
}
#footerBlock a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CFB35F;
}
#footerBlock a:active {
	color: #E37823;
	text-decoration: none;
}
