body {
	background: #dfdfdf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#container {
	width: 810px;
	margin: 0px auto;
	}

#header {
	background: #dfdfdf url('../images/header_bg.gif') repeat-y;
	padding: 0em 5.3em;
	}
	
	#header h1, #header h2 { display: none; }
	
	#header .lang {
		text-align: left;
		float: left;
		}
	
	#header .login {
		text-align: right;
		float: right;
		}
		
	#header .lang, #header .login {
		display: block;
		color: #505050;
		background: #c3c3c3 url('../images/login_bg.gif') no-repeat left;
		text-decoration: none;
		font-weight: bold;
		padding: .5em 1.5em .5em 2.4em;
		margin: .1em;
		margin-top: 1.5em;
		}
		
	#header .lang:hover, #header .login:hover {
		color: #0971c1;
		}

#content {
	background: #fff;
	clear: both;
	}
	
	.clearance { clear: both; }
	
	p { margin: 15px 0px; }
	
	/* index classes */
	#icontent {
		background: #f8f8f8;
		width: 778px;
		margin: 0em auto;
		}
	
		.indexBox {
			background: #fff url('../images/indexBox_bg.gif') no-repeat;
			width: 379px;
			height: 99px;
			float: left;
			margin: .4em;
			}
			
			.indexBox:hover .iB_right ul  {
				display: block;
				}
		
			.iB_left {
				width: 138px;
				padding: 15px;
				float: left;
				}
				
				.iB_left h3 {
					color: #0772bc;
					}
					
				.lm_link {
					display: block;
					clear: both;
					padding: 15px 5px 0px 5px;
					}
					
					.lm_link a:link, .lm_link a:visited {
						color: #575757;
						text-decoration: none;
						}
			
			.iB_right {
				width: 181px;
				padding: 1.5em;
				float: right;
				}
				
				.iB_right ul {
					display: none;
					margin: 0em;
					padding: 0em;
					}
					
				.iB_right li {
					list-style: none outside;
					padding: 1px 0px;
					}
					
				.iB_right a:link, .iB_right a:visited {
					color: #8b8b8b;
					text-transform: uppercase;
					text-decoration: underline;
					}
	/* end index classes */
	
	.headimg {
		height: 167px;
		}
		
		.home_link {
			display: block;
			width: 279px;
			height: 116px;
			margin: 0px 0px 0px 57px;
			}
		
		#cText_container {
			width: 703px;
			margin: 0px auto;
			padding: 5px 0px;
			}
		
			.cText_top {
				background: #fff url('../images/cText_top.gif') no-repeat;
				height: 31px;
				}
			
			.cText {
				background: #fff url('../images/cText_bg.gif') repeat-y;
				padding: 5px 50px;
				}
				
				.cText h3 {
					color: #0e80ce;
					background: #fff url('../images/secondary_h2_bg.gif') no-repeat right;
					text-transform: uppercase;
					font-size: 1.3em;
					float: left;
					padding-right: 15px;
					}
			
			.cText_bottom {
				background: #fff url('../images/cText_bottom.gif') no-repeat;
				height: 38px;
				}
	

#footer {
	background: #dfdfdf url('../images/footer_bg.gif') no-repeat;
	padding: 0em 5.3em;
	text-align: center;
	padding-top: 4.9em;
	}
	
	#footer ul {
		margin: 0em auto 2.3em auto;
		padding: .5em;
		border-top: 1px solid #acacac;
		width: 85%;
		}
		
	#footer li {
		list-style: none outside;
		display: inline;
		padding: 0em .7em;
		border-right: 1px solid #5b5b5b;
		}
		
	#footer a:link, #footer a:visited {
		color: #5b5b5b;
		text-decoration: none;
		}
		
.required {
	color:#0092bf;
	font-weight: bold;
	font-size: 8pt;
	}
		