@import url("menu.css");

body, html{
	height: 100%;
}

body {
	font-family: verdana;
	font-size:10pt;
	position:relative;
	padding: 0;
	margin: 0;
	color: #000000; /*#17112F;*/
	background: #ffffff;
}
a{
	color:blue;
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
}
.csc-header-n1 h1{
	font-size:48px;
}

img{
	border: 0;
}

#row1{
	clear:both;
	position:relative;
	text-align:left;
	width: 100%;
	height: 35px;
}
hr{
	color: #000;
	background-color: #000;
	height: 2px;
}
#topLeftCorner{
	width: 180px;
	position: absolute;
	left: 0;
	top: 0;
	/* background: #990000;*/
	height: 35px;
}

#rest{
	margin:  0px 0px 0 180px;
	background: #cccc99;
	height: 35px;
}

#row2{
	clear:both;
	position:relative;
	text-align:left;
	width: 100%;
	background: #ffffff;
		
	/* reminding the outer DIV */
	overflow:hidden;
	
	min-height: 100%;
}

#menu{
	width: 180px;
	position:absolute;
	left:0px;
	top: 0px;
}
#content{
	margin:  15px 10px 0 190px;
	overflow:hidden;
}

#content a{
	color: blue;
}

.align-left{
	text-align: left;
}

.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, 
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap{
	margin-right: 50px !important;
	margin-bottom: 20px !important;
}

.csc-textpic.csc-textpic-intext-left{
	overflow: hidden;
}

#footer{
	height: 40px;
	width: 100%;
	float: left;
}
.csc-textpic-caption{
	font-size:10px;
}

.csc-fdfx_2cols_pi1-header.csc-fdfx_2cols_pi1-header-0,
.csc-fdfx_3cols_pi1-header.csc-fdfx_3cols_pi1-header-0{
	display: none;
}

.tx-fdfx2cols-pi1,
.tx-fdfx3cols-pi1{
	float:left;
	clear: both;
	width: 100%;
}

.c2l1d-left,
.c2l1d-middle {
	width: 45%;
	float: left;
}
.c2l1d-left{
	margin: 0 5% 0 0;
}

.c3l1d-left,
.c3l1d-middle,
.c3l1d-right {
	width: 30%;
	float: left;
}
.c3l1d-left,
.c3l1d-middle{
	margin: 0 2% 0 0;
}

#footer{
	clear: both;
	width: 100%;
	text-align: center;
	margin: 50px 0 0px 0;
	font-size: 10px;
	padding: 0 0 30px 0;
	font-family: verdana;
}

#footer a{
	color: red;
}

.line{
	clear: both;
	margin: 20px 0 0px 0;
	height:2px;
	background: url(../imgs/dot.gif);
}
