@charset "utf-8";
/* CSS Document */

body{
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
}

a{
text-decoration:none;
color:#003366;
}

a:hover{
text-decoration:underline;
color:#003366;
}

#container{
width:800px;
margin:0 auto;
background-color:#FFFFFF;
}

#footer{
width:780px;
float:left;
background-color:#FFFFFF;
padding-bottom:10px;
padding-top:20px;
color:#003366;
font-size:12px;
}

#footerText{
width:377px;
padding:6px;
background-color:#FFFFFF;
border-top:1px solid #003366;
border-bottom:1px solid #003366;
float:left;
}

#footerText2{
width:377px;
padding:6px;
background-color:#FFFFFF;
border-top:1px solid #003366;
border-bottom:1px solid #003366;
float:left;
}

#menu{
width:780px;
float:left;
background-color:#FFFFFF;
padding-bottom:20px;
color:#003366;
font-size:18px;
}

#menuText{
width:766px;
padding:6px;
background-color:#FFFFFF;
border-top:1px solid #003366;
border-bottom:1px solid #003366;
float:left;
}

#top{
width:780px;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#003366;
}

#image{
float:left; 
width:380px; 
height:252px; 
margin-right:20px;
}

#bottom{
float:left;
width:780px;
font-size:20px;
color:#003366;
margin-top:20px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#bottomSub{
float:left;
width:780px;
font-size:14px;
color:#003366;
margin-top:20px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#bottomSub input{
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

#bottomSub textarea{
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

#bottomSub select{
color:#666666;
font-size:13px;
}

h1{
font-size:30px;
color:#003366;
font-weight:100;
margin:0px 0px 20px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
}

h2{
font-size:18px;
color:#003366;
font-weight:100;
margin:20px 0px 3px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}

h3{
font-size:18px;
color:#003366;
font-weight:100;
margin:0px 0px 0px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}			