@import "colors_fonts.css";

*{
	margin:0px;
	padding:0px;

}

html{
	overflow-y: scroll;
	height: 100%;
	width: 100%;

}

body {
	margin:0px;
	padding:0px;
	min-width: 1000px;
	text-align: center;

	background-image:  url(../images/bg_site.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	height: 100%;
	width: 100%;
}


#SiteBlock {
	width:1000px;
	background-image:  url(../images/bg_lineart.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}

#introSiteBlock {
	width:1000px;
	
	background-repeat: no-repeat;
	background-position: top left;

}

#IntroCol {
	float: left;
	width: 1000px;
	height: 500px;
	background-color: color;
}

#LeftCol {
	float: left;
	width:416px;
	background-color: color;
	text-align: left;
}

#RightCol {
	float: right;
	width:584px;
	background-color: color;
	text-align: left;
}




a { text-decoration:underline; }
a:hover { text-decoration:none; }


img { 
	behavior: url(iepngfix.htc); 
	border: 0px;
}

p{
	padding-bottom: 16px;
}

.clearboth{
	clear: both;
}





.BG_page_intro {
	margin: 0 auto;
	}

.BG_page {
	background-image:  url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0 auto;
}


	#logo {
	position: absolute;
	margin-left: 0px;
	margin-top: 3px;
	width: 417px;
	height: 119px;
	z-index:300;
		display: block;
	}

		#picLarge {
		margin-left: 14px;
		margin-top: 10px;
		width: 338px;
		height: 558px;
		display:block;
		}

		#picSmall {
		display: block;
		margin-left: 14px;
		margin-top: 10px;
		width: 338px;
		height: 191px;
		display:block;
		}


#Navigation {

		position: absolute;
	margin-left: 0px;
	margin-top: 7px;
	width: 181px;
	background-color: color;
}

	.buttons {
	width: 171px;
	}
		
		.hoverblock {
		width: 171px;
		background-image:url(../images/nav_over.jpg);
		background-position:336px 0;
		background-repeat:no-repeat;
		height:27px;
		}




#ContentCol {
	width:584px;
	margin-top: 0px;
	margin-left:  0px;

}
	#ContentPic {
	float: right;
	width: 388px;
	height: 276px;
	margin-top:12px;
	margin-right: 4px;
	display:block;

	}

	#ContentBlock {
	width: 584px;
	margin-top: 0px;
	margin-left:  0px;
    background-color: color;
	display:block;
	}

		.ContentHeader {
		margin-top: 0px;
		margin-left: 10px;
		display:block;
		background-image:  url(../images/H_line.jpg);
		background-repeat: no-repeat;
		background-position: 80px 13px;
		background-color: color;
		}

		.ContentHeader span {
		font-size: 30px;
		font-weight: normal;
		padding-right:15px; 
		background-image:  url(../images/H_bg.jpg);
		background-repeat: no-repeat;
		background-position: 50px 13px;
		}



		.ContentText {
		margin-left: 10px;
		width: 550px;
		text-align: justify;
		display:table;
		background-color: color;

		}

		.ContentText p {
		font-size: 12px;
		line-height: 24px;
		}
		

		.inforow {
		width 500px;
		height: 18px;
		display: block;
		}

		.formrow {
		width 500px;
		height: 24px;
		display: block;
		}


		.infolabel {
		float: left;
		width: 130px;
		display: block;
		}


		li {
		list-style: square inside;
		}



#footer{
clear: both;
background-color: color;
z-index:270;	
}
	
	.infoLine {
	width: 520px;
	margin-left: 240px;
	}

		.infoLine label{
		padding-left: 21px;
		padding-right: 21px;
	}

			.qlbutton {
		position: absolute;
			margin-top: 6px;
			padding-left: 4px;
			padding-right: 4px;
		}

			 .btn1 {
				margin-left: 0px;
			 }

			  .btn2 {
				margin-left: 100px;
			 }

			  .btn3 {
				margin-left: 203px;
			 }
			 
	#mplink {
	z-index: 500;
	display:block;
	width: 150px;
	height: 37px;
	float: right;
	margin-right: 4px;

}