﻿/* CSS Document */

body{
	padding:0;
	margin:0;
	background-color:#fff;
	color:#454545;
}
div, h1, h2, h3, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}


.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}


#Maincontainer{
width:1000px;
margin:0 auto;
padding:0;
}


#Subcontainer{
width:1000px;
height:auto;
float:left;
}


/*-------------------------header--------------------*/



#Header{
	width:1000px;
	height: auto;
	float:left;
}

.Header_top{
	width:980px;
	height:102px;
	float:left;
	padding:0 10px 0px 10px;
}

.Logo{
	width:289px;
	height:97px;
	float:left;
}

.Dn_top{
	width:251px;
	height:97px;
	float: right;
}

.Header_Image{
	width:1000px;
	height:182px;
	float:left;
}

.Nav_bg{
	width:1000px;
	height:30px;
	float:left;
	background-image: url(/images/nav_bg.gif);
	background-repeat:repeat-x;
}


.Nav ul{
	float:left;
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.Nav ul li{
	height:30px;
	float:left;
	text-align:center;
	margin:0; 
	padding:0; 
	list-style-type:none;
	padding:0px 92px 0px 92px;
	background-color:transparent;
	
}
.Nav ul li a{
	font:bold 15px/30px Arial, Helvetica, sans-serif;
	color:#004a67;
	background-color:inherit;
	text-decoration:none;
	background-color:transparent;
}

.Nav ul li a:hover{
	color:#fff;
	background-color:transparent;
}


/*-------------------------Body--------------------*/

#Body{
	width:980px;
	height: auto;
	float:left;
	padding:5px 10px 0 10px;
}


.Body {
	width:980px;
	height: auto;
	float:left;
}

.Body h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:25px;
	font-weight: bold;
	color: #ff8a00;
	text-decoration: none;
	padding: 0px 0px 15px 0px ;
	background-color:transparent;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight: normal;
	color: #202020;
	text-decoration: none;
	padding: 0px 0px 10px 0px ;
	background-color:transparent;
}

.Dn_body
{
width:27px;
height:31px;
float:left;
padding:0px 5px 0px 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #027faf;
	text-decoration: none;
	padding: 15px 0px 10px 0px ;
	background-color:transparent;
}

h2 a{
	color: #027faf;
	text-decoration: none;
}


h2 a:hover{
	color: #ff8a00;
}



h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:25px;
	font-weight: bold;
	color: #202020;
	text-decoration: none;
	padding:0px 0px 5px 0px;
	background-color:transparent;
}



.list_content{
	width:900px;float:left; 
	}


.list_content ul, li {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3c3a3b;
	text-decoration: none; 
	line-height:2em; 
	background-color:transparent;
	list-style-type:disc;
}

.Graph1
{
	width:404px;
	height:228px;
	border: 1px solid #d5d5d5;
	padding:15px 15px 15px 15px;
	float:left;
}

.Sap
{
	width:60px;
	height:228px;
	float:left;

}


/*-------------------------Footer--------------------*/



#Footer{
	width:1000px;
	height: auto;
	float:left;
	padding:25px 0px 0px 0px;
}

.Footer_bg{
	width:1000px;
	height:50px;
	float:left;
	background-image:url(/images/bottom_bg.gif);
	background-repeat:repeat-x;
}

.Footer_Left{
	width:500px;
	float:left;
	padding:15px 0px 0px 0px;
}


.Footer_Left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0482b4;
	text-decoration: none;
	background-color:transparent;
}

.Footer_Left p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0482b4;
	text-decoration: none;
	padding:0px 10px 0px 10px;
}

.Footer_Left p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff8a00;
	text-decoration: none;
}

.Footer_Right{
	width:500px;
	float:left;
	padding:15px 0px 0px 0px ;
}

.Footer_Right p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	text-align:right;
}

.Footer_Right p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	padding:0px 10px 0px 10px;
}

.Footer_Right p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
}