@charset "utf-8";
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#framework {
	background-position: top center;
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #333333;
}
#header {
	height: 149px;
	width: 900px;
}
#headerPhoto {
	float: left;
	height: 149px;
	width: 250px;
}
#headerMenu {
	float: left;
	height: 149px;
	width: 650px;
}
#pageContent {
	clear: both;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#leftSwooshes {
	float: left;
	width: 261px;
	background: url(../images/framework/left_swoosh_bg.jpg);
}
#rightSwooshes {
	float: left;
	width: 152px;
	background: #333333;
}
#contentBG {
	width: 477px;
	float: left;
}
#content {
	background: #FFFFFF;
	width: 447px;
	padding-left: 15px;
	padding-right: 15px;
}
#content p {
	line-height: 14pt;
	padding-right: 20px;
	padding-left: 10px;
	margin-bottom: 0px;
}
#content h1 {
	font-size: 16pt;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
}
#content h2 {
	font-size: 12pt;
	border-bottom: 1px solid #333333;
	margin-left: 10px;
	margin-right: 10px;
}
#content ul {
	line-height: 14pt;
	padding-right: 20px;
}
#footer {
	width: 900px;
	padding-left: 261px;
	clear: both;
	background: #333333;
}
#copyright {
	width: 900px;
	clear: both;
	color: #CCCCCC;
	text-align: center;
	font-size: 9pt;
}
