body{
	margin:0px;
	margin-top:0px;
	background-color:#FFFFFF;	
}

#main_container{
	width:857px;
	margin:0 auto;
	font-family:Arial;
	font-size:12px;
}

/* START TOP BANNER PLACE HOLDER */

#top_banner{
	display:block;
	width:840px;
	height:150px;
}


#top_banner .logo{
	padding-top:15px;
	padding-left:10px;
	float:left;
}

#top_banner .companyname{
	padding-top:22px;
	padding-left:8px;
	float:left;
}

#tag_line{
	display:block;
	float:right;
}

#tag_line .bpc{
	padding-top:30px;
	padding-right:0px;

}

#tag_line .text{
	padding-top:5px;
	padding-right:0px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#d30900;
}

#top_banner .pic{
	padding-top:0px;
	float:right;
}


/* END TOP BANNER PLACE HOLDER */

/* START SEPERATORS */

#top_seperator{
	display:block;
	background-color:#ffffff;
}

#navigational_seperator{
	display:block;
	background-color:#ffffff;
}

/* END SEPERATORS */


/* START  TOP-HORIZONTAL # NAVIGATION */

#top-navigation{
	text-align:center;
}

#container{
	color:#ffffff;
	text-align:center;
	width:80px;
	display:block;
	border:1px;
	border-style:solid;
	border-color:#b7b7b7;
	margin-right:.29em;
	float:left;
}
#container .text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	height:20px;
	background-color:#446b8b;
	padding-top:5px;
}

#container .text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}

#container .text a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#a0e2ff;
}

#container .icon{
	height:40px;
	/*height:80px;*/
	background-color:#ffffff;
	margin-top:5px;
	margin-bottom:5px;
	
}

    		
/* END TOP-HORIZONTAL # NAVIGATION */

/* START CONTENT */

#content{
	display:block;	
	border-top:13px;
	border-bottom:13px;
	margin:0px;
	padding:0px;
	float:left;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	/*border:dotted;	*/
}

#content .pagetitle{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#004177;
	letter-spacing:1px;
	float:left;
}

#content .maintitle{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#d75e05;
	letter-spacing:1px;
	float:left;
	text-transform:uppercase;
	margin-top:10px;
}

#content .subtitle{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#001892;
	letter-spacing:1px;
	float:left;
	text-transform:capitalize;
	margin-top:5px;
	margin-left:9px;
}

#content .text{
	font-family:Verdana;
	font-size:11px;
	color:#898989;
	float:left;
	margin-left:9px;
	margin-top:10px;
	text-align:justify;
	line-height:150%;
}

#mylegend{
	font-family:Verdana;
	font-size:11px;
	color:#898989;
	float:left;
	margin-left:9px;
	text-align:justify;
	line-height:150%;
	vertical-align:top;
}

#content .highlight{
	margin-right:5px;
	width:298px;
	height:108px;
	margin-left:45px;
}

#content .vertical-line{
	background-image:url(vertical-line.gif);
	background-position:center;
	margin-right:5px;
	width:1px;
	height:98px;
	margin-left:310px;
	margin-top:-15px;
	background:#FFFFFF;
}

#content .line {
	margin-top:7px;
	height:1px;
	color:#ffffff;
	width:840px;
	display:block;
	border:1px;
	border-style:solid;
	border-bottom-color:#b7b7b7;
	margin-right:.29em;
	float:left;
}

#content .bottom-right-text{
	margin-right:5px;
	width:298px;
	margin-left:10px;
	margin-top:0px;
}

#content .normal-link a{
	color:#d80030;
	float:right;
	text-decoration:underline;
}
#content .normal-link a:hover{
	color:#001892;

	text-decoration:underline;
}

table. mentor{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: rgb(255, 255, 240);
}
table.mentor th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color:#446b8b;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.mentor .td1 {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color:#e7e7e7;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.mentor .td2 {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color:#FFFFFF;
	-moz-border-radius: 0px 0px 0px 0px;
}


ul{
	list-style-image:url(bullet.gif);
	margin-left:0;
	padding-left:1.5em;
	margin-top:10px;
}

ul .text{
	font-family:Verdana;
	font-size:11px;
}

fieldset{
	border: 1px solid #003c78;
	margin:0px;
	padding:0px;
}

legend{
	color: #003c78;
	padding: 2px 5px;
}

#clear{
	clear:both;
}

/* END CONTENT */

/* START FOOTER */

#footer{
	width:835px;
	height:auto;
	display:block;
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	letter-spacing:-.1m;
	/*border:dashed;*/
}

#footer .link a{
	color:#001892;
	text-align:center;
	text-decoration:none;
}

#footer .link a:hover{
	color:#000000;
}

#footer .copyright{
	color:#666666;
	text-align:center;
	text-decoration:none;
}

#footer .copyright a{
	color:#666666;
	text-align:center;
	text-decoration:none;
}

#footer .link copyright:hover{
	color:#000000;
}


#footer ul {
	margin-left: 0;
	padding-left: 5;
	display: inline;
}

#footer ul li {
	margin-left: 10;
	padding: 0px 10px;
	border-left: 1px solid #001892;
	list-style: none;
	display: inline;
}

#footer ul li .first{
	margin-left: 100;
	padding: 0px 10px;
	border-left: 0px 
	list-style: none;
	
}


/* END FOOTER */
