/* CSS Document */
/*basic colors
blue #00225F
light blue #C4D1FE
green #B0AA00
light green #E1DD9E
gray #ABACB1
light gray #DEDFE3
*/
.csc-textpic-clear {
	height:5px;
	_height:5px;
	min-height:5px;
	}

body {	text-align:center;
	color:#00225F;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-size:13px;
	}
.clear {
	clear:both;
	}
.accentcolor {
	margin-right:5px;
	color:#00225F;
	}
.activecolor {
	color:#C4D1FE;
	}
	
.content{
	_height:50px;
	min-height:50px;
	}
.borderLine .content{
	margin:15px 10px 10px 10px;
	_height:50px;
	min-height:50px;
	}
.button{
	margin:30px 5px 5px 5px;
	_height:15px;
	min-height:15px;
	font-weight:bold;
	}
.btnFixed .button{
	margin:15px 5px 5px 5px;
	_height:15px;
	min-height:15px;
	font-weight:bold;
	}
.wrp {
	text-align:left;
	width:800px;
	_height:200px;
	min-height:200px;
	margin:0px auto 0px auto;
	text-align:left;
	background-image:url(../img/body.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	}
.header {
	width:800px;
	height:170px;
	background-image:url(../img/header/header_1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}

#mainmenu li {
		text-align:center;
		margin:10px 40px 0px 0px;
		float:left;
		list-style:none;
		}
		#mainmenu a {
		font-style:italic;
		color:#00225F;
		font-weight:bold;
		font-size:15px;
		text-decoration:none;
		}

.contentwrp {
	margin-top:15px;
	width:800px;
	_height:200px;
	min-height:200px;
	}
.footer {
	float:right;
	margin-top:-200px;
	width:160px;
	height:80px;
	}

.leftcol {
	float:left;
	width:560px;
	_height:50px;
	min-height:50px;
	}
.leftcolTOP {
	margin:0px 0px 10px 0px;
	width:100%;
	float:left;
	_height:50px;
	min-height:50px;
	}
.leftcolCNTR {
	width:100%;
	float:left;
	_height:200px;
	min-height:200px;
	}
.leftcolBTM {
	margin:10px 0px 0px 0px;
	width:100%;
	float:left;
	_height:50px;
	min-height:50px;
	}
.borderLine {
	border-left:1px solid #00225F;
	border-bottom:1px solid #00225F;
	background-image:url(../img/corner_content.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
.borderLineGreen {
	border-left:1px solid #00225F;
	border-bottom:1px solid #00225F;
	background-image:url(../img/corner_tab_green.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
.borderLineBlue {
	border-left:1px solid #00225F;
	border-bottom:1px solid #00225F;
	background-image:url(../img/corner_tab_blue.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
	.borderLineBlue ,.borderLineGreen {
	color:#FFFFFF;
	}
	.borderLineBlue a ,.borderLineGreen a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
.btnWide{
	margin:10px 0px 0px 0px;
	width:230px;
	float:left;
	_height:50px;
	min-height:50px;
	cursor:pointer;
	}
.btnFifth{
	margin:10px 5px 0px 0px;
	width:108px;
	float:left;
	_height:50px;
	min-height:50px;
	cursor:pointer;
	}
.btnFixed{
	margin:10px 0px 0px 0px;
	margin-left:10px;
	width:80px;
	float:left;
	_height:35px;
	min-height:35px;
	cursor:pointer;
	}
.rightcol {
	float:right;
	width:230px;
	_height:100px;
	min-height:100px;
	margin-bottom:200px;
	}
	.rightcolItm{
	width:230px;
	float:left;
	_height:20px;
	min-height:20px;
	margin-bottom:10px;
	}
	
	