body {
	background-color: #494949;
	margin: 0px;
	padding: 0px;
	color: #595959;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
p, li, blockquote, td {
	color: #282828;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.home p {
	color: #595959;
}
h1 {
	color: #B24617;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 11px;
}
h2 {
	color: #B24617;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 11px;
}
h3 {
	color: #B24617;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 11px;
/*	font-style: italic; */
}

a:link,
a:active,
a:visited {
	color: #1199A5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #1199A5;
	text-decoration: underline;
	font-weight: bold;
}

.mainContent {
	background-color: #FFF;
	width: 918px;
	background: url(../images/home_mainContentBkg.gif) top left repeat-y;
}
.content {
	padding-top: 12px;
	padding-left: 18px;
	padding-right: 14px;
}

.gradBkgLeft {
	background: url(../images/home_gradBkgLeft.gif) top right repeat-y;
}
.gradBkgRight {
	background: url(../images/home_gradBkgRight.gif) top left repeat-y;
}

.homeNav {
	margin-top: 9px;
	margin-left: 19px;
	width: 357px;
}
.homeNav p {
	margin-top: 0px;
	margin-bottom: .6em;
}
.homeNav img {
	margin-bottom: .2em;
}

.homeMain {
	margin-top: 13px;
	margin-left: 16px;
	width: 426px;
}
.homeMain p, .homeMain ul {
	margin: 0px;
}
.homeMain p, .homeMain li {
	line-height: 115%;
}
.homeMain_td {
	background: url(../images/home_homeMainBkg.gif) top left repeat-x;
}

.knowledgeCenter {
	background: #2A2A2A url(../images/home_knowledgeCenterBkg.gif) top left no-repeat;
}
.knowledgeCenterMain {
	margin-left: 104px;
	margin-top: 12px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
.knowledgeCenterMain a:link,
.knowledgeCenterMain a:active,
.knowledgeCenterMain a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.knowledgeCenterMain a:hover {
	text-decoration: underline;
}


.leftNav {
	background-color: #1199A5;
	padding-left: 13px;
}
.leftNav_nav {
	margin-top: 21px;
	margin-bottom: 5px;
	display: block;
}
.leftNav_subnav {
	margin-top: 1px;
	margin-bottom: 5px;
	display: block;
	margin-left: 16px;
}

.rightBar p {
	margin-left: 7px;
	margin-right: 2px;
	margin-bottom: 1em;
}
.byline {
	font-style: italic;
	color: #1199A5;
	font-size: 10px;
}

.sidebarTitle, .sidebarTitleTeal {
	width: 234px;
	background-color: #9D4134;
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px
}
.sidebarTitleTeal {
	background-color: #1199A5;
}

.footer,
.footer a:link,
.footer a:active,
.footer a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #595959;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	text-decoration: underline;
}