@charset "utf-8";
/* CSS Document */

.menu, .content, .maincont { background-color:#91bed4; }
/* body, .footer{ background-color:#304269; } */

body {
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	background-color:#304269;
}

a:link    {	color: #d9e8f5;	text-decoration: none;}
a:visited {	color: #d9e8f5;	text-decoration: none;}
a:hover   {	font-style: none;	color: #ffffff;	text-decoration: underline;}
a:active  {	color: #ffffff;	text-decoration: none;}

.fckie {
    top:0px;
    left:0px;
    width:100%;
    position:absolute;
    z-index:1;
}

.pagecont {
	padding:0px;
	margin:0px;
}

.headercont {
	padding:0px;
	margin:0px;
}

.header {
	height:82px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	text-align:right;
}

.topleft {
/*	float: left;  */
}
.topright {
/* 	float: right;  */
}
.bottomleft {
/*	float: left;  */
}
.bottomright {
/* 	float: right;  */
}

.ibottomright {
	background-image: url(../img/ibottomright.png);
	background-repeat: no-repeat;
	background-position: 50px 50px; 
}

.gradient {
	height:10px;	
	background:url(../img/whitebar.png);
	background-repeat: no-repeat;
	background-position:right;

}

.maincont {
	padding:0px;
	margin:0px;


}

.menu {
	width:170px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	font-size:medium;
	font-family: Arial, Helvetica, sans-serif;

}
.menu h2 {
	font-size:medium;
	margin-bottom:5px;
}
.menu div {
	color:#00FF00;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:small;
	font-weight:bold;
	/* background-image: url(../img/icon_arrow.jpg); 
	background-repeat: no-repeat;
	background-position: 40px center;  */
}
.menu div a:link {
	text-decoration: none;
}
.menu div a:hover {
	text-decoration: none;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
}
.menu div a:visited {
	text-decoration: none;
}
.menu div a:active {
	text-decoration: none;
}

.content {
	min-height:200px;
	padding:20px;
	border:1px #FFFFFF;

}
.contentbg {
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#999999;
	background-color:#CCCCCC;
}

.footer {
/*	height:100px; */
	width: 300;
	text-align:center;
	background-color:91bed4;
	
	
}

.footer span {
	color:#006;
	font-size:small;
	padding-left:2px;
	padding-right:2px; 
}

.logo1 {
	height:120px;
	width: 200px;
	padding-top:12px;
	padding-right:0px;
	padding-bottom: 0px;
	text-align:center;
	vertical-align: center;
	float: right;
	background-color:#91bed4;
	z-index: 90;
    top:0px;
    right:0px;
    position:absolute;

}