html, body {
	margin: 0px;
	overflow:auto;
	overflow-x:hidden;
  height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 18px;
	margin-bottom: 3px;
}

h1 {
	font-family: arial, verdana, sans-serif; 
	font-size: 18px; 
	font-weight: normal;
	color: #9b0202;
}

h2 {
	font-family: verdana, arial, sans-serif; 
	font-size: 16px; 
	color: #9b0202; 
}

h3 {
	font-family: verdana, arial, sans-serif; 
	font-size: 14px; 
	color: #9b0202; 
}

h4, h5, h6 {
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #9b0202; 
}

p	{
	margin: 0px;
	line-height: 15px;
	font-size: 12px;
}

a	{
	color: #9b0202;
}

#cms_container {
	position: relative;
	width: 900px;
	vertical-align: top;
	background: #d9e8ef;
}
#cms_top {
	padding: 0;
	width: 900px;
	height: 124px;
	background: #ffffff;
}
#cms_toptext {
	position: absolute;
	top: 40px;
	left: 690px;
}
#cms_toptext h1 {
	font-size: 24px;
	font-weight: bold;
	color: #9c0000;
	text-transform: uppercase;
}
#cms_toptext h1 span {
	font-size: 14px;
}
#cms_toptext h2 {
	font-size: 12px;
	color: #10425a;
	margin-top: 9px;
	text-indent: 56px;
}
#cms_leftmenu {
	width: 161px;
	height: 400px;
	padding: 30px 20px 20px 20px; 
	background: url("/design/graphics/leftmenubg.gif") bottom left repeat-x;
	float: left;
	vertical-align: top;
}
#cms_leftmenu ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cms_leftmenu a.depth_0, a.depth_1, a.depth_2, a.depth_3 {
	color: #10425a;
	text-decoration: none;
}
#cms_leftmenu a.active {
	text-decoration: underline;
	color: #9b0202;
}
#cms_leftmenu a:hover {
	color: #9b0202;
	text-decoration: underline;
}
#cms_leftmenutopimg {
	position: absolute;
	top: 124px;
	left: 0px;
}
#cms_content {
	width: 639px;
	padding: 30px;
	height: 390px;
	vertical-align: top;
	float: right;
	background: #ffffff url("/design/graphics/vertdots.gif") top left repeat-y;
}
#cms_ew_footer {
	clear: both;
	text-align: left;
	text-indent: 10px;
	background: #ffffff;
}
#cms_ew_footer a {
	color: #aaaaaa;
	font-size: 10px;
}
#cms_topimage {
	position: absolute;
	top: 0px;
	left: 0px;
}	
#cms_topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	clear: both;
	height: 8px;
	background: #013750;
}
#cms_topdots {
	position: absolute;
	top: 124px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: url("/design/graphics/topdots.gif") bottom left repeat-x;
}
#cms_address {
	margin-top:
	20px;
}
#cms_chglang {
	position: absolute;
	top: 20px;
	left: 20px;
}