.accentBar {
	background-color:#F75B18;
	height:6px;
}

body {
	font: 11px verdana, arial, helvetica;
	margin: 0px 0px 0px 0px;
}

.banner1 {
	height: 172px;
	background-image: url(../siteBranding/banner.jpg);
	background-repeat:no-repeat;
}
.banner2 {
	height: 150px;
	background-image: url(../siteBranding/knowledgeNetwork.jpg);
	background-repeat:no-repeat;
}

#contentArea {
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	width:540px;
}

#content {
	font-size: 11px;
	text-align: left;
	background: #ffffff;
}

#contentArea a {
	text-decoration: none;
}
#footer {
	background: #666699;
	margin-top: 3px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	color: #ffffff;
	height: 20px;
	font-size: 9px;
	font-weight: normal;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.geeniusBold {
	color: #FFFFFF;
	font-weight:bold;
}
.homePanelMainText {
	font-size: 16px
}
.homePanelTitle {
	font-size: 16px;
	font-weight: bold;
}
.homePanelText {
	font-size: 13px
}
.leftTopics {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	width:380px;

	font-size: 11px;
	text-align: left;
	background: #ffffff;
}
.menuItem {
	text-align:center;
}
.menuActive {
	background-color:#CCCCCC;
	text-align:center;}
.menuItem a {
	color: #ffffff;
	text-decoration: none;
}
.menuItem a:Hover {
	color: #333333;
	text-decoration: none;
}
.menuItem a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menuBanner {
	background-color: #666666;
	height:24px;
}
.page {
	width:940px;
}
.pageHeader {
	height: 76px;
	background-image: url(../siteBranding/logo.png);
	background-repeat:no-repeat;
	font-size: 11px;
	font-weight:bold;
}
.pageHeader a {
	color: #FF6600;
	text-decoration: none;
}
.pageHeader a:hover {
	color: #333333;
	text-decoration: none;
}

#separatorLine {

	background-image: url(../siteBranding/fillerSquare.jpg);
	background-repeat:repeat;
}

.tableContent {
	font: 11px verdana, arial, helvetica;
	padding-top:4px;
	padding-bottom:4px;
}

.tableHeader {
	font: 12px verdana, arial, helvetica;
	padding-top:4px;
	padding-bottom:4px;
	color:#FFFFFF;
}

.titleHeader {
	background-image: url(../siteBranding/titleBg.png);
	background-repeat: repeat-y;
	font-size: 11px;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	height:24px;
	}
.titleHeader a {
	color: #000000;
	text-decoration: none;
}
.titleHeader a:hover {
	color: #333333;
	text-decoration: none;
}
.titleHeader a:visited {
	color: #333333;
	text-decoration: none;
}

h1 {
	color: #03033b;
	font-size: 18px;
	font-weight: bold;
	padding-Bottom:0px;
	margin-bottom:5px;
}
h2 {
	color: #03033b;
	font-size: 12px;
	font-weight: bold;
	padding-Bottom:0px;
	margin-bottom:2px;
	margin-top:4px;
}
ul {
	list-style-position: outside;
	list-style-image: url(../siteAssets/bullet.gif);
	list-style-type: disc;
}
li.spread {
	padding-top:3px;
	padding-bottom:3px;
}

.p {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:4px;
	margin-bottom:4px;
}


