body {
margin: 0; 
padding: 0; 
text-align: center; 
background-color: #426cc7;
background-image:url(../img/grad_bg.png);
background-repeat: repeat-x;
}
img {
border:0px;
}

#Wrapper{
width: 900px;
margin: 0 auto;
text-align:left;
}
#Body_Wrapper{
float:left;
width:900px;
background-color:#91a8da;
background-image:url(../img/mainbox_bg.png);
}
/* HEADER */
#title_1{
float:left;
width:900px;
height:144px;
background-image:url(../img/title_1.png);
}
#title_2{
float:left;
width:187px;
height:44px;
background-image:url(../img/title_2.png);
}
/* LEFT SIDE */
#Nav_Wrapper{
float:left;
width:187px;
height:auto;
background-image:url(../img/nav_bg.png);
}
#nav_links{
float:left;
width:170px;
height:auto;
padding-left:14px;
line-height: 25px;
font-family:Verdana; font-size:11px; font-weight:bold;
overflow:hidden;
}
#nav_boat{
float:left;
width:188px;
height:240px;
background-image:url(../img/nav_boat.png);
}
/* CONTENT */
#Content_Wrapper{
float:left;
width:710px;
height:400px;
}
#Content{
float:left;
width:680px;
padding-left:4px;
}
#Content a{
color:#0000FF;
text-decoration:underline;
}
#Content a:hover{
color:#0000FF;
text-decoration:none;
}

/* FOOTER */
#Bottom{
float:left;
width:900px;
height:18px;
background-image:url(../img/bottom.png);
}
#Footer_Wrapper{
float:left;
width:900px;
height:54px;
margin-top:12px;
font-family:Verdana; font-size:11px; font-weight:bold;
color:#ffffff;
}
#Footer_L{
float:left;
width:450px;
height:54px;
}
#Footer_R{
float:left;
text-align:right;
width:450px;
height:54px;
}
/* JS ROLLOVER MENU PROPERTIES */
#nav_links a{
color:#0000FF;
text-decoration:none;
}
#nav_links a:hover{ /*hover background color*/
background-color: #8fa8de;
}
#dropmenudiv{
position:absolute;
background-color: #e4edf4;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a{
color:#0000FF;
text-decoration:none;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #8fa8de;
}
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
/* HEADINGS */
.head_1{
font-family:Verdana;
font-size:24px; font-weight:bold;
color:#11018c;
}
.section_head{
font-family:Verdana;
font-size:18px; font-weight:bold;
color:#11018c;
}
.sub_head{
font-family:Verdana;
font-size:16px; font-weight:bold;
color:#11018c;
}
.notice_head{
color:#d70000;
}
