
/* CSS Document */

.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#000099;
text-decoration:none;
}

body,html {
margin:0px;
background-color:#FFFFFF;
}

.copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
color:#666666;
}

.service {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000099;
text-align:right;
text-decoration:none;
}
	
.service:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#00CCFF;
text-decoration: none;
text-align:right;
text-decoration:none;
}

.english {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
}
	
.chinese {
font-family: SimSun;
font-size: 14px;
font-style: normal;
}

#background{
height: 600px;
width: auto;
/*background:url(images/background_bg.jpg);*/
background-repeat:repeat-x;
}

#container {
height:600px;
width: 1000px;
background-image:url(images/background.png);
background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/background.png');
}

#container-message {
height:600px;
width: 1000px;
background-image:url(images/people.gif);
background-repeat:no-repeat;
}

#content-container {
width:540px;
height: 600px;
margin:auto;
}

#announcements {
width:540px;
height:270px;
margin:auto;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#list-container {
margin: auto;
height:auto;
width:270px;
}

select { 
background:#FFFFFF; 
color:#000033; 
border:#CCCCCC 1px solid; 
} 

#footer {
clear:both;
width:auto;
margin:auto;
height: 50px;
background:url(images/footer_bg.jpg);
background-repeat:repeat-x;
padding-left: 20px;
padding-top: 20px;
}
	
#footer_navigation {
float: left;
width: 150px;
height: 20px;
margin-top: -15px;
padding-left: 62em;
}