body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#ffffff;
	font-size:10pt;
	background-image:url(./images/content.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

div#container {
	margin: auto;
	padding-left:3px;
	padding-right:3px;
	width: 780px;
	border-left-color: #006699;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #006699;
	border-right-style: solid;
	border-right-width: 1px;
}

div#banner {
	background-image: url(./images/header.jpg);height:180px;
}

div.shadow {  position:relative;top:0px;color: #999999;font-size:10pt;}
.shadow a{  font-weight:bolder;color: #999999; text-decoration: none;}
.shadow:link {  color: #999999; text-decoration: none;}
.shadow:visited {  color: #999999; text-decoration: none;}
.shadow:active {  color: #999999; text-decoration: none;}
.shadow:hover {  color: #ff6666; text-decoration: none;position:relative;top:1px;left:1px}

.limit {
	padding-top:10px;
	margin-left:0px;
	line-height:180%;
	width:180px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:left;
}

.welcome {
	font-weight:bolder;
	font-size:12pt;

}

.announce {
	padding-top:50px;
	padding-left:10px;
}




div#bottom {
	background-image:url(./images/bottom1.jpg);
	width:780px;
	height:67px;
}

#indeximg {
	float:right;
	position:relative;
	z-index:-1;
	margin-left:0px;
	padding-left:0px;
}

.topnews {
	
	line-height:170%;
	padding-right:10px;
	margin:0px;	
	text-indent:0px;
}

.news_content{
	
	padding-right:10px;
	width:350px;
	white-space:nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
	padding-left:0px;
	
}
.news_content2{
	
	padding-right:10px;
	width:150px;
	white-space:nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
	padding-left:0px;
	
}

.tdlist{
	padding-top:10px;
	padding-bottom:10px;
}

.news_box {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:none;
	border-top:none;
	height:130px;
	text-align:left;
}

a{  color: #000000; text-decoration: none;}
a:link {  color: #000000; text-decoration: none;}
a:visited {  color:#000000; text-decoration: none;}
a:active {  color: #000000; text-decoration: none;}
a:hover {  color: #ff6666; text-decoration: underline;}

.topnews_time {
	color: #333333;
	font-size:9pt;
}

.toplist {
	margin:0px;
	list-style-type:none
}

.more {
	float:right;
	padding:2px 2px 2px 2px;
	margin-right:20px;
	font-size:9pt;
	line-height:100%;
	background-color: #FFCC00;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

.more:link {  color: #FFFFFF; text-decoration: none;}
.more:visited {  color: #FFFFFF; text-decoration: none;}
.more:active {  color: #FFFFFF; text-decoration: none;}
.more:hover {
	color: #FFFFFF;
	text-decoration: none;
	position:relative;
	top:1px;
	left:1px;
	background-color: #FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

.toplist {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px !important;
}
.chromestyle{
width: auto;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #606060;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
