/* CSS Document */

* {
padding: 0;
margin: 0;
text-decoration: none;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: center;
	background:#50504f url(gbck.gif) repeat;
	background-attachment: fixed;
}

#container {
	width: 800px;
	background-color: white;
	margin: 0px auto;
	text-align: left;
	border-color: #FFFFFF;
}

#nav {
	background-color: #FFFFFF;
	width: 800px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	text-align: center;
}

#nav ul{
	padding: 7px 0 10px 0;
	color: #993366;
}

#nav ul li{
	display: inline;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	padding: 0 16px 0 16px;
}

#nav ul li a{
	color: #3399cc;
	text-decoration: none;	
}

#nav ul li a:hover, #nav ul li a:focus{
        color: #FF0000;
}  

#content{
	width: auto;
	text-align: left;
	margin: 20px 70px 5px 70px;
        }
		
#content p{
	color: #666666;
	font-size: 13px;
	text-align: left;
	padding: 10px 0 5px 0;
	line-height: 1.2;
}

#content p a{
	color: black;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px dotted #666666;
}

#content p a:hover, #content p a:focus{
	color: #666666;
} 

#content h1{
	color: #006699;
	font-size: 19px;
	font-weight: normal;
	padding: 0 0 7px 0;
	text-indent: 0;
	line-height: 1.2;
}

#content h2{
	color: #3399cc;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 5px 0;
}

#content h2 a{
	color: #3399cc;
	}
	
#content h2 a:hover{
	color: #336699;
	border-bottom: 1px dotted #336699;
}


#content h3{
	font-size: 110%;
	color: #666666;
	padding: 10px 0 5px 0;
	font-weight: normal;
}

#content h4{
	font-size: 95%;
	color: #339900;
	padding: 5px 0 3px 0;
	font-weight: normal;
	}

#content h5{
	font-size: 115%;
	color: #333333;
	padding: 5px 0 3px 0;
	margin: 10px 5px 0 50px;
	font-weight: normal;
	text-align: center;
	}

.mainlist{
	margin: 10px 0 10px 0;
	}

.mainlist li{
	color: #666666;
	font-size: 13px;
	Padding: 0 0 0 15px;
	list-style-type: none;
	background-image: url(list.gif);
	background-repeat: no-repeat;
	line-height: 1.3;
	}

.thumbs{
	margin: 10px 0 10px 0;
	}
	
.thumbs li{
	display: inline; 
 	float: left;  
 	width: 152px; 
  	height: 135px;
	} 
	
.sub_content{
	width: auto;
	text-align: left;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
  }
  
.sub_content2{
	width: auto;
	text-align: left;
	border-top-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: dotted;
  }
  
.sub_content3{
	height: 160px
  }
  
img {
	display: block;
	border: 0;
}

#rightcol{
	float: right;
	width: 175px;
	margin: 20px 5px 0 0;
	text-align: left;
	background-color: #E7EDE4;
	display: inline;
  }
  
#leftcol{
	float: left;
	width: 175px;
	margin-left: 5px;
	text-align: left;
	background-color: #CCFFFF;
	display: inline;
  }
  
#rightcol p, #leftcol p {
	color: black;
	font-size: 12px;
	text-align: left;
	text-indent: 0%;
	padding: 10px 10px 5px 10px;
	line-height: 1.2;
}

#rightcol p a, #leftcol p a{
	color: #CC0000;
}

#rightcol p a:hover, #rightcol p a:focus, #leftcol p a:hover, #leftcol p a:focus{
	color: #339900;
	text-decoration: underline;
}

#leftcol ul{
	margin: 20px 0 20px 5px;
	}
  
#leftcol ul li{
	display: block;
	font-size: 12px;
	list-style-type: none;
	color: #333333;
	line-height: 1.4;
  }
  
#rightcol ul li{
	font-size: 12px;
	list-style-type: none;
	color: #333333;
	line-height: 1.4;
	padding: 3px 5px 3px 0;
  }
  
#rightcol ul li a, #leftcol ul li a{
	color: #000000;
  }
    
#rightcol ul li a:hover, #rightcol ul li a:focus, #leftcol ul li a:hover, #leftcol ul li a:focus{
	color: #CC0000;
	text-decoration: underline;
	} 
  
#rightcol h2, #leftcol h2{
	color: #660000;
	font-size: 100%;
	padding: 8px 5px 5px 0;
	margin: 0 10px 0 10px;
	font-weight: normal;
	line-height: 1.2;
  }
  
#rightcol h3, #leftcol h3{
	color: #333333;
	font-size: 90%;
	padding: 8px 5px 5px 0;
	margin: 0 10px 0 10px;
	font-weight: normal;
  }
	  
#footer{
	width: 800px;
	height: 30px;
	text-align: center;
	background-image: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	background-color: #99CCCC;
}

#footer p{
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding: 10px 0 5px 0;
}

#footer p a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}

#footer p a:hover, #foooter p a:focus{
	color: #990000;
	border-bottom: 1px dotted #990000;
} 

#footer ul{
	color: #993366;
	padding: 5px 0;
}

#footer ul li{
	display: inline;
	text-align: center;
}

#footer ul li a{
	color: #666666;
	font-size: 80%;
	padding: 0 30px 0 30px;
	font-weight: bold;
} 

#footer ul li a:hover, #footer ul li a:focus{
        color: #CC0000;
} 

.detail{
	color: #999999;
	font-size: 70%;
}

.left{
	float: left;
	margin-right: 10px;	
	margin-bottom: 5px;
	display: inline;
}
  
.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline;
}

.hide{
	display: none;
}
