/* CSS Document */

html, body {
   background-color: white;
   margin: 0; 
   padding: 0; 
}

body {
   background-color:white;
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 150%;
   color: #444;
}

p {
	font-family: Arial, Helvetica, sans-serif;
   color: #444;
}

a:link, a:visited {
   color: #444;
	text-decoration: underline;
	border: none;
}

a:hover {
	text-decoration: underline;
	color: #B10021;
}


#flashheader {
	width: 870px;
	height: 200px;
}

p a:link img, img {
	border: none;	
}
#logo {
	position: absolute;
	z-index: 3;
	top: 21px;
	left: 679px;
}

#navigation {
	font-size: 13px;
	position: absolute;
	z-index: 4;
	top: 53px;
	left: 92px;
	color: black;
}

#navigation a:link, #navigation a:visited {
   color: #444;
	text-decoration: none;
	margin: 0 9px;
	border:none;
}
#navigation a:link image, images, .np {
	border:none;	
}

#navigation a:hover {
	color: #B10021;
	text-decoration: underline;
}

#navigation .red {
	color: #B10021;
}

#content, #content_small {
	position: absolute;
	z-index: 4;
	top: 130px;
	left: 87px;
	width: 782px;
	background-color: #F2F2F2;
	padding: 20px 0 30px 0;
	margin-bottom: 50px;
}

#content_l {
	float: left;
	width: 2px;
	height: 422px;
}
#content_r {
	float: right;
	width: 753px;
	margin-right: 15px;
	
}

#sp_l {
	float: left;
	width: 230px;	
}
#sp_r {
	float: right;
	widht: 480px;
}
.newstd {
	padding-left: 50px;
	padding-bottom: 50px;
}

.newstiteltd {
	padding-left: 50px;
	padding-bottom: 12px;
}
#old_grs td {
	font-size: 0.9em;
	line-height: 1.3em;	
}
h1, h2, .bigtitle, h3 {
   color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
h3.slyder_hid {
	margin-top: -15px;
	padding-top: 0;
	line-height: 100%;	
}
a.tog {
font-weight: normal;
margin-left: 5px;
}
.accbb {
	padding-top: 10px;	
}
img {
	margin-top: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.pic_left {
	float: left; 
	width: 210px;	
}
.text_right {
	float: right;
	width: 503px;
		
}
.text_right h3 {
	margin-bottom:-1px;	
	padding-bottom:0px;	
}
.clear { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


.flLeft {float:left;}
.flRight {float:right;}