﻿body {
	background-color: #4b89bb;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #262626;
}
#container {
	width: 980px;
	height: 800px;
	background-color: #4b89bb;
	padding-top: 0px;
	margin: 0px auto; 
	margin-top:0px;
}

#content {
	text-align: left;
	width:860px;
	font-family: Verdana;
	margin-top:50px;
	margin-bottom:50px;
}

#content a {
    color: #262626;
}

#content a:visited {
    color: #262626;
}

#navigation {
	font-size: 16px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:thin #888888 solid;
	border-bottom:thin #888888 solid;
	width:800px;
}
#navigation td {
	width:140px;
}
#navigation a {
	color: #584d4d;
	text-decoration: none;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
}

#footer {
	font-size: 10px;
	padding-top:4px;
	color: #999999;
	border-top:thin #888888 solid;
	width:800px;
}

#footer a {
	color: #999999;
}

#footer a:visited {
	color: #999999;
}
