/**************** body and tag styles ****************/
body {
margin-top: 0px;	  
margin-bottom: 30px;
}

#container {
width: 960px;
margin: 0 auto;
font-family: 新宋体,宋体,黑体,Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 160%;
color: #666666;
background-color: #FFFFFF;
text-align:left;
}

#container2 {
width: 960px;
margin: 0 auto;
font-family: 新宋体,宋体,黑体,Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 160%;
color: #666666;
background-color: #FFFFFF;
/*border-bottom: 2px solid #1A76B7;*/
}

		
h1 {
color: #666666;
font-size: 16px;
font-family: 新宋体,宋体,黑体,Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
}

h1 a {
color: #1A76B7;
background-color: #FFFFFF;
text-decoration: underline;
}

h1 a:hover {
background-color: #FFFFFF;
color: inherit;
font-weight:bold;
text-decoration: none;
}

/**************** menu styles ****************/
#navigation{
float:left;
width:960px;
background-color:#1A76B7;
margin:1px 0;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:5px 6px;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:#1A76B7;
color: #FFFFFF;
}


#navigation .selected{
background:#80b0da;
color:#FFFFFF;
text-decoration:none;
}


#navigation a:hover{
background:#80b0da;
color:#FFFFFF;
text-decoration:none;
}



/**************** content styles ****************/

#linkposition{
width: 640px;
padding-left: 0px;
padding-right: 10px;
padding-top: 8px;
float: left;
font-size: 12px;
}

#linkposition p{
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 1px solid #DDDDDD;
}

#linkposition p a {
color: #1A76B7;
background-color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
}

#linkposition a:hover {
background-color: #FFFFFF;
color: inherit;
font-weight: normal;
text-decoration: none;
}

#content {
width: 640px;
padding-left: 0px;
padding-right: 10px;
padding-top: 5px;
float: left;
}

#content p {
padding-bottom: 10px;
border-bottom: 1px solid #DDDDDD;
}

#content p a {
color: #1A76B7;
background-color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
}

#content a:hover {
background-color: #FFFFFF;
color: inherit;
font-weight: normal;
text-decoration: none;
}


#content table a {
color: #1A76B7;
background-color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
}

#content table:hover {
background-color: #FFFFFF;
color: inherit;
font-weight: normal;
text-decoration: none;
}

#content ul a {
color: #1A76B7;
background-color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
}

#content ul:hover {
background-color: #FFFFFF;
color: inherit;
font-weight: normal;
text-decoration: none;
}

/**************** sidebar styles ****************/
#sidebar {
width: 300px;
padding-left: 10px;
padding-right: 0px;
padding-top: 0px;
float: right;
}


#sidebar p {

padding-bottom: 10px;
border-bottom: 1px solid #DDDDDD;
}

#sidebar a {
color: #1A76B7;
background-color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
}

#sidebar a:hover {
background-color: #FFFFFF;
color: inherit;
font-weight: normal;
text-decoration: none;
}
	  
	  
/**************** header styles ****************/
#header{
width: 960px;
border: 0px
padding-bottom: 0px;
padding-top: 10px;
float:left;
}

#bookmarkicon{
float:right;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
font-size:12px;
background-color:#1A76B7;
}

#bookmarkicon p {
padding-bottom: 10px;
text-align: right;
}

#bookmarkicon p a {
color: #FFFFFF;
background-color: #1A76B7;
font-weight: normal;
text-decoration: underline;
}

#bookmarkicon a:hover {
background-color: #1A76B7;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

/**************** footer styles ****************/
#footer {
margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 2px;
padding-right: 2px;
clear: both;
width: 960px;
background-color:#1A76B7;
}
		
#footer p {
color:#FFFFFF;
padding: 5px;
text-align: center;
}
		
#footer p a {
color: #FFFFFF;
background-color:#1A76B7;
font-weight:100;
border-bottom: 1px dotted #FFFFFF;
}
		
#footer p a:hover {
color: #FFFFFF;
text-decoration: none;
border-bottom: 0px dotted #FFFFFF;
}


