@import url("ddlevelsmenu-bar.css");
@import url("ddlevelsmenu-base.css");

BODY {
	background-color: #DADADA;
	background-image: url('../images/bg.gif');
	height: 100%;
	text-align: center;
	margin: 0;	
}
FORM {
	margin: 0;
}

DIV.container {
	margin: 0 auto;
	height: 100%;
}
TABLE.container {
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}	

TABLE.nav {
	width: 980px;
	height: 33px;
}
TABLE.subnav {
	background-image: url('../images/subnav_bg.gif');
	background-repeat: repeat-x;
	width: 924px;
}
TABLE.content {
	width: 980px;
	height: 576px;
}
TD.content {
	width: 924px;
	height: 555px;
	background-color: #FFFFFF;
	vertical-align: top;
}
TD.frame_column {
	width: 28px;
	height: 555px;
}

.text {
	font-family: arial;
	font-size: 8pt;
	color: #333333;
}

.text A {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #CB2035;
	text-decoration: none;
}

.news_date {
	font-family: arial;
	font-size: 8pt;
	color: #333333;
	font-style: italic;
}
.news_headline {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #CB2035;
	text-decoration: underline;
}
.casestudy_heading {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #C82034;
	text-transform: uppercase;
}
.legal, .legal A {
	font-family: arial;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
.textbox {
		font-size: 11px;
		font-family: arial;
		background-color: #F8F8F8;
		border: 1px solid #CCCCCC;
		padding-left: 3px;
		margin-left: 3px;
	}