html
	{
	background-color: #003d56;
/*
	background-image: url(../images/bck.png);
	background-position: center top;
*/
	}

body
	{
	padding: 0px;
	margin: 0px auto;
	width: 970px;
	color: black;
	background-color: white;
	font-family: Trebuchet MS, helvetica, arial, sans-serif;
	font-size: 9pt;
	height: 100%;
	position: relative; /* IE POSITION:RELATIVE AND RESIZE BUG FIXED! */
	}

div#main
	{
	height: 100%;
	}

div#top
	{
	margin-top: 20px;
	border-top: 1px dashed #898989;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	}

div#middle
	{
	margin: 2px 4px;
	}

div#head
	{
	padding-top: 1px;
	margin-top: -1px;
	}

div#head img
	{
	}

div#head img#logo
	{
	float: left;
	margin-top: 4px;
	}

div#menu
	{
	margin-bottom: 9px;
	background-color: #005b8d;
/*
	background-image: url(../images/bck_menu.png);
	background-repeat: repeat-x;
*/
	font-size: 12pt;
	font-weight: bold;
	padding: 1px 4px;
	text-align: center;
	}

div#menu a
	{
	color: white;
	padding: 1px 20px;
	}

div#menu a.selected
	{
	color: #005b8d;
	background-image: url(../images/bck_menu_selected.png);
	background-repeat: repeat-x;
	}

div#menu a span.alt
	{
	color: yellow;
	}

div#menu a.selected span.alt
	{
	color: #005b8d;
	}

div#menu img
	{
	margin: 3px 1px;
	vertical-align: top;
	}

div#content
	{
	background-position: right top;
	background-repeat: repeat-y;
	min-height: 320px;
	padding: 0px 7px;
	}



#bottom
	{
	text-align: center;
	border-top: 1px dashed #898989;
	margin-top: 9px;
	position: relative;
	}

#address
	{
	color: #005b8d;
	font-weight: bold;
	margin-top: 15px;
	}

#copyright
	{
	text-align: center;
	color: #005b8d;
	font-family: helvetica, arial, sans-serif;
	font-size: 7pt;
	white-space: nowrap;
	line-height: 1.5em;
	width: 42em;
	margin: 1em auto;
	}

#copyright div
	{
	width: 10em;
	margin-top: 1.5em;
	}

#copyright #cr_left
	{
	float: left;
	border-right: 2px dotted #005b8d;
	padding: 0.5em 2em 0.5em 0em;
	text-align: right;
	}

#copyright #cr_right
	{
	float: right;
	border-left: 2px dotted #005b8d;
	padding: 0.5em 0em 0.5em 2em;
	text-align: left;
	font-weight: bold;
	}

#bottom #admin
	{
	position: absolute;
	top: 0px;
	right: 5px;
	font-weight: bold;
	border: 1px solid #898989;
	border-top-style: none;
	padding: 0px 6px;
	}
