/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
		.forms { padding:0px; margin:0px;}
		.inputs { font:normal 12px Tahoma; color:#bfbfbf; border:1px solid #acacae;}
		.inputs2 { font:normal 12px Tahoma; color:#666666; border:1px solid #acacae;}

.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background:url(/i/header.jpg) top left no-repeat;
	height:300px; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
	#logo {position:absolute; margin-top:0px; margin-left:0px; width:213px; height:64px;}
	#slogan {position:absolute; margin-top:113px; margin-left:273px; width:218px; height:32px; background:url(/i/slogan.jpg) top left no-repeat;}
	#banner1 { position:absolute; margin-top:216px; margin-left:512px; width:468px; height:60px; background:#CCCCCC;}
	#menutop { position:absolute; margin-top:300px; margin-left:330px; width:670px; height:47px; background:url(/i/maintop.jpg) top left no-repeat; text-align:center;}
	#menutop span {padding-left:20px; padding-right:20px;}
	#menutop a {font:bold 14px Tahoma; color:#0075d9; text-decoration:none;}
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(/i/leftbg.jpg) top left no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
 	padding:0px;
}
	#leftcol {padding:80px 10px 10px 25px;}
	#leftcol h3 {font:bold 14px Tahoma; color:#0075d9; margin:0px;}
	#autoriz { background:url(/i/autoriz.jpg) top left no-repeat; padding-left:57px;}
		#autoriz h2 { font:bold 12px Tahoma; color:#0075d9; margin:0px; padding:0px 0px 3px 0px;}
		#autoriz p { padding:6px 0px 0px 0px; margin:0px;}
		#autoriz p a { font:bold 11px Tahoma; color:#0075d9; text-decoration:underline;}
		#autologin { background:url(/i/bg_login.gif) top left no-repeat; height:18px; width:100px; padding-left:22px; }
		#autopassword { background:url(/i/bg_password.gif) top left no-repeat; height:18px; width:100px; padding-left:22px; }
		
		#lichcab h2 { font:bold 12px Tahoma; color:#0075d9; margin:0px; padding:0px 0px 3px 0px;}
		#lichcab p { padding:6px 0px 0px 0px; margin:0px;}
		#lichcab p a { font:bold 11px Tahoma; color:#0075d9; text-decoration:underline;}	
	
	.opros { background:#f7f7f7; width:240px;}
	.opros2 { background:url(/i/left_opros.jpg) top left repeat-y;}
	.opros3 { background:url(/i/left_opros_top.jpg) top left no-repeat; padding-left:60px;}
		.opros3 h2 { font:bold 12px Tahoma; color:#0075d9; margin:0px; padding:0px 0px 3px 0px;}
		.opros3 h4 { font:bold 11px Tahoma; color:#6d6d6d; margin:0px; padding:0px 0px 3px 0px;}
		.opros3 p { background:url(/i/opros_punkt.jpg) top left no-repeat; padding:6px 0px 0px 0px; margin:0px; font:normal 11px Tahoma; color:#6d6d6d;}
		.opros3 p a { font:bold 11px Tahoma; color:#0075d9; text-decoration:underline;}
	
	.divs0{font:normal 12px Tahoma; color:#6d6d6d; padding-top:10px;}
		.divs0 a {font:bold 12px Tahoma; color:#0075d9; text-decoration:underline;}
		.divs0 a:hover { text-decoration:none;}
	.divs1{padding:5px 0px 0px 20px; font:normal 12px Tahoma; color:#6d6d6d;}
		.divs1 a { color:#0075d9; text-decoration:underline;}
		.divs1 a:hover { text-decoration:none;}
	.divs2{padding:2px 0px 0px 40px; font:normal 11px Tahoma;}
		.divs2 a { color:#6d6d6d; text-decoration:underline;}
		.divs2 a:hover { text-decoration:none;}
	
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 330px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
		#content {padding-top:50px;}
		#content h1 {font:bold 14px Tahoma; color:#0075d9;}
		#content h2 {font:bold 12px Tahoma; color:#0075d9; padding:5px; margin:0px;}
		#content h2 span {font:bold 12px Tahoma; color:#0075d9; padding:5px; margin:0px;}
		#content p {font:normal 11px Tahoma; color:#6d6d6d;}
		#content p a {font:normal 11px Tahoma; color:#0075d9;}
		#puth a {font:normal 10px Tahoma; color:#6d6d6d;}
		.tables td { padding:5px; font:normal 12px Tahoma; color:#6d6d6d;}
		.tables td h2 {font:bold 12px Tahoma; color:#0075d9; padding:5px; margin:0px;}
		.tables td h2 span {font:bold 12px Tahoma; color:#0075d9; padding:5px; margin:0px;}
		.tables td a { color:#0075d9;}
		.tables td p { padding:3px; margin:0px;}
		.tables th {font:bold 12px Tahoma; color:#0075d9; padding:0px 0px 5px 15px; margin:0px;}
		.tables th a {font:bold 12px Tahoma; color:#0075d9;}
	
	#fizcat { background:url(/i/fizcat.jpg) top left no-repeat; padding-left:80px;}
	#psicat { background:url(/i/psicat.jpg) top left no-repeat; padding-left:80px;}
	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/i/footer.jpg) top left no-repeat;
	height:101px; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
