/* CSS Document */

div#container
{
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#masthead
{
	margin: 0;
	padding: 5px 0px;
	border-bottom: 2px #1C3562 solid;
	width: 740px; /* false value for IE4-5/win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 740px; /* real value for compliant browsers */
	border-left: 2px #1C3562 solid;
	border-top: 2px #1C3562 solid;
	border-right: 2px #1C3562 solid;
}

div#navigation
{
	width: 740px;
	margin: 0;
	padding: 5px 0px;
	background-color: #1C3562;
	border-bottom: 1px #fff solid;
	z-index: 1000;
	border-top: 1px #fff solid;
	border-right: 2px #1C3562 solid;
	border-left: 2px #1C3562 solid;
}

div#navigation td a:link
{
	color:#FFFFFF;
	text-decoration: none;	
}

div#navigation td a:visited
{
	color:#FFFFFF;
	text-decoration: none;	

}

div#navigation td a:hover
{
	color:#666666;
	text-decoration: none;	

}

div#navigation td a:active
{
	color:#FFFFFF;
	text-decoration: none;	

}

div#navigation td form
{
	margin: 0;
	padding: 0;
}
div#navigation td form input
{
	margin: 0;
	padding: 0;
	font-family: Monaco, sans-serif;
	font-size: 9px;
	vertical-align: middle;
	border-style: none;
}

div#footer
{
	clear: both;
	width: 740px;
	border-top: 1px #999 solid;
	padding: 5px 0px;
}
.red {
	color: #CC0000;
	font-weight: bold;
}
