/* CSS Document */

body {
     margin: 0px;
     padding: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-image: url(images/aqualines.jpg);
	background-attachment: fixed;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003333;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003333;
}
h3 {
font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
}
h4{
font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003333;
}
h5{
font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #003333;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.style1 {color: #990000;
        font-size: 12px;}
.style2 {font-weight: bold}
.style3 {font-family: "American Typewriter Condensed", "American Typewriter"
font-weight: bold
}
.style4 {font-weight: bold}
.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;
        padding: 10px;
    }
#navcontainer ul {
   margin : 0;
   padding : 0;
   list-style-type: none;
   text-align: center;
   }
   
#navcontainer ul li {
	display: inline;
 }
#navcontainer ul li a {
    display: inline;
	text-decoration: none;
	padding: 0;
	border: 0;	
 }	
