@import "global.css";
@import "common.css";

#header{
	height:107px;
	/*background:url(/media/layout/subheader_right.about.jpg) no-repeat right;*/
	margin-left:180px;
}
#header #headerContent{
	padding-top:20px;
}
#header em{
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
#header h1{
	border:none;
}

#content{
	padding-left:15px;
	position:relative;
}
*html #content{ /* IE only style, blaaahhhhh!!!! */
	width:100%;
}
#content #leftColumn{
	float:left;
	width:192px;
	/*margin-right:15px;*/
	margin-bottom:20px;
	position:relative;
}
#content #leftColumnBack {
	background:url(/media/layout/leftColumn_bg.gif) repeat-y;
}
#content #leftColumn #leftColumnTop{
	background:url(/media/layout/leftColumn_top.jpg) top no-repeat;
}
#content #leftColumn #leftColumnTop #leftColumnBody{
	background:url(/media/layout/leftColumn_bottom.jpg) bottom no-repeat;
	padding:15px 30px 15px 15px;
}
#content #leftColumn #leftNav {
	min-height: 70px;
}
#content #leftColumn #leftNav a{
	display:block;
	padding-left:10px;
	background:url(/media/layout/bullet.gif) no-repeat left 6px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:14px;
}
#content p,#content h1, #content h2, #content h3, #content h4, #content h5, #content ul, #content ol, #content li{
	margin-left:10px;
}
#content li{
	margin-left:15px;
	margin-bottom:1em;
}
#content div.rightContent{
	margin-left:195px;
}
#footer{
	position:relative;
	margin:10px 35px;
	padding-top:15px;
	line-height:1.5em;
	border-top:1px #C1C1B5 dotted;
}
*html #footer{ /* IE only */
	width:100%;
}
#footerBrochure{
	position:absolute;
	left:556px;
	top:23px;
	text-align:left;
	line-height:12px;
}
#footerBrochure img{
	margin-right:2px;
	position:relative;
	top:-5px;
}