body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: verdana, helvetica, arial;
	font-size: 13px;
	color: #061C37;
	background: #043a7e url(images/background.gif);
	background-repeat: repeat-x;
}
*
{
  margin: 0 auto 0 auto; 
}

a:link, a:visited{
	color: #0A498D; 
	border: none;
	text-decoration: none;
}
a:hover{ color: #dd2222;}
img{border:none}

#page
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 720px;
}

.topNavLink
{
	text-align:center;
	position:relative;
	margin-top:10px;
	font-size:17px;
	margin-left:-10px;
	width:116px;
	height: 35px;
	line-height: 35px;
	float:left;
	color:#ffffff;
	font-family: helvetica, arial;
	font-weight: bold;
}

.topNavLinkWide{
	margin-left: 14px;
	margin-right: 14px;
}


.topNavLink a
{
text-decoration:none;
color:#ffffff;
}

.topNavLink a:hover
{
color:#0C61C9;
display: block;
width:116px;
height: 35px;
line-height: 35px;
background-image:url(images/tab.png);
}
.topNavLinkWide a:hover{
	width:121px;
}
#mainPicture
{
width:720px;
height:374px;
background-color:#FFFFFF;
}


#mainPicture .picture
{
position:relative;
width:700px;
height:354px;
top: 10px;
background-image:url(images/header.png);
background-repeat:no-repeat;

}

#headerTitle
{
position:relative;
top:30px;
left:40px;
font-size:25px;
color:#FFFFFF;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

#headerSubtext
{
position:relative;
top:30px;
left:50px;
font-size:14px;
color:#A9C8FA;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

.contentBox
{
	width:720px;
	height:auto;
	background-color:#FFFFFF;
	padding-bottom: 20px;
}

.contentBox .innerBox
{
	position:relative;
	margin-top: 10px;
	width:700px;
	/*height:auto;*/
	top:10px;
	background-image:url(images/content_back.png);
	background-repeat:repeat-x;
	padding-bottom:35px;
}

h1, h2, h3, h4
{
	margin-bottom:4px;
	padding-top:18px;
	margin-left:15px;
	margin-top:15px;
}
h1 {font-size:19px;}
h2 {font-size:16px;}

#innerBox{
	font-size:15px;
}
#innerBox div
{
	line-height:24px;
	margin-left:13px;
	margin-right:13px;
}

#innerBox p{
	margin-bottom: 0.5em;
}

#footer {
	width: 720px;
	height:20px;
	/*background: url(images/footer.png) no-repeat;*/
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	padding-top:10px;
}

#footer a
{
	text-decoration:none;
	color:#aabbcc;
}
#footer .templatecredit{
	font-size: 9px;
	color: #666666;
}
#footer .templatecredit a{
	color:#666666;
}

ul{
	margin-left: 3em;
}

