*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 85%;
	font-family: "verdana";
}

img
{
	border: 0;
}

#marquee
{
	margin: 0 auto;
	width: 400px;
	height: 100px;
	padding: 10px 0px 0px 180px;
	color: #0781D7;
	text-align: left;
	font-weight: none;
	font-size: 85%;
	line-height: 26px;
}

#marquee ul
{
	float: left;
	padding: 0px 0px 0px 50px;
	list-style-type: none;
}

#marquee ul li
{
	display: block;
}

#header
{
	margin: 0 auto;
	width: 840px;
	height: 125px;
	font-family: verdana;
	background: url('../images/background-header.jpg') no-repeat;
	line-height: 10px;
}

#menuspan
{
	margin: 0 auto;
	width: 100%;
	height: 39px;
	border-top: 1px solid #08AEEB;
	background: url('../images/background-menucont.png') repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 840px;
	height: 39px;
	background: url('../images/background-menu.png') no-repeat;
}

#menu ul
{
	float: right;
	list-style-type: none;
	border-right: 1px solid #08AEEB;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 12px 25px;
	background: url('../images/background-menucont.png') repeat-x;
	color: #ffffff;
	text-decoration: none;
	font-size: 85%;
	text-transform: uppercase;
	border-left: 1px solid #08AEEB;
}

#menu ul li a:hover
{
	color: #0781D7 ;
	background: #ffffff url('../images/background-ahover.png') repeat-x;
}

#container
{
	width: 840px;
	padding: 10px 0px 10px 0px;
	height: 100%;
	margin: 0 auto;
	font-size: 90%;
}

#container ul
{
	padding: 5px 0px 5px 0px;
	list-style-type: square;
}

#container ul li
{
	line-height: 26px;
	margin: 0px 0px 0px 30px;
}

#container h1
{
	color: #0781D7;
	font-size: 120%;
	width: 90%;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #0B2F77;
}

#container a
{
	color: #0781D7;
}

#container a:hover
{
	color: #0B2F77;
}

#container span
{
	color: #0B2F77;
	font-weight: bold;
}

#left
{
	float: left;
	height: 100%;
	width: 520px;
	text-align: left;
}

#left img
{
	padding: 4px;
}

.left
{
	margin: 0px 4px 4px 0px;
	float: left;
}

.right
{
	margin: 0px 4px 4px 0px;
	float: right;
}

#right
{
	float: right;
	height: 100%;
	width: 300px;
	text-align: left;
}

#flashbox
{
	padding: 10px;
}

.clear
{
	clear: both;
}

#copyright
{
	clear: both;
	line-height: 20px;
	margin: 0 auto;
	font-size: 65%;
	text-align: center;
	width: 100%;
	height: 40px;
	background: #0781D7;
	border-top: 1px solid #0B2F77;
	color: #ffffff;
	text-decoration: none;
}

#copyright a
{
	color: #ffffff;
	text-decoration: none;
}

input
{
	color: #ffffff;
	background: #0781D7;
	border: 1px solid #0B2F77;
}

textarea
{
	color: #ffffff;
	background: #0781D7;
	border: 1px solid #0B2F77;
}