body {
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	background-color:#bfbfbf;
	background-image:url('/Images/bg.gif');
	background-repeat:repeat-x;
	vertical-align:top;
	margin:0;
	line-height:15px;
}
#container {
	width:874px;
	height:100%;
	vertical-align:top;
}
#menuContainer {
	width:834px;
	height:22px;
	padding-right:20px;
	padding-left:20px;
}
#homeContent {
	margin: 0 auto;
	width:874px;
	height:100%;
	background-color:#ffffff;
}
#homePhotoTop {
	width:436px;
	height:164px;
}
#homePhotoBottom {
	border-top:1px solid #ffffff;
	border-bottom:10px solid #767575;
	width:436px;
	height:163px;
}
#homeHelp {
	width:393px;
	height:120px;
	padding:22px;
}
#homeMessage {
	width:437px;
	height:174px;
	background-image:url('/Images/message_bg.gif');
	background-repeat:no-repeat;
}
#homeNews {
	width:436px;
	height:100%;
	background-color:#ebebeb;
}
#subpageContent {
	margin: 0 auto;
	width:874px;
	height:100%;
	background-color:#ffffff;
}
#subpageHeader {
	width:591px;
	height:114px;
	border-bottom:10px solid #767575;
	background-color:#ebebeb;
	text-align:center;
}
#subpagePhoto {
	width:273px;
	height:114px;
	border-bottom:10px solid #c31200;
}
#contentCol2 {
	background-image:url(/Images/sidebar_bgTop.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


/* news modules */
.newsTitle
{
	color: #333333;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}
.newsDetailTitle {
	color:#005a9c;
	font-size:16px;
	font-family:verdana;
	font-weight:bold;
	line-height:22px;
	text-align:center;	
	
}
.newsCategoryTitle
{
	color: #005a9c;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	display:none;
}
.newsItemDate
{
	color: #666666;
	font-family:Verdana;
	font-size:11px;
}
.newsAuthor
{
	color: #666666;
	font-family:Verdana;
	font-size:11px;
}
.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;
}
a.newsLinks {
	color:#005a9c;
	text-decoration:underline;
}	
a.newsLinks:hover {
	color:#005a9c;
	text-decoration:none;
}
a.newsLinks:visited,
a.newsLinks:link:visited{
	color:#005a9c;
	text-decoration:underline;
}
a.newsLinks:visited:hover {
	color:#005a9c;
	text-decoration:none;
}


/* footer */


#footerContainer {
	width:874px;
	height:58px;
	background-color:#000000;
}

#footer {
	font-size:9px;
	font-family:verdana;
	text-align: center;
	line-height:15px;
	color:#cccccc;
	height:58px;
	width:874px;
	font-weight:bold;
}
#footer a, a:visited {
	color: #cccccc;
	text-decoration:underline;
}
#footer a:hover {
	color: #cccccc;
	text-decoration:none;
}
