/* CSS Document */

* {
	padding:0;
	margin:0;
}

HTML, BODY {
	height:100%;
}

BODY {
	/*background-color:#46318e;*/
	background-color:#FFFFFF;
	height:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
}


#block0 {
	width:1015px;
	height:677px;
	overflow:hidden;
}

#block1 {
}

#block1 DIV {
	float:right;
	overflow:hidden;
}

#block2 {
	height:150px;
}

#block2 DIV {
	float:left;
	overflow:hidden;
	height:150px;
}

#block3 {
	float:left;
	height:25px;
	width:1015px;
	overflow:inherit;
	background: url(/media/start/start_nav_bg_red.gif) repeat-x;
}



#block3 DIV {
	float:right;
	overflow:hidden;
}


#block4 {
	float:left;
	width:1015px;
	height:220px;
	overflow:hidden;
	background: url(/media/start/start_lower_bg.jpg) repeat-x;
}

#nav {
	float:right;
	overflow:hidden;
}

.nav_item {
	background: url(/media/start/start_nav_bg_yellow.gif) repeat-x;
	height:25px;
	width:112px;
	border-left: 1px #FFFFFF solid;
	color:#46318e;
	font-size:13px;
	font-weight:bold;
	padding-top:4px;
}

/* Browser-Hack IE6 */
* html .nav_item {
	height:21px;
}

.nav_item a:link,a:visited,a:active,a:visited,a:focus {
	text-decoration:none;
	color:#46318e;
}

.nav_item a:hover{
	text-decoration:none;
	color:#ffffff;
}

.newslink a:link, a:active, a:visited{
	font-weight: bold; color: #e70104; text-decoration:none;
}
.newslink a:hover{
	font-weight: bold; color: #e70104; text-decoration:underline;
}
