body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #151D32;
	color: #eee;
}

#header-bar {
	margin: 0;
	padding: 5px;
	position: fixed;
	width: 100%;
	background-color: #162d5a;
	height: 23px;
	left: 0px;
	top: 0px;
}
#splash-footer {
	padding-top: 1em;
}

#main-main-main {
	position: absolute;
	top:40px;
	width:100%;
}

#main-content {
	padding: 5px;
}

#footer-bar {
	margin-top: 5px;
	width: 100%;
	font-size: 0.8em;
	background-color: #355B4B;
	text-align: center;
}

A 		{ color: #6190c9; text-decoration: none; }
A:active, A:hover	{ color: #9cf; text-decoration: underline; }

.contact	{ color: #f63;  }

h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #c66;
}


h2, h3 {
	font-size: 12pt;
	color: #933;
}

blockquote { font-family: Monaco, Courier New, fixed; }
		
.side {
	color: #fdfc29;
	font-size:small;
	font-weight:normal;
	line-height:140%;
	padding:0.5em;
	text-align: left;
}
/*.side A {
	color: #900; text-decoration: none; 
}
.side A:hover {
	color: #00c; text-decoration: underline; 
}
*/
.sidetitle {
	color: #232b57;
	background:#df6686;
	font-size:small;
	font-weight:bold;
	padding:2px;
	margin-top:10px;
	letter-spacing: 0.3em;
	text-transform:uppercase;
	text-align: left;
}		

#menu {
	border: #003 1px;
}
.caption {
	font-size: 0.70em;
	text-align: center;
}
#tagline {
}
#main {
	top: 40px;
	display:block;
	left: 460px;
	position: absolute;
}
#splash {
}
#content {
	display: block;
	position: relative;
	top: 40px;
}
