body {
	margin: 0;
	padding: 0;	
}

#content {
	margin: auto;
	width: 1000px;
}

#header {
	width: 100%;
	height: 125px;
	background: url('../images/head.gif') no-repeat center top;
	background-color: #031042;
	margin-bottom: 10px;
	border-bottom: solid white 2px;
}

#header2 {
	width: 1000px;
	height: 125px;
	background: url('../images/head.png') no-repeat center top;
	margin: auto;
	margin-bottom: 10px;
}

#rightNav {
	float: right;
	width: 250px;
}

#rightNav ul {
	list-style: none;
	text-transform: uppercase;
	line-height: 30px;
	font-family: arial black, arial, san-serif;
	font-size: 8pt;	
}

#rightNav li a{
	text-decoration: none;
	color: #525252;
}

#rightNav li a:hover{
	text-decoration: underline;
}

#selected {
	font-weight: bold;
	font-size: 9pt;
}

#sectionTitle {
	width: 600px;
	margin-left: 50px;
	font-size: 14pt;
	font-family: arial black, sans-serif;
	color: black;
	border-bottom: solid white 1px;
}

#sectionBody {
	width: 450px;
	margin-left: 55px;
	font-size: 8pt;
	font-family: helvetica, sans-serif;
  	color: #797979;
	line-height: 13pt;
}

#sectionBody h2 {
	font-size: 11pt;
}

a {
	font-size: 8pt;
	font-family: helvetica, sans-serif;
  	color: #4f4f4f;
}

b {
	font-size: 9pt;
}
strong {
        font-size: 9pt;
}

