@CHARSET "UTF-8";

html, body {
	font-family:"Lucida",arial,sans-serif; 
	font-size:12px;
	background-color:#f2f9ff;
	color:#010146;
}

#page {
	width:930px;
	margin:0 0 0 45px;
	padding: 15px 0 50px 0;
}

#logo {
	background:transparent url('../images/body/header.jpg') no-repeat top left;
	text-align:center;
	width:726px;
	height:97px;
	margin:0;
}
#logo img{
	height: 88px;
	padding-top:4px;
}


#topnavi {

	color:white;
	float:left;
	width:706px;
	padding-top:6px;
	padding-bottom:3px;
	height:14px;
	margin:0px;
	font-size:10px;
	background: transparent url('../images/body/header_inside.jpg') scroll repeat-x top left !important;
}
#topnaviL {
	float:left;
	width:717px;
	margin:0px;
	padding:0px 0px 0px 11px;
	background: transparent url('../images/body/header_tl.jpg') scroll no-repeat top left !important;
}
#topnaviR {
	float:left;
	width:705px;
	margin:0px;
	padding:0px 11px 0px 0px;
	background: transparent url('../images/body/header_tr.jpg') scroll no-repeat top right !important;
}

#contentBottomL{
	height: 11px;
	width:715px;
	margin:0px;
	padding:0px 0px 0px 11px;
	float:left;
	background: transparent url('../images/body/bottom_l.gif') scroll no-repeat top left ;
}
#contentBottomR{
	background: transparent url('../images/body/bottom_r.gif') scroll no-repeat top right ;
	width:704px;
	height:11px;
	margin:0px;
	float:left;
	padding:0px 11px 0px 0px;
}

#topnavi ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#topnavi ul li {
	float:left;
}

#topnavi ul li a {
	color:white;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
}

#topnavi ul li a:hover,a:active {
	text-decoration:underline;
}

#topcopyright{
	position:relative;
	float:right;
	padding-right:15px;
}
#leftcontent{
	width: 726px;
	float: left;
}
#distancecontent {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right:4px;
	margin:0px;
	background-color:white;
	width: 709px;
}

#distancecontentL {
	background: transparent url('../images/body/body_sprites.gif') scroll repeat-y top left !important;
	padding:0 0 0 4px ;
	width: 719px;
	display:block;
	float: left;
	
}
#distancecontentR {
	padding:0 3px 0 0;
	width: 719px;
	background: transparent url('../images/body/body_sprites.gif') scroll repeat-y top right;
	float: left;
}

#divider {
	margin-top:5px;
	margin-bottom:15px;
	height:22px;
	padding:0px;
	float:left;	
	width:707px;
	border-top:5px solid #00005c;
	background-color:#dddddd;
	font-size:7px;

}

#leftmenu {
	width:216px;
	float:left;
	border-right:1px solid #dddddd; 
	font-size:11px;
}

#subnavi {
	width:206px;
	float:left;
}

#subnavi ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#subnavi ul li {
	background-color:#dddddd;
	border-bottom:1px solid #00005c;
	color:#00005c;
	padding-top:5px;
	padding-bottom:5px;
}


#subnavi ul li a {
	color:#00005c;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
}

#subnavi ul li a:hover,a:active {
	text-decoration:underline;
}

#news {
	float:left;
	width:201px;
	background-color:#00005c;
	border-top:3px solid #dddddd;
	color:white;
	margin:0px;
	padding:0px;
	text-align:right;
	padding-right:5px;
	margin-top:12px;
}

#news ul {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

#content {
	float:left;
	padding-left:10px;
	width:474px;
}

#content h1 {
	margin:0 0 13px 0; 
	text-transform:uppercase; 
	padding:5px 0 3px 0; 
	border-bottom:solid 1px #00005c; 
	border-top:solid 1px #00005c;
	font-weight:normal; 
	font-size:16px;

}

#content a{
	color:#2e887c;
}

#rightcontent{
	width:195px;
	display: block;
	float:left;
}

#footer {
	font-size:10px;
	width:705px;
	float:left;
	height:18px;
	padding-top:8px;
	padding-bottom:5px;
	color: #00005c;
	background: transparent url('../images/body/footer_inside.gif') scroll repeat-x top left !important;
}

#footerL {
	width:715px;
	margin:0px 0px 50px 0px;
	padding:0px 0px 0px 11px;
	float:left;
	background: transparent url('../images/body/footer_l.gif') scroll no-repeat top left !important;
}

#footerR {
	width:705px;
	margin:0;
	padding:0px 11px 0px 0px;
	float:left;
	background: transparent url('../images/body/footer_r.gif') scroll no-repeat top right !important;
}

#footer ul {
	margin:0px;
	padding:0px;
	float:right;
	list-style-type:none;
	font-size: 10px;
}


#footer ul li {
	float:left;

}

#footer ul li a {
	color:#00005c;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
}

#footer ul li a:hover,a:active {
	text-decoration:underline;
}



