@charset "utf-8";

*, html {
	margin:0px;
	padding:0px;
	text-align:left;
}

body {
	
	background:#027384;
	margin: 10px 0px;
	padding : 0px;
	font: normal 12px  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color:#000;
}

a
{
	text-decoration:none;
	color:#0586c2;	
	outline:none;
}

a:hover 
{
	text-decoration : underline;
	color:#efd2a8;
}


form, div, p, h1, h2, h3, h4
{
	margin:0px;	
	padding:0px;
	
}

img
{
	vertical-align:top;
	border:none;
}

#main
{
	width : 1000px;
	padding:0px;
	margin : auto;
	background: #254659;
	color:#fff;
}


.clear, .clear-gap
{
	clear:both;
}


/* ---------------------------------- For Header ----------------------------------*/

.top
{
	background:#254659;
	height:258px;
}

.top p
{
	padding:4px;
	text-align:justify;
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	
}

#header-left, #header-right
{
	float:left;
	width:323px;
	height:150px;
}

#header-right
{
	width:676px;
}

.menu
{
	clear:both;
	background:#0e3145;
	height:30px;
	text-align:center;
	color:#fff;
	border-top:2px solid #365c72;
	text-transform:uppercase;
}

.menu a
{
	font:bold 13px/28px Arial, Verdana,  Helvetica, sans-serif;
	color:#fff;
	padding:0px 19px;
}

.menu a:hover 
{
	text-decoration:none;
	color:#efd2a8;
}


/* ---------------------------------- End Header ----------------------------------*/

/* ---------------------------------- For Body ----------------------------------*/

.bg
{
	clear:both;
	margin-bottom:6px;
}

#col-left
{
	float:left;
	width:250px;
	border:1px solid #254d64;
	border-top:0px;
	border-left:0px;
}

#col-right
{
	float:right;
	width:250px;
	border:1px solid #254d64;
	border-top:0px;
	border-right:0px;
}

#col-left h1, #col-right h1
{
	color:#faeec3;
	padding:2px 0px;
	text-align:center;
	font:normal 20px Verdana, Trebuchet MS, Arial,   Helvetica, sans-serif;
	background:url(images/h-bg.gif) 2% 50% no-repeat #0e3145;
	text-transform:uppercase;
	border:1px solid #495f6b;
	
}

#col-left a, #col-right a
{
	font:bold 12px Arial, Verdana,  Helvetica, sans-serif;
	color:#fce6d6;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #2d5165;
	margin:1px 0px 1px 0px;
	padding:2px 0px 2px 18px;
	background:url(images/point.gif) 1% 50% no-repeat #284e64;
}

#col-left a:hover, #col-right a:hover
{
	color:#fcb06c;
	text-decoration:overline;
	background:#25536d;
}



#col-center
{
	float:left;
	width:470px;
	margin:8px 10px;
	text-align:justify;
	line-height:17px;
}

.bottom
{
	clear:both;
	background:#0e3145;
	height:95px;
	font:bold 12px/17px Arial, Helvetica, sans-serif;
	padding:6px;
}



/* ---------------------------------- For Footer ----------------------------------*/

.footer-bg
{
	clear:both;
	background:url(images/footer-bg.gif) left bottom no-repeat #254659;
	padding:4px 0px;
	border-top:2px solid #2d5064;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:25px;
}


/* ---------------------------------- End Footer ----------------------------------*/


