/*----------  Resets ----------*/
body, address, blockquote, dl, ol, ul, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, pre
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #d7d7d7;
	scrollbar-3dlight-color: #3e3e3e;
	scrollbar-arrow-color: #3e3e3e;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #e3e3e3;
	height: 100%;
}

/* commented backslash hack \*/
html, body
{
	height: 100%;
}
/* end hack */
body
{
	color: #000;
	padding: 0;
}
#wrapper
{
	min-height: 100%;
	margin: 0 auto;
	width: 1001px;
	position: relative;
	margin-top: -50px; /* make space for footer */
}
* html #wrapper
{
	height: 100%;
}

#header
{
	background: #FFF;
	background-image: url(../images/top.jpg);
	width: 1001px;
	height: 83px;
	clear: both;
	margin: 50px -197px 0px; 
	position: relative;
	z-index: 2;
}
* html #header
{
	height: 83px;
}
/* IE6 treats height as min-height*/
#footer
{
	color:#CCC;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
	height: 41px; /*height & padding = 50px */
	width: 1001px;
}
#inner
{
	margin-right: 197px;
	position: relative;
	z-index: 2;
}
#middle
{
	background: #FFF;
	margin-left: 197px;
	z-index: 2;
}
#content, #content2
{
	width: 594px;
	position: relative;
	float: left; /* contain clearing */
	text-align: left;
}
#content2
{
	margin: 0 -1px; /* moz needs this */
	text-align: justify;
}
#left
{
	background: url(../images/left.jpg) repeat-y;
	width: 197px;
	margin-left: -197px;
	height: 557px;
	position: relative;
	float: left;
	z-index: 2;
}
#right
{
	background: url(../images/right.jpg) repeat-y;
	width: 210px;
	margin-right: -210px;
	height: 557px;
	position: relative;
	float: right;
	z-index: 2;
}
/* clear without structural mark-up */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* mac hide - force layout in IE \*/
.clearfix
{
	display: block;
}
#imgBlue
{
	position: relative;
	width: 594px;
	height: 221px;
}
#center
{
	margin: 0 -1px; /* moz needs this */
	text-align: justify;
	background: #FFF; /* 	width: 594px; 	height: 100%; 	float: left; */
}
#footer
{
	background-image: url(../images/footer.jpg);
	width: 1001px;
	height: 43px;
	clear: both;
}
#maintext
{
	margin-top: 225px;
	width: 594px;
	height: 295px;
}
#text
{
	margin-top: 30px;
	width: 594px;
	height: 295px;
	overflow: auto;
}
.h1
{
	font-family: tahoma;
	font-size: 14px;
	color: #6fc0fe;
	margin-top: 80px;
	margin-left: 40px;
}
.h2
{
	font-family: tahoma;
	font-size: 18px;
	color: #6fc0fe;
	margin-left: 20px;
}
.h3
{
	font-family: tahoma;
	font-size: 14px;
	color: #aaaaaa;
	margin-left: 20px;
	margin-right: 20px;
}
.h4
{
	font-family: tahoma;
	font-size: 18px;
	color: #6fc0fe;
	margin-left: 20px;
	margin-top: 20px;
}
.h5
{
	font-family: tahoma;
	font-size: 14px;
	color: #aaaaaa;
	margin-left: 105px;
}
.h6
{
	margin-left: 20px;
	margin-top: 7px;
	font-family: tahoma;
	font-size: 12px;
	color: #6fc0fe;
}
#slipsar
{
	margin-left: 20px;
}
#link
{
	margin: 90px 0 0 35px;
}
#link a:link, a:visited
{
	font-family: tahoma;
	font-size: 14px;
	color: #6fc0fe;
	text-decoration: none;
}
#link a:hover
{
	font-family: tahoma;
	font-size: 14px;
	color: #6fc0fe;
	text-decoration: underline;
}

