/* CSS Document */

html,body {
	background-color: #CFCFCF;
	height:100%;
	min-height:100%;
	background-image:url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
}

#mainbg {
	position:absolute;
	left:530px;
	margin-left:-374px;
	width:749px;
	min-height:100%;
	height:auto;
	background-color: white;
	background-image:url(../images/bg.jpg);
	top: -16px;
}

#header {
	width:749px;
	height:200px;
	flaot:left;
}

#content {
	width:749px;
	flaot:left;
	background-repeat: repeat;
}

#left_column {
	width: 168px;
	height:100%;
	min-height:100%;
	float:left;
	padding-top:2px;
}

#left_column a:link {
	text-decoration: none;
	color:#333333;
}
#left_column a:visited {
	text-decoration: none;
	color:#333333;
}
#left_column a:hover {
	text-decoration: none;
	color:#990000;
}
#left_column a:active {
	text-decoration: none;
	color:#990000;
}

#right_column {
	width: 581px;
	float:left;
}

#right_column_header {
	background-image:url(../../images/text_header.jpg);
	width: 578px;
	height:76px;
	padding-bottom:25px;
	float:left;
	background-repeat: no-repeat;
}

#right_column_text {
	width: 565px;
	padding-left:8px;
	padding-right:8px;
	text-indent: 10px;
	float:left;
}

#right_column_footer {
	background-image:url(../../images/text_footer.jpg);
	width: 578px;
	padding-top:20px;
	height:76px;
	float:left;
	background-repeat: no-repeat;
	background-position: bottom;
}

#clearing {
	clear:both;
	height:78px;
}

#footer {
	width: 749px;
	height:97px;
	float:left;
}

/* font / links*/
.style3 {font-size: 11px; }
.style4 {font-size: 10px; }
.style5 {font-size: 13px; }
.style6 {font-size: 12px}
.style7 {font-size: 12}
.style1 {font-size: 14px}
.style11 {color: #AB0302}
.style12 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style13 {color: #FFFFFF}
.style15 {color: #FFFFFF; font-size: 9px; }
.style8 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style10 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}

