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


body {
	background-color:#2B60DE;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	}




h1 {
	color:#000;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: -1px;
}


h2 {
	color: #069;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}


/***************IMAGES*****************/
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}


.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/***************ENDS IMAGES**************/


/***************href links*****************/
a, a:link {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}


a:visited {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
/**************href links**************/



/*****************************OUTER WRAPPERRRRRRR********************/
#outerWrapper {
	text-align: left;
	width: 800px;
	background-color:#f1f1f3;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
/*********************feature home page**********/
#outerWrapper #feature {
	height: 225px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/*****************contnt***************************/
#outerWrapper #contentWrapper {
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
	padding-top: 20px;
}


#outerWrapper #contentWrapper #content {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 15px;
	color: #333;
	font-size: 12px;
	line-height:23px;
	float: left;
	width: 700px;
	padding-right:20px;
	text-align:justify;
}





.clearFloat {
	clear: both;
	display: block;
}




/**********************header**********************/
#header {
	text-align: left;
	padding-left: 10px;
	background:#39F url(../images/header.jpg);
	height:100px;
}
/*********************HEADER ENDS***************/



/**************TOP NAVIGATION*********************/
##top_nav {
	float:left;
	width:100%;
	font-size:93%;
	border-bottom:1px solid #2763A5;
	line-height:normal;
	}


#top_nav ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	font-size:14px;
	}

#top_nav li {
	display:inline;
	margin:0;
	padding:0;
	}

#top_nav a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#top_nav a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#top_nav a span {float:none;}

/* End IE5-Mac hack */
#top_nav a:hover span {
	color:#FFF;
	}

#top_nav a:hover {
	background-position:0% -42px;
	}

#top_nav a:hover span {
	background-position:100% -42px;
	}
/******************************TOP NAVIGATION ENDS**************************/



/***************FOOOOTERRRRRRRRRRRRRR********************/
#footer {
	color:#FFF;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image:url(../images/8f,1.jpg);
	background-repeat:no-repeat;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color: white;
}
/**************FOOTER ENDS****************/






