body {
	width: 607px;
	height:100%;
	background-image: url(stripes.png);
	background-color:#345183;
	background-attachment: fixed; 
	background-position: bottom right;
	font-family: trebuchet, sans-serif; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	margin-top:0;
	margin-bottom:0;
	}

a.nav:link {
	color: #000000; 
	border:0px black solid; 
	text-decoration: none; 
	font-size: 11pt; 
	font-weight: bold; 
	background-color: transparent;
	}

a.nav:visited {
	color: #000000; 
	border:0px black solid; 
	text-decoration: none; 
	font-weight: bold;
	background-color:transparent;
	}

a.nav:hover {
	color:#000000; 
	border:0px black solid; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: transparent;
	}
	
a.nav:active {
	color: #000000; 
	border:0px black solid; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: transparent;
	}

a.content:link {
	color: #000000; 
	text-decoration: underline; 
	border:0px black solid; 
	text-decoration: none; 
	font-weight: bold;
	background-color: transparent;
	}
	
a.content:hover {
	color: #000000; 
	text-decoration: underline; 
	border:0px black solid; 
	text-decoration: none; 
	font-family: trebuchet, sans-serif;  
	font-weight: bold; 
	background-color: transparent;
	}
	
a img {
	border:0px;
}

h1 {
	font-size: 14pt;
	}


#head {
	width:607px;
	border:none; 
	text-align: center;
	margin-bottom:0px;
}

#black {
	width:607px;
	background-color:black;
	margin-left:auto;
	margin-right:auto;
	}
	
#banner {
	text-align:center;
	width:607px;
	background-color:black;
	}

#content {
	width:567px;
	margin-top:0px;
	padding-bottom: 40px;
	padding-left:20px;
	padding-right:20px;
	font-family: trebuchet, sans-serif;
	color:#FFFFFF;
	font-size: 11pt; 
	text-align: center;
	background-color:#000000;
}

#footer { 
	width:567px; 
	border: none; 
	text-align: center; 
	font-family: trebuchet, sans-serif;
	color: #CC0000;
	font-size: 11pt;
	font-weight:bold;
	background-color:#000000;
	padding:20px;
}

.lavaLampNoImage {
            position: relative;
            height: 29px;
            width: 567px;
            background-color: #CC0000;
            padding: 0;
			margin: 0 0 10px 0;
            overflow: hidden;
            border: 0px;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        border: 0px;
                        background-color:#2a426f;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: none;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
						margin: 0 20px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }               