body
{
	background-color:#bdc1ce;	
	color:white;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}

#header
{
	margin: 0 auto;
	background-image:url('2toneblue.jpg');
	border-style: solid;
	border-color: black;
	border-width: 2px;
	width:800px;
	padding-top:10px;
}

#headlist
{
	float: left;
	text-align: center;
}

#headlist li
{
	display: inline;
	list-style-type: none;
}

img.port 
{
	margin: 10px;
	border-style: outset;
	border-color:#4e9bf1;
	border-width: 5px;
	width: 150px;
	height:100px;
}

a img
{
	border-style: none;
	text-decoration: none;
	width: 80px;
	height: 100px;
}

#container
{
	margin: 0 auto;
	overflow: hidden;
}

#content
{
	margin: 0 auto;
	margin-top: 10px;
	background-image:url('2toneblue.jpg');
	border-style: solid;
	border-color: black;
	border-width: 2px;
	width:800px;
	height: 70%;
	text-align: left;
	overflow: auto;
}

.subheader
{
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	color: #93eeaa;
	font-family: Courier New;
	font-weight: bold;
	font-size: 36px;
}

.subheader a
{
	float: left;
	color: #93eeaa;
	font-family: Courier New;
	font-weight: bold;
	font-size: 36px;
	text-decoration: none;
}

.topdivide
{
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-color: black;
}

.detail a
{	
	color: white;
	text-decoration: none;
}
