﻿html,body,div,ul,li,h1,h2,h3,h4,h5,h6
{
    margin:0;
    padding:0;
    font-size:12px;
    font-family:"宋体"; /*, Arial;*/
    color:#07233e;
    line-height:18px;
}

ul 
{
    list-style:none;
}
.cr
{
    margin:0;
    padding:0;
    font-size:12px;
    font-family:"宋体",arial,helvetica;
    color:#07233e;
    line-height:18px;
}
.copyright
{
    font-family:arial,helvetica;
    font-size:11px;
}

body
{
    height:100%;
}

a:link 
{
	color:#07233e;
	text-decoration:none;
}
a:visited
{
	color:#0e4882;
	text-decoration:none;	
}
a:hover
{
	color:#330000;
	text-decoration:underline;
}

h2
{
    font-size:18px;
    font-weight:bold;
}

#topnavi
{
	margin:0 auto;
	height:18px;
	line-height:19px;
	width:962px;
	background:#8abced url(Images/topbg.gif) repeat-y;
	overflow:hidden;
}
#topnavi a
{
	color:#5195d4;
	text-decoration:none;
}
#topleft
{
	width:auto;
	height:14px;
	float:left;
}
#topright
{
	padding-top:1px;
	padding-right:1em;
	height:13px;
	width:auto;
	color:#5195d4;
	float:right;
}
#header 
{
    margin:0px auto;
    padding:0px;
    width:962px;
    height:110px;
    background:url(Images/titlebg.jpg) no-repeat;
}
#headerswf
{
	width:352px;
	height:110px;
	float:right;
}

#bottommenu
{
	margin:6px auto 0;
	padding-top:3px; 
	width:962px;
	height:18px;
	text-align:center;
	background:url(Images/navi3bg.gif) repeat-x;		
}
#bottommenu a
{
	color:#fff;
	text-decoration:none;
}
#contact
{
	color:#fff;
	width:200px;
}

#footer
{
    margin:0 auto 8px auto;
    width:962px;
    height:90px;
    background:#efefef;
}
#footer_left
{
	width:100px;
	height:90px;
	background:#efefef url(Images/glogo.gif) no-repeat 40px 16px;	
	border-right:dashed 1px #bbb;
	float:left;    
}
#footer_right
{
	padding:18px 0 0 18px;
	width:690px;
	height:72px;
	color:#666;
    background:#efefef;
	float:left;    
}
#footer_space
{
    padding-top:22px;
	width:150px;
	height:68px;
	background:#efefef;
	float:left;
}
.clear
{
    clear:both;
}
