@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	}
	
body {
	position:absolute;
	background:url(images/bg.gif) repeat-x top left;
	width:100%;
	min-width:960px;
	height:100%;
	margin:0px;
	color:#1f1f1f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	}
	
div,td {
	color:#1f1f1f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	}
	
h2 {
	font-size:10pt;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	}
	
#content {
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	}
	
#cmain {
	width:960px;
	padding:160px 0px 96px 0px;
	text-align:left;
	}
	
#ctop {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-480px;
	background:url(images/header.gif) no-repeat top left;
	width:960px;
	height:160px;
	text-align:left;
	z-index:4;
	}
	
#cbottom {
	position:fixed;
	left:0px;
	bottom:0px;
	background:url(images/bg.gif) repeat-x bottom left;
	width:100%;
	height:93px;
	padding-top:3px;
	margin-top:-96px;
	text-align:left;
	z-index:14;
	}
#cbottom2 {
	width:960px;
	}
	
.clang {
	float:right;
	margin-top:64px;
	padding:7px 10px 5px 0px;
	height:20px;
	}
	
#cleftmenu {
	float:left;
	width:520px;
	height:32px;
	}
#crightmenu {
	float:right;
	width:313px;
	height:32px;
	}
	
.menuitem {
	height:19px;
	padding:8px 0px 5px 0px;
	}
.hmenuitem {
	background:#58585a;
	height:21px;
	padding:6px 0px 5px 0px;
	color:#ffffff;
	}
	
.csubmenu {
	background:#58585a;
	width:960px;
	height:32px;
	}
.leftsubmenu {
	float:left;
	height:32px;
	}
.rightsubmenu {
	float:right;
	height:32px;
	}
	
.submenuitem1 {
	float:left;
	height:21px;
	padding:6px 8px 5px 8px;
	}
.submenuitem2 {
	float:left;
	height:21px;
	padding:6px 10px 11px 10px;
	margin-bottom:-6px;
	color:#ffffff;
	}
	
.cmaintitle {
	width:100%;
	padding-top:15px;
	margin-bottom:-15px;
	}
	
.ctitle {
	background:url(images/horline.gif) repeat-x bottom left;
	width:100%;
	height:21px;
	padding:6px 0px 5px 0px;
	}
	
.ctitlesmall {
	float:left;
	width:290px;
	}
.ctitlelarge {
	float:left;
	width:625px;
	}
.ctitlesep {
	float:left;
	width:45px;
	height:10px;
	}
	
.cnewsblock {
	margin-bottom:40px;
	}
	
.cbottomleft {
	float:left;
	padding-right:20px;
	}
.cbottomright {
	float:right;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	}
	
.clrdiv {
	clear:both;
	}
	
.contenttable {
	margin:32px 0px 16px 0px;
	height:100%;
	}
	
.smalltd {
	width:290px;
	text-align:left;
	vertical-align:top;
	}
.largetd {
	width:625px;
	text-align:left;
	vertical-align:top;
	}
.septd {
	background:url(images/verline.gif) repeat-y top center;
	width:45px;
	}
	
.mainimage {
	width:290px;
	height:230px;
	text-align:center;
	}
.largemainimage {
	width:625px;
	height:230px;
	text-align:center;
	}
.newsimage {
	width:290px;
	height:140px;
	text-align:center;
	}
	
	
a:link,a:visited,a:active {
	color:#1f1f1f;
	font-size:9pt;
	text-decoration:none;
	}
a:hover {
	color:#1f1f1f;
	font-size:9pt;
	text-decoration:underline;
	}
	
.whitelink:link,.whitelink:visited,.whitelink:active,.whitelink:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
.graylink:link,.graylink:visited,.graylink:active,.graylink:hover {
	color:#c4c5c8;
	text-decoration:none;
	}
	
.orangelink:link,.orangelink:visited,.orangelink:active,.orangelink:hover {
	color:#c94435;
	}
	
.smalllink:link,.smalllink:visited,.smalllink:active,.smalllink:hover {
	font-size:8pt;
	}
	
.langlink:link,.langlink:visited,.langlink:active,.langlink:hover {
	font-family:sylfaen;
	font-size:8pt;
	}
