body {
	background-color:#D0D2D3;
	margin-top: 25px;
	font-family: Helvetica, Arial sans-serif;
	font-size: 12px;
	text-align: center;
}

#mainBody {
	width: 820px;
	margin: auto;
	background-color: white;
	font-size: 12px;
}

#banner {
	text-align:left;
	margin-left:12;
}

#nav {
	margin-left: 12px;
	margin-right: 12px;
	background-color:#666666;
	color:#CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom: 4px solid #DDDEDF;
}

#nav a, #subNav a {
	padding-left: 5px;
	padding-right: 5px;
}

#nav a:link, #nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#nav a:hover {
	color: #D57818;
	text-decoration: none;
}

#subNavBlock {
	margin-left: 12px;
	font-size: 11px;
	padding-bottom: 15px;
	height: 8px;
}

#subNav {
	background-color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	width: 766px;
	float: left;
	height: 14px;
}

#subNav a:link, #subNav a:visited {
	color: #666666;
	text-decoration: none;
}

#subNav a:hover {
	color: #D57818;
	text-decoration: none;
}

#greySq {
	float: left;
	background-color: #666666;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 5px;
	width: 30px;
	text-align: right;
}

#content {
	margin-top: 15px;
	margin-left: 45px;
	margin-right: 45px;
	text-align: left;
}

#syntecTitle {
	font-weight: bold;
	font-size: 20px;
	color: #cf7b0b;
}

#pageTitleText {
	font-size: 20px;
	color:#999999;
}

#pageTitle .greyPipe {
	color:#666666;
}

#mainText {
	color:#666666;
	line-height: 20px;
	font-size: 12px;
	clear: left;
	margin-left:30;
	margin-right:30;
}

#mainText a:link, #footer a:link, #newsText a:link {
	color: #cf7b0b;
}

#mainText a:hover, #footer a:hover, #newsText a:hover {
	color: #FF9900;
}

#mainText a:visited, #footer a:visited, #newsText a:visited {
	color: #be6a0a;
}

#newsTitle {
	border: 1px solid #CCC;
	width: 220px;
	height: 20px;
	background-image: url(images/misc/bg_grad.jpg);
	font-size: 12px;
}

#newsTitle .syntec {
	font-weight: bold;
	color: #cf7b0b;
	padding: 4px 0px 0px 5px;
	font-size: 16px;
}

#newsTitle .news {
	color: #999;
	padding: 4px 0px 0px 0px;
	font-size: 16px;
}

#newsText {
	margin-top: 10px;
	border: 1px solid #CCC;
	width: 220px;
	height: 150px;
	font-size: 11px;
	color:#666666;
	overflow: hidden;
}

#newsText .headline {
	font-weight: bold;
	padding-bottom: 4px;
}

#newsText .story {
	line-height: 14px;
}

.newslistDate {
	margin-bottom: 10px;
}

#newsStoryTitle {
	font-size: 14px;
	font-weight: bold;
	color: #cf7b0b;
}

#footer {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
}