/*common tags*/
body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/background_page.gif);
	background-repeat: repeat;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
}

p  {
	font-size:75%;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 140%;
}

h1  {
	font-size:110%;
	color:#29599F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}
.pageTitle  { /*use with an H1 to make a red pagetitle*/
	font-size:110%;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #BF2628;
	font-weight: bold;
}

.sectionTitle  { /*use with an p to make a the small blue section head*/
	margin-bottom: 0px;
	color:#29599F;
}

h2  {
	font-size:90%;
	color:#29599F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.checkbox  { /*use with an H2 on the BP Approach page to make the checkbox lines red*/
	color:#BF2628;
}

h3  {
	font-size:80%;
	color:#29599F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

.inlineHead  { /*use with an H3 on the BP Approach page to make the headings inside the
content boxes red. Use on both inlines and regular heads*/
	color:#BF2628;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	color:#29599F;
	text-decoration:underline;
}

a:visited {
	color:#29599F;
	text-decoration:underline;
} 
a:hover {
	color:#87AED4;
	text-decoration:underline;
}

ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* clear: both; */
}

li   { /*body lists*/
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.46em;
	padding-left: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}

ol  {
	list-style-type: decimal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	list-style-image: none;
	/* clear: both; */
}

ol li {
	background-image: none;
	padding-left: 0px;	
}

/*the positioning divs*/
#wrapper  { /*holds all divs and floats them in the middle of the page*/
	width: 850px;
	margin-right:auto;
	margin-left:auto;
}

#wrapperPopups  {  /*use on pop-up windows*/
	width:600px;
	margin-right:auto;
	margin-left:auto;
}

#topBanner  { /*holds the logo and the TopNav divs*/
	width: 850px;
	height:53px;
	background-image:url(../images/background_topBanner.jpg);
	background-repeat:no-repeat;
}

#logo  {  /*holds the logo*/
	width:210px;
	height: 53px;
	float:left;
}

#topNav  { /*holds the top navigation items*/
	width:400px;
	height: 53px;
	float:right;
	text-align:right;
	padding-right: 15px;
}

/*top navigation items done as an inline unordered list*/
#topNav ul  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
}

#topNav li  {
	display: inline;
	padding-left: 25px;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: none;
}

#topNav a:link  {
	color: #FFFFFF;
	text-decoration:none;
}

#topNav a:visited  {
	color: #FFFFFF;
	text-decoration:none;
}

#topNav a:hover  {
	color: #FFFFFF;
	text-decoration:underline;
}

.selectedTopNav  { /*use on nav item when not linked and on its own page*/
	color: #FFFFFF;
}

/*holds the sidebar and textarea*/
#content  {
	width: 850px;
	background-image:url(../images/background_content.jpg);
	background-repeat:repeat-y;
}

#sidebar  { /*holds the sidebar picture at top and then side navigation*/
	width:210px;
	float:left;
}

#sideNav  { /*holds the side navigation*/
	width:195px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

#sideNav p  {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

#sideNav p.selected  { /*Use to use this when we were linking the larger
navigation items. Keep for now, until we know how they want to go on that*/
	color: #FFFFFF;
}

/*side navigation items are done with an unordered list*/
#sideNav ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/* clear: both; */
}

#sideNav li   { /*body lists*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.42em;
	padding-left: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}

#sideNav a:link  {
	color: #FFFFFF;
	text-decoration:none;
}

#sideNav a:visited  {
	color: #FFFFFF;
	text-decoration:none;
}


#sideNav a:hover  {
	color: #FFFFFF;
	text-decoration:underline;
}

#sideNav li.selected  { /*use this when a side navigation item is not a link, (on its own page)*/
	color: #FFFFFF;
	font-weight: bold;
}

/*the textarea*/
#textArea  {
	width:600px;
	padding-right:20px;
	padding-left:20px
	padding-top:20px;
	padding-bottom:20px;
	background-image: url(../images/background_textArea.jpg);
	background-repeat: no-repeat;
	float: right;
	padding-top: 45px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-position: top;
}

#textAreaFAQ {
	width:600px;
	padding-right:20px;
	padding-left:20px
	padding-bottom:45px;
	padding-top: 45px;
	padding-left: 20px;
	background-color: #FFFFFF;
	
	
}

#flashDiv  { /*holds top page Flash div*/
	width:600px;
	margin-bottom:30px;
}

iframe {
	float: right;
	background-color:#C2D7E9;
	height: 200px;
	width: 285px;
	marginheight:  0px;
	marginwidth:  0px;
	scrolling: auto;
	frameborder: 0; 
}

#rightColFlashQuotes  { /*used to hold the secondary navigation on the advisory pages*/
	width:285px;
	background-color:#C2D7E9;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#rightColumn200px  { /*used to hold the secondary navigation on the advisory pages*/
	width:200px;
	background-color:#C2D7E9;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#rightColumn200Text { /*holds the secondary navigation text*/
	width:180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#rightColumn200Text p  {
	font-size: 65%;
}

#rightColumn200Text ul   { /*styles the navigation items as an unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* clear: both; */
}

#rightColumn200Text li   { 
	color: #2A599F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image:url(../images/arrow_rightcol.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.41em;
	padding-left: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;

}

#rightColumn200Text a:link  {
	color: #0C4F9B;
	text-decoration:none;
}

#rightColumn200Text a:visited  {
	color: #0C4F9B;
	text-decoration:none;
}

#rightColumn200Text a:hover  {
	color: #0C4F9B;
	text-decoration:underline;
}

#rightColumn200Text li.selected  { /*use this when a secondary nav item is not linked (on its own page)*/
	font-weight: bold;
}

/*these are outside and below content but within wrapper*/
#bottombar  {/*need this to make the entire bottom go across the page and be dark blue*/
	background-color:#2A599F;
	width: 850px;
	padding-bottom: 10px;
}

#bottominfo  { /*holds all the copyright, disclaimer, address stuff*/
	width: 630px;
	margin-left: 210px;
	background-image:url(../images/background_bottominfo.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-right: 10px;
}

#bottominfo p {
	font-size:65%;
	color:#FFFFFF;
}

#bottominfo a:link  {
	color:#FFFFFF;
	text-decoration:underline;
}

#bottominfo a:visited  {
	color:#FFFFFF;
	text-decoration:underline;
}

#address  { /*used to float the address stuff to the right in the bottombar*/
	width:300px;
	float:right;
	text-align:right;
}
#xxx  { /*holds the sidebar picture at top and then side navigation*/
	width:210px;
	float:left;
}

.clearit  { /*used to even up the sidebar and textarea*/
	clear:both;
}

.imageFloatLeft  { /*floats images in text left and borders them*/
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:10px;
	border: 1px solid #23599F;
	
}

.imageFloatRight  { /*floats images in text right and borders them*/
	float:right;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
	border: 1px solid #23599F;
	
}

.attribution  {
	font-size:70%;
	line-height: 120%;
	margin-top: 0px;
}

.quote  {
	padding-top: 10px;
	margin-bottom: 3px;
	font-style: italic;
}
