form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #004960; 
}
body { background: #014961 url(images/body.jpg) repeat-y center; }

#page
{
	margin: 0 auto;
	width: 966px;
}

a           
{
    text-decoration: none;
    color: #FDBB30;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

h1,h2,h3,h4,h5,h6
{
	font-size: 13px;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
}

#skipIntro
{
	margin: 10px;
}
#skipIntro a
{
	font-size: 12px;
	font-weight: bold;
}

.blue { background: #014961; }

#logo 
{ 
	margin: 65px 0px 0px 60px;
	text-align: left;
}
#subLogo 
{ 
	margin: 49px 0px 0px 60px;
	text-align: left;
}
#login
{ 
	margin: 35px 90px 0px 0px;
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
}
#login a
{ 
	color: #004960;
}

#topNav
{
	margin: 37px 10px 0px 40px;
	text-align: center;
}
#topNav a
{
	display: block;
	float: left;
	font-size: 11px;
	color: #004960;
	font-weight: normal;
	padding: 0px 12px 9px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #004960;
	text-decoration: none;
	background: url(images/nav.jpg) no-repeat bottom center;
}

#contentBox
{
	border: 1px solid #014961;
	padding: 0px 15px 25px;
	float: right;
	width: 300px;
	margin: 40px 40px 10px 40px;
	font-size: 11px;
}
#contentBox h1
{
	font-size: 15px;	
	font-weight: normal;
	color: #FDBB30;
	margin: 0px -15px 25px;
	padding: 0px 20px;
	text-align: left;
	background: #014961;
	height: 30px;
	line-height: 30px;
}
#contentBoxGrey a
{
	font-size: 10px;
	text-decoration: none;
	color: #FDBB30;
}

#contentBoxGrey
{
	padding: 0px 15px 25px;
	font-size: 11px;
	float: right;
	width: 185px;
	margin: 40px 40px 10px 40px;
	background: #DEDEE0;
	color: #004960;
	font-style: italic;
}
#contentBoxGrey h1
{
	font-size: 12px;	
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px -15px 25px;
	padding: 0px 20px;
	text-align: left;
	background: #014961;
	height: 30px;
	line-height: 30px;
	font-style: normal;
}
#contentBoxGrey a
{
	font-size: 10px;
	text-decoration: underline;
	color: #004960;
	font-style: normal;
}

.mainText, .sub1Text
{
	font-weight: normal;
	margin: 40px 60px;
	text-align: justify;
	line-height: 17px;
}
.mainText h1, .sub1Text h1
{
	font-size: 12px;	
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px 0px;
	text-align: left;
	text-transform: uppercase;
}
.mainText h2, .sub1Text h2
{
	font-size: 15px;	
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px 0px;
	text-align: left;
}
.sub2Text
{
	font-weight: normal;
	margin: 30px 185px 40px 100px;
	text-align: justify;
	line-height: 17px;
}
.sub2Text h1
{
	font-size: 32px;	
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px 0px;
	text-align: left;
	color: #FDBB30;
}
.sub2Text h2
{
	font-size: 15px;	
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px 0px;
	text-align: left;
}

#bottomNav
{
	float: right;
	margin: 10px 60px;
}
#bottomNav a
{
	color: #004960;
	font-size: 10px;
}

#copyright
{
	float: left;
	font-weight: normal;
	color: #488FA5;
	font-size: 9px;
	margin: 10px 60px;
	text-align: left;
}
