/*************************************************************************/
/**************************** general ***********************************/

body{
	padding:0;
	margin:0;
	background-repeat:repeat-x;
	background-color:#fff;
	behavior: url("/assets/csshover3.htc");
}
.topSwirl{
	background-image:url("../images/bgTop.jpg");
	background-repeat:repeat-x;
	vertical-align:top;
	width: 100%;
}
.sideNav{
	text-align:right;
	vertical-align:top;
	padding-right:13px;
}
.mainBody{
	margin-top:43px;
	vertical-align:top;
}
.bodyContent{	/* this is the default text style for the body copy */
	background-image:url("../images/body-bgRepeat.gif");
	background-repeat:repeat-y;
	padding:7px 32px 15px 32px;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:11px;
	color:#444444;
	line-height:16px;
}
.disclaimer{
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	color:#999999;
}
.references{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
}

/*************************************************************************/
/*********************** text styling ***********************************/

.flow {
	float: right;
	clear: right;
	margin: 0px 1.25em 0px 0px;
}

.title{		/* handles the Italic section title */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	line-height:32px;
	color:#7a9050;
}
.header{	/* handles headers within the copy */
	font-size:14px;
	color:#7a9050;
	line-height:18px;
}
p{	/* creates a more consistent paragraph leading between browsers */
	padding-top:0px;
}
em {
	font-weight:bold;
}
.floatLeft{
	float:left;
	padding:3px 8px 8px 0px;
}
.floatRight{
	float:right;
	padding:3px 0px 8px 8px;
}
.topPadding{	/* creates extra padding at the top so that the copy lines up with the side sub-nav */
	padding-top:17px;
}
.footer{
	background-image:  url("../images/footer.gif");
	background-repeat:no-repeat;
	height:45px;
	text-align:center;
	color:#444444;
	margin-bottom:15px;
}

ul#bullet-sub{
	list-style-image:url("../images/li_bullet.gif");
	margin-left:18px;
}


/*************************************************************************/
/**************************** linkage ***********************************/

a.headerLink:link { color:#B75913; text-decoration:none; }
a.headerLink:visited { color:#B75913; text-decoration:none; }
a.headerLink:active { color:#B75913; text-decoration:none; }
a.headerLink:hover { color:#B75913; border-bottom: dotted 1px #B75913; }

a.spaLink:link { color:#D17E41; text-decoration:none; }
a.spaLink:visited { color:#D17E41; text-decoration:none; }
a.spaLink:active { color:#D17E41; text-decoration:none; }
a.spaLink:hover { color:#D17E41; border-bottom: dotted 1px #D17E41; }

a.footerLink:link { font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#444444; vertical-align:middle; text-decoration:none; }
a.footerLink:visited { font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#444444; vertical-align:middle; text-decoration:none; }
a.footerLink:active { font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#444444; vertical-align:middle; text-decoration:none; }
a.footerLink:hover { font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#B75913; vertical-align:middle; text-decoration:none; }

a.orangeLink:link { font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#B75913; font-style:italic; text-decoration:none; }
a.orangeLink:visited { font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#B75913; font-style:italic; text-decoration:none; }
a.orangeLink:active { font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#B75913; font-style:italic; text-decoration:none; }
a.orangeLink:hover { font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#B75913; font-style:italic; border-bottom: 1px dotted #B75913; }

/*************************************************************************/
/************************ risk link ********************************/

a.risk:link { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#b5121b; vertical-align:middle; text-decoration:none; }
a.risk:visited { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#b5121b; vertical-align:middle; text-decoration:none; }
a.risk:active { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#b5121b; vertical-align:middle; text-decoration:none; }
a.risk:hover { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#7d1f24; vertical-align:middle; text-decoration:none; }

/*************************************************************************/
/************************ disclaimer link ********************************/

a.disclaimerLink:link { font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#999999; vertical-align:middle; text-decoration:none; }
a.disclaimerLink:visited { font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#999999; vertical-align:middle; text-decoration:none; }
a.disclaimerLink:active { font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#999999; vertical-align:middle; text-decoration:none; }
a.disclaimerLink:hover { font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#666666; vertical-align:middle; text-decoration:none; }


img{
	border:0px;
}
