@charset "utf-8";

body {
	font-family: arial, verdana;
	font-size:11px;
	background-color:#8EAEBD;
	text-align:center;
	margin:0;
	padding:18px 0 5px 0;
}
div#body {
	width:960px;
	height:600px;
	margin:auto;
	text-align:left;
}
div#body div#head {
	width:960px;
	height:122px;
	background-image:url('images/head.jpg');
}
div#body div#head a {
	display:block;
	height:122px;
	width:960px;
}
div#body div#head a span {
	display:none;
}

/* MENU */
div#body ul#menu {
	display:block;
	background:#B7CEEE;
	width:960px;
	height:22px;
	border-bottom:2px solid #929BA2;
	margin:0;
	padding:0;
}
div#body ul#menu li {
	display:inline;
	list-style-type:none;
	font-size:13px;
}
div#body ul#menu li a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	height:20px;
	width:72px;
	text-transform:uppercase;
	padding:4px 5px 0 20px;
}
div#body ul#menu li a:hover, div#body ul#menu li a.active {
	background:url('images/menu_dot.gif') no-repeat 10px 9px;
	color:#0D63D7;
}
div#body ul#menu li.last a {
	padding-right:0;
	text-align:left;
	margin-left:463px;
}

/* FOOTER */
div#body div#footer {
	background:url('images/footer.gif') repeat-x #fff;
	height:22px;
	width:960px;
	color:#999;
	clear:both;
	padding:16px 0 0 0;
}
div#body div#footer span {
	padding-left:20px;
}
div#body div#footer span a {
	color:#999;
	text-decoration:none;
}
div#body div#footer div#footer_left {
	width:700px;
	float:left;
}
div#body div#footer div#footer_right {
	float:left;
	text-align:right;
	width:240px;
	text-transform:uppercase;
}

/* CONTENT */
div#body div#content {
	height:408px;
	width:960px;
	background:url('images/bckgrnd.gif');
}
div#body div#content div#text {
	width:335px;
	height:378px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float:left;
	padding:30px 30px 0 40px;
}
div#body div#content div#text h1 {
	font-size:16px;
}
div#body div#content div#text a {
	color:#000;
}
div#body div#content div#text ul {
	padding-left:15px;
	margin:11px 0;
}
div#body div#content div#text p.description {
	font-size:10px;
}
div#body div#content div#text div#teaser {
	background:url('images/ticker_bckgrnd.gif') #D4DDEC;
	height:60px;
	width:335px;
}
div#body div#content div#text div#teaser p {
	margin:0;
	padding:13px 6px;
	font-weight:bold;
}
div#body div#content div#right {
	height:408px;
	float:left;
	background:#D3DDEC;
}
div#body div#content div#right h2 {
	font-size:13px;
}
div#body div#content div#right a {
	color: #000;
}
div#body div#content div#left {
	width:360px;
	height:408px;
	float:left;
}

/* POPUP */
div#popup {
	background:url('images/bckgrnd.gif');
	text-align:left;
	height:400px;
}
div#popup h1 {
	font-size:16px;
	margin:0px;
	padding:10px 0 10px 10px;
}
div#popup p a {
	color:#000;
}

/* FORM */
div#body div#content div#text input.text, div#body div#content div#text textarea {
	border: 1px solid #0083B9;
	background: #EEEEEE;
	width:240px;
	margin-bottom:3px;
}
div#body div#content div#text label {
	width:70px;
	display:block;
	float:left;
	font-weight:bold;
}
div#body div#content div#text input.submit {
	border: 1px solid #0083B9;
	background:#EEEEEE;
	font-weight:bold;
	font-size:12px;
}
