body {
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	background-color:#dfdfdf;
	background-image:url('/Images/bg.gif');
	background-repeat:repeat-x;
	vertical-align:top;
	margin:0;
}
#container {
	width:100%;
	height:100%;
	background-image:url('/Images/container_bg.gif');
	background-repeat:repeat-y;
	background-position:center;
	min-height:100%;
}
#menuContainer {
	width:524px;
	height:34px;
	background-image:url('/Images/nav_bg.gif');
	background-repeat:no-repeat;
}
#homeContent {
	width:750px;
	vertical-align:top;
	margin-top:0;
}
#sidebar {
	width:168px;
	padding-left:16px;
	padding-right:17px;
	padding-bottom:16px;
	height:100%;
}

/* news modules */
.newsTitle
{
	font-family:Verdana;
	font-size:11px;
	color:#74adcf;
	font-weight:bold;
}
a.newsTitle:link{
	font-family:Verdana;
	font-size:11px;
	color:#74adcf;
	font-weight:bold;
	text-decoration: underline;
}

a.newsTitle:hover{
	font-family:Verdana;
	font-size:11px;
	color:#74adcf;
	font-weight:bold;
	text-decoration: none;
	}

a.newsTitle:active{
	font-family:Verdana;
	font-size:11px;
	color:#74adcf;
	font-weight:bold;
	text-decoration: underline;
}

a.newsTitle:visited{
	font-family:Verdana;
	font-size:11px;
	color:#74adcf;
	font-weight:bold;
	text-decoration: underline;
}

a.newsTitle:visited:hover{
	font-family:Verdana;
	font-size:11px;
	color:#74adcf;
	font-weight:bold;
	text-decoration: none;
}
.newsDetailTitle
{
	font-family:Verdana;
	font-size:11px;
	color:#74adcf;
	font-weight:bold;
}
.newsCategoryTitle
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	display:none;
}
.newsItemDate
{
	color: #333333;
	font-family:Verdana;
	font-size:11px;

}
.newsAuthor
{
	color: #333333;
	font-family:Verdana;
	font-size:11px;
	font-style:italic;
}
.newsSummary
{
	color: #666666;
	font-family:Verdana;
	font-size:11px;
}
.newsContent
{
	color: #666666;
	font-family:Verdana;
	font-size:11px;
}
.profile
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
}

.whiteText{
	color: #FFFFFF;
}

.paddedColumnContent{
	padding: 10px;
}

/* utility nav */


#utility {
	font-size:10px;
	font-family:verdana;
	color:#333333;
	height:24px;
	padding-right:10px;
	padding-top:6px;
}
#utility a, a:visited {
	color: #333333;
	text-decoration:none;
}
#utility a:hover {
	color: #333333;
	text-decoration:underline;
}

/* footer */

#footerContainer {
	width:750px;
	height:80px;
}

#footer {
	font-size:9px;
	font-family:Verdana;
	line-height:14px;
	color:#000000;
}
#footer a, a:visited {
	color: #000000;
	text-decoration:underline;
}
#footer a:hover {
	color: #000000;
	text-decoration:none;
}
.footerOrange {
	font-size:9px;
	font-family:Verdana;
	line-height:13px;
	color:#f57e24;
}
.footerOrange a, a:visited {
	color: #f57e24;
	text-decoration:underline;
}
.footerOrange a:hover {
	color: #f57e24;
	text-decoration:none;
}
