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

body {
	margin:0px;
	padding:0px;
	background:#000000;
	color: #CCCCCC;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	letter-spacing:1px;
	overflow:scroll;
}

img, div {
	behavior: url(iepngfix.htc);
}

a {
	color: #FFFFFF;
	text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color:#FF6600;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#999999;
}

h1 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-bottom:4px;
}

h2 {
	color:#FFFFFF;
	font-size:16px;
	padding:10px 10px 2px 0px;
	/*border:1px #FFFFFF solid;*/
	border-bottom:1px solid #333333;
	text-transform:none;
}

h3 {
	color:#FFFFFF;
}

h4 {
	color:#FFFFFF;
	padding:8px 0px 0px 0px;
	margin:0px;
	font-weight:normal;
}

h5 {
	color:#FFFFFF;
	font-style:italic;
	font-size:12px;
}


strong {
	color:#FFFFFF;
}

a strong {
	color:inherit;
}

a:hover strong {
	color:#FF6600;
}

.mainSite {
	width:978px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/CHE_background.jpg) top center no-repeat #000000;
	overflow:visible;
}

.header {
	letter-spacing: 0.05em;
	margin: 0;
	height:95px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}

.header a {
	color: #FFFFFF;
	text-decoration: none;
}

.header a:hover {
	color:#00C6FF;
}

.mainMenuOption {
	float:right;
	padding: 38px 20px 0px 0px;
}

.content {
	float:right;
	width:728px;/*528px*/
	padding:20px 30px 20px 20px;
}

.subHeader {
	width:518px;
	padding:0px 10px 10px 0px;
	margin:8px 0px 8px 2px;
	text-align:left;
	font-size:10px;
	color:#999999;
	/*border-left:4px solid #999999;*/
}

.scrollArea {
	width:500px;/*350px*/
	padding-right:25px;
	padding-top:15px;
	/*height:360px;*/
}

.subMenu {
	float:left;
	width:185px;/*135px*/
	padding:15px;
	padding-left:0px;
	line-height:14px;
}

.subMenu ul {
	list-style-type:none;
	padding-left:10px;
	margin-top:0px;
}