@charset "utf-8";
@import url('table.css');
@import "table.css";
@import url('navigation.css');
@import "navigation.css";
@import url('list.css');
@import "list.css";
@import url('content-special.css');
@import "content-special.css";
/* CSS Document */

body {
	background-color:#E9E7DC;
	text-align:center;
	margin:0;
	padding:0px;
}

body, a, div, td, th {
	font-family: Arial, Verdana;
	font-size:12px;
	color:#343434;
}

a {
	color:#4C2432;
	text-decoration:none;
}

a:hover {
	color:#844D62;
}

a.linkDesc {
	font-size:0.8em;
}

a img {
	border:none;
}

#pagewrapper {
	width:970px;
	margin:auto;
	padding:0;
	background-color:#FFFFFF;
}

#banner {
	width:100%;
}

#bg {
	background:url(../images/bg.jpg) no-repeat top left;
	position:relative;
}

#subheading {
	height:151px;
	overflow:hidden;
}

#contentwrapper{
	width:100%;
}

#contentwrapper #content {
	float:left; 
	width:612px; 
	padding-left:60px;
	padding-right:25px;
	padding-top:30px;
	padding-bottom:40px;
	height:100%;
	height:auto !important;
	height:350px;
	min-height:350px;
	text-align:left;
	font-size:12px;
	line-height:17px;
}

#rhs-content{
	width:203px;
	position:absolute;
	top:0;
	right:0;
	padding-right:1px;
}

#rhs-content img.quicklink{
	margin-bottom:10px;
	border:none;
}

#contentwrapper #content .pageTitle{
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Verdana, "Gill Sans Light", "Gill Sans MT";
	margin:0;
	padding:0;
	margin-bottom:8px;
	margin-top:8px;	
	font-weight:lighter;
	color:#4C2432;
}

#contentwrapper #content .pageSection{
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Verdana, "Gill Sans Light", "Gill Sans MT";
	margin:0;
	padding:0;
	margin-bottom:5px;
	margin-top:5px;	
	font-weight:lighter;
	color:#4C2432;
}


#contentwrapper #content p {
	margin:0;
	padding:0;
	margin-bottom:8px;
	margin-top:8px;	
}

#contentwrapper #content .hr {
	background:#9A8885;
	height:1px;
	width:100%;
	line-height:1px;
}




#contentwrapper #home-content {
	float:left; 
	width:612px; 
	margin:0;
	padding:0;
}




#footer {
	text-align:left;
	padding-top:18px;
	height:50px;
	padding-left:80px;
	color:#555;
}

#footer, #footer * {
	font-size:11px;
	line-height:19px;
}

#footer a {
	text-decoration:underline
}


.png{
/*
For somereason, htc file need to be called from the same level as the HTML page,
hough the htc file is actually placed in the same folder as CSS file.
blank.gif file needs to be in the folder called "images" on the same level as HTML page
also, width and height must be defined.
*/
behavior: url(css/iepngfix.htc);
z-index:0;
}


