/* CSS Document */

body {
	background-color: #2E5C5C;
	padding: 0 0;
	margin: 0 0;
}

#container {
	width:1000px; 
	margin:auto; 
	background-color: #FFF;
}

#header {
	background:url(header.png) no-repeat; 
    height:150px;
	border-bottom: 1px solid #999;
}

/* =nav-local
--------------------------------------------------------------------------------------------*/
#top-menu
{
	width:1000px;
	height:70px;
	font-family: "Century Gothic","Sergoe UI", Tahoma;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	font-weight:bold;
}
#top-menu-nav
{
	position: absolute;
	bottom: 0;
	right: 0;
}
#top-menu-nav a
{
	margin: 0 15px 0px 15px;
	text-decoration: none;
	color:#4c4c4c;
}
#top-menu-nav a:hover
{
	color: #F00;
}
#top-menu-nav a:visited a:visited:hover
{
	color:black;
}







#navigation table {
		margin-left: 700px;
		padding-top: 116px;
}


/* content area */
#content {
	margin-top: 25px;
	margin-left: 50px;
	margin-right: 50px;
	font-family: "Century Gothic","Sergoe UI", Tahoma;
	font-size:15px;
	color: #2C2C2C;
}


/* footer
---------------------------------------------*/

#footer {
	clear: both;
	text-align: right;
	background-color: #D9ECFF;
	font-family: "Century Gothic","Sergoe UI", Tahoma;
	font-size:12px;
	margin: 0 0;
}

#timestamp {
	padding: 10px 10px 10px 260px;
	margin: 0;
	text-align: right;
	font-style: italic;
	font-size: 14px;
	border-top: 1px solid #999;
	color: #000;
}

#disclaimer {
	clear: both;
	padding: 10px 10px;
	background-color: #D9ECFF;
	font-family: "Century Gothic","Sergoe UI", Tahoma;
	font-size:12px;
	margin: 0 0;
}
