/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #151514;
	background-color: #12416b;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #12416B;
	text-decoration:none;
}
a:visited {
	color: #A8A9AD;
	font-weight:bold;
}
a:hover {
	font-weight:bold;
	text-decoration:underline;
	color: #F58221;
}
#wrapper{
	margin:0 auto;
	text-align:left;
	width:800px;
	background-color:#FFFFFF;
}

#header{
	margin-top:6px;
	background: url(../images/pg_header_bpo.gif) no-repeat;
	width:800px;
	height:60px;	
}
#footer{
	color:#12416b;
	font-size:10px;
	padding-top:10px;
	width:800px;
	height: 20px;
	background-color:#ebf0f4;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #12416b;
	text-align:center;
}
/* --------------------------Main menu starts--------------------------*/
#menu {
	margin-top:1px;
	float:left;
	width:800px;
	background:#e67817;
}
#menu ul {
	margin:0;
	padding-left:12px;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu a {
	float:left;
	padding:6px 10px;
	color:#12416b;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
	font-weight:bold;
	background-color:#12416b;
}
/* --------------------------Main menu ends--------------------------*/
#Content{
	width: 800px;
	padding:10px 35px 0px 35px;
}
.Content_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #e67817;
	text-decoration: none;
}
