body
{
	margin: 0;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	
	background-color: #1c3865;
	background-image: url([URL]images/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a
{
	text-decoration: none;
	color: #7599bf;
}

a:hover
{
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
}

h1
{
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
}

h2
{
	font-size: 18px;
	font-weight: normal;
}

h3
{
	font-size: 14px;
	font-weight: normal;
}

#top
{
	background: url([URL]images/page_bg.jpg) top repeat-x;
}

#header
{
	width: 919px;
	height: 150px;
	margin: 0 auto;
	background: url([URL]images/header.jpg) left center no-repeat;
}

#page_bg
{
	background: #284b81 url([URL]images/stripes.jpg) bottom repeat-x;
}

#page_main
{
	width: 900px;
	margin: 0 auto;
	background: url([URL]images/content_bg.jpg) left center repeat-y;
	padding: 0px 10px;
}

#nav_upper
{
	width: 900px;
	height: 31px;
	overflow: none;
}

#nav_lower
{
	width: 899px;
	height: 30px;
	margin-top: 1px;
}

#splash
{
	height: 147px;
	width: 899px;
	background: url([URL]images/careers.jpg) center no-repeat;
}

#content_bg
{
	background: url([URL]images/content_bottom.jpg) bottom repeat-x;
	padding-bottom: 20px;
}

#footer
{
	width: 899px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	height: 22px;
}

#footer_content
{
	height: 32px;
	width: 869px;
	color: #8c98ab;
	font-size: x-small;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

#content_left
{
	margin-top: 25px;
	width: 235px;
	float: left;
}

#content_main
{
	padding: 25px;
	width: 614px;
	float: left;
}