* {
	margin:0;padding:0;
	font-family: arial, sans-serif;
	font-size:12px;
	}
body {
	background-color:#fff;
	}
.lt-center {
	width:750px;
	margin:auto;
	position:relative;
	}
.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 */
div.csc-textpic { overflow: hidden; }
/* --------------------topline------------------------------*/
div#topline {
	border-bottom:1px solid #ccc;
	height: 30px;
	text-align: right;
	}
div#topline ul {
	list-style-type: none;
	}
div#topline ul li {
	float:right;
	line-height:30px;
	}
div#topline ul li a {
	display: block;
	margin-left: 10px;
	color: #000080;
	text-decoration: none;
	}
/*----------header ------------------*/
div#header {
	clear:both;
	height: 200px;
	background-color:#000080;
	position:relative;
	background-image: url("../img/bg-header.png");
	background-repeat: repeat-x;
	}

/*----------header-line----------*/

div#header-line2 {
	height:30px;
	background-color: #ff8b0f;
	clear: both;
	position:relative;
	/*background-image:url("../img/bg-v-grey2white.gif");
	background-repeat: repeat-x;*/
	}
div#header-line2 h1 {
	font-size:2em;
	font-weight:normal;
	letter-spacing:2px;
	}
div#header-line2 .lt-center {
	position: relative;
	height:30px;
	}
div#header-line2 .lt-center .header-font-normal{
	position:absolute;
	z-index:100;
	left:221px;
	top:0px;
	}
div#header-line2 .lt-center .header-font-shadow{
	position:absolute;
	z-index:50;
	left:220px;
	top:1px;
	}
div#header-line2 .lt-center .header-font-normal h1{
	color:#000080;
	}
div#header-line2 .lt-center .header-font-shadow h1{
	color:#ccc;
	}
/*---------content------*/
div#content {
	background-color: #fff;
	clear:both;
	background-image:url("../img/bg-text-body.gif");
	background-repeat:repeat-x;
	padding-top:15px;
	}
	div#content-left {
		float:left;
		width:200px;
		margin-right:20px;
		}
	div#content-main {
		float:left;
		width:520px;
		text-align: justify;
		}
	div#content-right {
		float:left;
		width:180px;
		font-size:0.8em;
		margin-left:20px;
		background-color:#ccc;
		}
		div.content-right-mess {
			border-bottom:1px solid white;
			}
/*------footer ----- */
div#footer {
	margin-top:20px;
	border-top:1px solid #ccc;
	height: 25px;
	text-align: right;
	clear:both;
	}


