body {
	font-family: arial, helvetica, sans-serif;
	background: #808080 url('../gfx/bg1024.jpg') repeat-y center top;
	/*background: #585657 url('../gfx/bg1024.jpg') repeat-y center top;*/
	margin: 0;
	padding: 0;
}

#btt {
	display: none;
}

/* LINKS ====================*/
a:link {
	color: #4D6B91;
}

#footer a {
	font-weight: bold;
}

a:visited {
	color: #909090;
}

a:hover {
	color: #4D6B91;
	text-decoration: none;
	background-color: #DAE1E9;
}

/* HEADER =======================*/
#maincontainer {
	margin: 0 auto;
	width: 961px;
}

* html #maincontainer {
	padding-left: 1px;
}

#header {
	/*background-color: #808080;*/
	background-color: #28282A;
}

#header img {
	border: 0;
}

/* MAIN NAVIGATION =================*/

#navigation {
	background-color: #13546A;
	height: 25px;
}

ul#list_nav {
	margin: 0;
	padding: 0 0 0 65px;
	list-style: none;
}

ul#list_nav li {
	float:left;
	white-space: nowrap;
	text-align:center;
	color: #13546A;
	font-size: 16px;
	width: 90px;
	display: block;
}

ul#list_nav li a {
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	width: 92px;
	display: block;
	height: 25px;
	line-height: 25px;
}

#list_nav a:hover {
	background-color: #22333A;
	color: white;
}

/* DROP DOWN NAVIGATION =================*/

#dropmenudiv {
	position:absolute;
	/*border-top: 1px solid #cce9ef;*/
	border-top: 1px solid #13546A;
	z-index:100;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-align: center;
	border-top: 1px solid white;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	font-size: 11px;
	color: white;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #cce9ef;
	color: #13556b;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/* FOOTER =======================*/
#footer {
	clear: both;
	border-top: 1px solid #DAE1E9;
	padding: 10px 0 50px 0;
	display: block;
}

#speaker {
	display:inline; 
	text-align:right; 
	padding:10px 10px 10px 45px;
}

#footertopline {
	display:inline;
}

#footertopline img {
	border: none;
	margin: 0;
	padding: 0;
}

#footerbelow {
	display:block; 
	margin:10px 0 0 77px;
}


#footer div {
	font-size: 10px;
	color: #AEBBCE;
}

#footer a {
	font-size: 11px;
	margin-right: 5px;
}

#mrcuriss {
	margin: 10px 0 0 0;
}

#mrcuriss div {
	color: #808080;
	font-size: 10px;
	font-weight: normal;
	width: 180px;
}


#mainright a img {
	/*border: 2px solid #4D6B91;*/
	border: 0;
}

/* Search Bar */
#navigation form {
	float: right;
	margin: 0;
	padding: 0;
	width: 275px;
	height: 25px;
}

#navigation form label {
	font-size: 11px;
	color: #FFF;
	float: left;
	height: 25px;
	line-height: 25px;
	width: 42px;
}

#navigation form input {
	float: left;
	margin: 1.5px 0 0 0;
}

#navigation input#query {
	height: 16px;
}