/* CSS Document */
/*Layout for Second Level Pages*/

/*header*/
#hdrbox{
	padding: 0px;
	height: 105px;
	width: 100%;
	text-align: left;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	background: url(../images/2nd-hdr-bg-2.gif) no-repeat left bottom;
}

/*nested inside hdrbox*/
#hdrtitle{
	padding-top: 17px;
	padding-left: 397px;
	text-align: right;
}
#hdrphoto{
	text-align: left;
	padding: 27px 58px 6px 19px;
}
#hdrmargin{
	width: 60%;
	background: url(../images/2nd-hdr-marginbg.gif) repeat-x left bottom;
}

/*navigation*/
div#navboxbg{
	width: 100%;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	background: #FFCC33 url(../images/2nd-nav-bg.jpg) repeat left top;
	text-align: left;
	
}
div#navbox{
	width: 757px;
	height: 35px;
	overflow: hidden;
}
/*content*/
#mainbox{
	width: 100%;
	text-align: left;
	padding: 0px;
}

/*nested inside mainbox*/
#secondnavbox{
	width: 214px;
	color: #FFCC00;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
}

#contentbox{
	padding: 18px 20px 15px 10px;
	width: 528px;
	vertical-align: top;
	text-align: justify;
	min-height: 300px;
	background: #FFFFFF;
}
/*bottom elements*/
.linespan{
	height: 2px;
	width: 100%;
	border-top: 1px solid #003366;
}
div#footer{
	width: 743px;
	padding-left: 16px;
	color: #FFFFCC;
}
