body {
	padding: 0;
	margin: 0;
	font-family: Georgia, Times, serif;
	background: #BDBEC0 url(images/body_back.gif) 50% 0 repeat-y;;
}
	#container {
		margin: 0 auto;
padding-bottom: 20px;
		width: 750px;
position: relative;
	}
		#header {
			width: 130px;
			float: left;
			padding-top: 75px;
			position: relative;	
		}
			#header h1 {
				margin: 10px 20px 50px 20px;
				width: 83px;
				height: 87px;
				background-image: url("images/logo.gif");
				background-repeat: no-repeat;
				background-position: 0 0px;
				overflow: hidden;
				text-indent: -10000px;
				padding: 0;
			}
				
				#header h1 a {
					display: block;
					height: 100%;
				}

			#header ul {
				list-style-type: none;
				padding:0;
				margin: 0 20px 10px 20px;
				font-size: 0.76em;
			}

				#header ul li {
					margin-bottom: 10px;
				}
				
					#header ul li a {
						text-decoration: none;
						color:#000;
					}
					
						#header ul li a:hover, #header ul li a.here {
							text-decoration: underline;
						}

					#header ul li ul {
						padding: 10px 0 0 0px;
						margin:0;
						font-size: 1em;
					}
					
						#header ul li ul li a {
							color:#999;
						}
		img.topimg {
			background-color:#333;
			width: 620px;
			float: left;
			border-bottom: 5px solid #fff;
		}	
		#content {
			padding-top: 10px;
			_padding-top: 20px;
			float: left;
			width: 460px;
		}
			#content h2 {
				font-size: 1.4em;
				font-weight: normal;
				color:#848FAF;
				line-height: 1.4em;
				margin-left: 20px;
				margin-right: 20px;
			}
			
			#content h2 span { color:#5E7199; }
			
			#content h3 {
				font-weight: normal;
				color:#848FAF;
				margin-bottom: 10px;
				margin-left: 20px;
				margin-right: 20px;
			}
			
			#content h4 {
				font-weight: normal;
				color:#848FAF;
				margin-bottom: 10px;
				margin-left: 20px;
				margin-right: 20px;
			}
			
			#content p {
				font-size: 0.76em;
				line-height: 1.7em;
				margin-left: 20px;
				margin-right: 20px;
				color:#333;
			}

			#content p.error {
				color: #cc1100;
				font-weight: bold;
				padding: 5px;
				background-color: #fff;
			}
		#content ul {
				font-size: 0.76em;
				line-height: 1.7em;
				margin-left: 0px;
				margin-right: 20px;
				color:#333;
			}
#content div.hr {
	margin: 10px 20px;
	border-top: 1px solid #ccc;
	clear:both;
}

	#content div.hr hr {
		display: none;
	}

#content img.right {
float: right;
margin: 0 20px 20px 20px;
}

	#benefits {
		width: 160px;
		float: left;
	
	}
		#benefits div.box {
			font-family: Arial, Helvetica, sans-serif;
		}
			#benefits div.box h3 {
				color:#848FAF;
				margin-left: 10px;
				margin-right: 10px;
				font-size: 0.8em;
			}
			
			#benefits div.box p {
				color:#848FAF;
				margin-left: 10px;
				margin-right: 10px;
				font-size: 0.7em;
				line-height: 1.4em;
			}
		
			#benefits div.green h3, #benefits div.green p {	color:#528D4D; }

			#benefits div.box a img {
				border: none;
				margin-left: 5px;
				width: 155px;
			}

			#benefits div.box p a {
				display:block;
				background-image: url(images/readmore_blue.gif);
				height: 18px;
				overflow: hidden;
				text-indent: -10000px;
			}

	#footer {
		position: absolute;
		top: 600px;
		left: 0px;
		width: 130px;
		z-index: 1000;
	}
	
		#footer p {
			font-size: 0.76em;
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 20px;
			line-height: 1.4em;
		}

		#footer p .tele {
			color:#999;
		}

		#footer p a {
			text-decoration: none;
			color:#000;
		}
			#footer p a:hover {
				text-decoration: underline;
			}
			
	#credit {
		padding: 5px;
	}
	
		#credit p {
			font-size: 70%;
			text-align: center;
			margin: 0;
		}
		
			#credit p a {
				color: #999;
				text-decoration: none;
			}
			
				#credit p a:hover {
					text-decoration: underline;
				}
			
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */