/* CSS Document */

.body { width:770px;
		margin-left:155px;
		background: #000066;
}

a:link {  }
a:active {  }
a:hover {  }
a:visited {  }
#header { width: 790px;
}

#logo {
	width: 765px;
	text-align: center;
	background: #FFFFFF;
	border: solid 3px #daa520;
}
#title { 	background: #000066;
}
#container {
	width: 765px;
	height: auto;
	background: #000066;
	padding: 5px 0px 5px 0px;	
	border: solid 3px #daa520;
}

#leftside {
	border: solid 3px #daa520;
	float:left;
	list-style-type: none;
	background-color: #FFFFFF;
	padding-top: 5px;
	width: 200px;
	text-decoration: none;
	margin: 5px 3px 5px 3px;
}

#navcontainer {  }

#navlist { font-size: 12px; }

ul#navlist { 
	margin: 0 0 0 5px;
	padding: 0 10px 0 0;
	width: 190px;
}

#navlist li { 
	list-style-type: none;
	background-color: #191970;
	color: #daa520;
	border: .2em solid #daa520;
	font-weight: 600;
	text-align: center;
	padding: .2em;
	margin-bottom: .1em;
}

#navlist li a { 
	color: #daa520;
	text-decoration: none;
	display: block;
}

#navlist li a:hover { 
	background-color: #faebd7;
	color: #191970;
}
.ttabox {
	padding:3px;
	color: gold;
	font-size: 12px;
	background-color: navy;
	border-top: medium solid gold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main { width: 520px;
	height: auto;
	float:right;
	margin: 5px 5px 5px 0px;
	border: solid 3px #daa520;
	padding: 5px;
	background: #FFFFFF;	
}

#leftout {
	position: absolute;
	left: 10px;
	top: 15px;
}

#footer {
	width:770px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

.blink { text-decoration: blink; }

#lunch { border-top: solid 3px #daa520;
		border-bottom: solid 3px #daa520; 
		background:#000066;
		color: #FFFFFF;
}

.thf {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: italic;
        font-weight: bold;
        background-color: #CC9933;
        list-style-type: none;
        text-align: center;
}
.toph {
		text-align: center;
		font-style: italic;
}

