body {
	background-color: #29346F;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-size: 12px;
}
a:link, a:visited {
	color: #29346F;
}
a:hover {
	color: #FFF;
	background-color: #5965A7;
}
#breadcrumb {
	font-size: 10px;
}
#topQuote {
	font-family: Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #29346f;
}
#homeBack {
	/*background-image: url(/cms/images/homeBack.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	background-color: #FFF;
}
#homeTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: 29346F;
}
#homeText {
	font-size: 14px;
}
#leftNavBack {
	background-image: url(/cms/images/leftNavBack.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #CEEBF0;
}
#contentBack {
	/*background-image: url(/cms/images/contentBack.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	background-color: #FFF;
}
#rightNavBack {
	/*background-image: url(/cms/images/rightNavBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
	background-color: #CEEBF0;
}

/* BEGIN mainNav */
#mainNav
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#mainNav a
{
	display: block;
	padding: 3px;
}
#mainNav a:link, #mainNav a:visited
{
	color: #FFF;
	text-decoration: none;
	background-color: #7EB7C2;
}
#mainNav a:hover
{
	/*background-color: #29346F;*/
	background-color: #D65DAA;
	color: #FFF;
}
#mainNavcurrent 
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#mainNavcurrent a
{
	color: #FFF;
	display: block;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	background-color: #5965A7;
}
#mainNavcurrent a:hover, #mainNavcurrent a:link
{
	font-weight: bold;
	color: #FFF;
}
/* END mainNav */

/* BEGIN leftNav */
#leftNav
{
font-size: 12px;
font-weight: bold;
}
#leftNav a
{
display: block;
padding: 6px;
padding-left: 15;
background-color: #B2D4DA;
}
#leftNav a:link, #leftNav a:visited
{
color: #29346F;
text-decoration: none;
}
#leftNav a:hover
{
background-color: #5965A7;
color: #FFF;
}
#leftNavcurrent 
{
font-size: 12px;
font-weight: bold;
}

#leftNavcurrent a
{
display: block;
padding: 6px;
padding-left: 15;
font-weight: bold;
text-decoration: none;
background-color: #FFF;
}
#leftNavcurrent a:link, #leftNavcurrent a:visited
{
font-weight: bold;
color: #D65DAA;
}
#leftNavcurrent a:hover
{
font-weight: bold;
color: #D65DAA;
}

/* END leftNav */
#sidebar {
	padding: 5px;
}
#qanda {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: B2D4DA;
}
#quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}
#centerBox {
	padding: 3px;
	float: none;
	width: 415px;
	border: 1px solid #999999;
}
.articleTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: 29346F;
}
.sidebarTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: 29346F;
}
.introParagraph {
	font-size: 14px;
	line-height: 24px;
	color: #346E8F;
}
.breakhead {
	font-size: 14px;
	font-weight: bold;
	color: #346E8F;
}
ul {
	list-style-image: url(images/li.gif);
	list-style-type: circle;
}
.pullQuote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #346E8F;
	float: right;
	width: 150px;
	margin-left: 10px;
	vertical-align: top;
}