

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #061C37;
	background: #014D5D url(../img/background.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto; 
}

#page
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 820px;
}

.topNaviagationLink
{
text-align:center;
position:relative;
margin-top:30px;
font-size:16px;
margin-left:;
width:117px;
height: 35px;
line-height: 35px;
float:left;
color:#CEEAEE;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}


.topNaviagationLink a
{
text-decoration:none;
color:#CDE2FC;
}

.topNaviagationLink a:hover
{
color:#0C61C9;
display: block;
width:121px;
height: 35px;
line-height: 35px;
background: #fff;
}

.topNaviagationLink:hover a
{
color:#0C61C9;
display: block;
width:121px;
height: 35px;
line-height: 35px;
background: #fff;
}


#mainPicture
{
width:820px;
height:295px;
background-color:#FFF;
}


#mainPicture .picture
{
position: relative;
width:800px;
height:275px;
top:10px;
background-image:url(../img/header1.jpg);
background-repeat:no-repeat;
}

#headerTitle
{
position:relative;
text-align:right;
top:140px;
left:-50px;
font-size:50px;
font-weight:bold;
font-style:italic;
letter-spacing:1px;
color:#0000ff;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

#headerSubtext
{
position:relative;
text-align:right;
top:140px;
left:-50px;
font-size:30px;
font-weight:bold;
font-style:italic;
letter-spacing:1px;
color:#3399ff;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

.contentBox
{
width:820px;
margin-top:10px;
height:auto;
background-color:#FFF;
}

.contentBox p
{
padding-top: 10px;
}

.contentBox .innerBox
{
position:relative;
margin-top:1px;
width:800px;
height:auto;
top:10px;
background-image:url(../img/content_back.png);
background-repeat:repeat-x;
padding-bottom:25px;
}

h1
{
font-size:24px;
color: #3366cc;
margin-bottom:0px;
padding-top:18px;
padding-bottom:10px;
margin-top:15px;
}

h2
{
font-size:19px;
color: #3366cc;
margin-bottom:0px;
padding-top:10px;
padding-bottom:0;
margin-top:15px;
}

h3
{
font-size:16px;
color: #3366cc;
margin-bottom:0px;
padding-top:0px;
padding-bottom:10px;
margin-left:5px;
margin-top:15px;
}

.contentText
{
font-size:15px;
line-height:20px;
margin-left:13px;
margin-right:13px;
padding: 20px
}

.contentText li
{
list-style:none;padding:0px 0px 0px 10px;margin:15px 0;
}

.contentText a
{
text-decoration:none;
font-weight:bold;
color:#0000cc;
}

.contentText a:hover
{
text-decoration:underline;
color:#00ccff;
}

#footer {

width: 820px;
height:25px;
background: url(../img/footer.png) repeat-x;
text-align:center;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#009999;
padding-top:18px;
}

#footer a
{
text-decoration:none;
font-size:11px;
color:#009999;
}

#footer a:hover
{
text-decoration:underline;
font-size:11px;
color:#00ccff;
}


