html{
	scrollbar-face-color:#0089d0;
	scrollbar-base-color:#c7dff3;
	scrollbar-shadow-color:#c7dff3;
	scrollbar-darkshadow-color:#c7dff3;
	scrollbar-highlight-color:#c7dff3;
	scrollbar-3dlight-color:#c7dff3;
	scrollbar-track-color:#c7dff3;
	scrollbar-border-color:#c7dff3;
	scrollbar-arrow-color:#0089d0;
}
body{
	background-image: url(images/bgcolor_blue.jpg);
	font-size:11px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	scroll:auto;
}
table{
	font-size:11px;
}
img{
	border:none;
}
h2{
	font-size:14px;
}
a:link,
a:active,
a:visited{
	color:#FF0000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

#sitebox {
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 50%;
	width: 720px;
	height: 530px;
	margin-left: -360px;
	margin-top: -256px;
	z-index : 1;
	background-color: #FFFFFF;
}
#headerbox {
	height: 80px;
	width: 720px;
}
#headerbox #left {
	height: 80px;
	width: 380px;
	float:left;
}
#headerbox #right {
	height: 80px;
	width: 340px;
	float:left;
	background-image: url(images/header_right_bg.jpg);
	background-repeat: no-repeat;
}
#navigation{
	height: 418px;
	width: 150px;
	float: left;
}
#footerbox {
	height: 32px;
	width: 720px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
}
#footerbox #content {
	font-size: 11px;
	color: #FFFFFF;
	line-height:30px;
}
#footerbox #content a:link,
#footerbox #content a:active,
#footerbox #content a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left:20px;
}
#footerbox #content a:hover{	
	text-decoration:underline;
}


.csc-textpic-caption{
	height:10px;
	font-size:10px;
	color:#CCCCCC;
}
.csc-loginform{
	height:auto;
}
.csc-loginform input{
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.news-latest-item h3{
	font-size:14px;
}
.news-single-item h2{
	font-size:14px;
}
.news-single-item h3{
	font-size:12px;
	display:inline;
}
