body {
    margin: 0;
	padding: 0;
    font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
}

#topsection{
background: rgb(0, 0, 153);
height: 120px;
border-top: solid gold;
border-top-width: 5px;
color: white;
}

.innertube{
margin: 10px;
margin-top: 0;
}

#menubar {
	background-color: rgb(0, 0, 153);
	height: 25px;
	width: 100%;
	margin: 0px auto;
	border: solid gold;
	border-width: 1px 0px;
}

#menu {
	background-color: rgb(0, 0, 153);
	height: 25px;
	width: 850px;
	margin: 0px auto;
}

.menu {
	font-size: 16px;
	color: #ffffff;
	height: 15px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 1px;
}
.menu a {
	font-size: 16px;
	color: #ffffff;
	text-decoration:none;
}
.menu a:hover {
	color: gold;
	text-decoration:none;
}
.menuitem{
	border-left:1px solid gold; 
	border-right:1px solid gold; 
	border-top:1px solid gold; 
	border-bottom:0px solid gold; 
	position:absolute;
	visibility: hidden;
	line-height: 20px;
	z-index: 100;
	background-color: rgb(0, 0, 153);
	width: 200px;  
	font-size:11px; 
	text-decoration:none;
	margin-top:1px;
	text-align:left
}

.menuitem a{
	width: 100%;
	font-size:12px; 
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gold;
	padding: 1px 0px;
	text-decoration: none;
	text-indent: 5px;
	color:#FFFFFF;
}

.menuitem a:hover{ /*hover background color*/
	color: gold;
	text-decoration:none;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 20% 0 150px;
}

#leftcolumn{
float: left;
width: 150px;
height: 520px;
margin-left: -100%;
background: #bee7ff;
}

#rightcolumn{
float: left;
width: 20%; /*Width of right column in pixels*/
height: 520px;
margin-left: -20%; /*Set margin to that of -(RightColumnWidth)*/
background: gold;
}

#footer{
clear: left;
width: 100%;
background: rgb(0, 0, 153);
color: #FFF;
text-align: center;
padding: 4px 0;
border: solid gold;
border-width: 1px 0px;
}

#footer a{
color: #FFFF80;
}

table.news {
	border-width: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	margin-left: 10px;
	width: 126px;
}
table.news th {
	border-width: 0px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table.news td {
	border-width: 0px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	font-size:12px;
}

.picture {
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC;
	padding: 3px; 
	font: 11px/1.4em Arial, sans-serif;
	text-align: center;
} 
.picture img {
	border: 1px solid #CCCCCC; 
	vertical-align:middle;
	margin-bottom: 3px;
} 
.right {
	margin: 0.5em 0pt 0.5em 0.8em;
	float:right;
} 
.left {
	margin: 0.5em 0.8em 0.5em 0;
	float:left;
} 
