@charset "utf-8";

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

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

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 : 800px;
	padding:0px;
	margin : auto;
	background: #fff;
}


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


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

.top
{
	background:#c6d37b;
	height:100px;
}

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

.menu
{
	clear:both;
	background:#e4ce95;
	height:26px;
	text-align:center;
	color:#990000;
	border-top:1px solid #d9c48c;
	border-bottom:1px solid #d9c48c;
	text-transform:uppercase;
}

.menu a
{
	font:bold 12px/26px Arial, Verdana,  Helvetica, sans-serif;
	color:#990000;
	padding:0px 19px;
}

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


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

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

.bg
{
	clear:both;
}

h2
{
	color:#990000;
	padding:2px 0px;
	text-align:left;
	font:normal 20px Verdana, Trebuchet MS, Arial,   Helvetica, sans-serif;
	border-bottom:2px solid #cfdc83;
	
}

.center
{
	clear:both;
	text-align:center;
	width:480px;
	margin:auto;
}

#col-left
{
	float:left;
	width:275px;
	border:1px solid #edd99a;
	border-top:0px;
	border-left:0px;
}

#div-right
{
	float:right;
	width:520px;
}

#col-right
{
	float:right;
	width:165px;
	text-align:justify;
	line-height:17px;
	padding-right:15px;
	margin-top:8px;
}

#col-left h1
{
	color:#990000;
	padding:2px 0px;
	text-align:center;
	font:normal 18px Verdana, Trebuchet MS, Arial,   Helvetica, sans-serif;
	background:#c3d078;
	text-transform:uppercase;
	border:1px solid #cfdc83;
	
}

#col-left a
{
	font:bold 10px Verdana, Arial,   Helvetica, sans-serif;
	color:#085890;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #ebd89f;
	margin:1px 0px 1px 0px;
	padding:2px 0px 2px 18px;
	background:url(images/point.jpg) 1% 50% no-repeat #f1dea5;
}

#col-left a:hover
{
	color:#990000;
	text-decoration:overline;
	background:#f7e7b5;
}



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

.bottom
{
	clear:both;
	background:#c6d37b;
	height:100px;
	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 #f0deab;
	padding:3px 0px;
	border-top:2px solid #e3d19d;
	text-align:center;
	color:#000;
	font-weight:bold;
	line-height:21px;
}


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

