* {
	margin: 0;
	padding: 0;
}
html { 
	font-size: 100%;
	overflow-y: scroll;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #FFFFFF;  
	margin: 0;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
img
{
    border:none;
}
a:link {
	color: #666666;
	text-decoration: none;
}

a:visited 
{
    color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #333333;
}


#outer {
	width: 100%; 
	background-image:url(/static/img/bg/bak.jpg);
	background-repeat:repeat-x;
}
#inner{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#top {
	width: 1000px;
	height:85px;
	text-align:left;
}

#top_left{
	width:500px;
	height:85px;
	float:left;
}
#top_left_logo{
	width:107px;
	height:31px;
	background-image:url(/static/img/logo/logo.jpg);
	margin-top:20px;
}
#top_right{
	width:500px;
	height:85px;
	float:left;
	text-align:right;
}
#top_right UL{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:30px;
	font-family:georgia,arial,sans-serif;
	float:right;
}
#top_right UL LI{
	float:left;
	margin-right:10px;
}
#top_right UL LI A{
	color:#000000;
}
#header{
	width:1000px;
	height:174px;
}
#nav{
	width: 1000px;
	height: 41px;
	margin-left:auto;
	margin-right:auto;
}
#nav ul
{
	margin-top:12px;
	white-space: nowrap;
	font-size:12px;
	text-align:left;
}

#nav ul li
{
	display: inline;
	list-style-type: none;
}

#nav ul li a { 
	padding: 3px 5px; 
}

#nav ul li a:link, #nav a:visited
{
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

#nav ul a:hover
{
	color: #ccc;
	background-color: #000;
	text-decoration: underline;
}

#content {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	clear:both;	
	text-align:left;
	margin-top:10px;	
}
#content P
{
    margin-bottom:10px;
}
#content UL
{
    margin-left:20px;
}
#content TD
{
    text-align:left;

}
.two_columns{
	width:1000px;
	padding:0;
	border:0;
}
.two_columns_1{
	width:475px;
	padding-right:25px;
	text-align:left;	
	vertical-align:top;
}
.two_columns_2{
	width:475px;
	padding-left:25px;
	text-align:left;	
	vertical-align:top;	
}
.two_columns_news{
	width:1000px;
	padding:0;
	border:0;
}
.two_columns_news_1{
	width:275px;
	padding-left:25px;
	text-align:left;	
	vertical-align:top;
}
.two_columns_news_2{
	width:675px;
	padding-right:25px;
	text-align:left;	
	vertical-align:top;	
}
.three_columns{
	width:1000px;
	padding:0;
	border:0;	
}
.three_columns_1{
	width:327px;
	margin-right:10px;
	text-align:left;	
	vertical-align:top;	
}
.three_columns_2{
	width:326px;
	margin-right:10px;
    text-align:left;
	vertical-align:top;    
}
.three_columns_3{
	width:327px;
	text-align:left;	
	vertical-align:top;	
}
.four_columns{
	width:1000px;
	padding:0;
	border:0;	
}
.four_columns_1{
	width:243px;
	margin-right:10px;
	text-align:left;	
	vertical-align:top;	
}
.four_columns_2{
	width:243px;
	margin-right:10px;
	text-align:left;	
	vertical-align:top;	
}
.four_columns_3{
	width:243px;
	margin-right:10px;	
	text-align:left;
	vertical-align:top;		
}
.four_columns_4{
	width:241px;
	text-align:left;
	vertical-align:top;		
}
#footer {
	background:#FFFFFF;
	height: 25px;
	clear: both;
	width:1000px;
	margin: 10px auto 4px auto;
	color: #666666;
	border-top:#CCCCCC 1px solid;
	padding-top:10px;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #FF6600;
}
.error
{
    color:Red;
}
.error DIV
{
    display:list-item;
    list-style-type:disc;
    margin-left:15px;
}