/* CSS TWW inside pages */

HTML, BODY, FORM {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: white;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 30px;
	padding-right: 20px;
}

P {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin: 10px;
}


H1 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

H2 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin: 10px;
	background-color: #FFFFFF;
}

H3 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.LeftNavBullet {
	font-size: 9px;
	margin-left:15px;
	margin-right: 10px;
	line-height: 12px;
	list-style-image: url(../images/gold_bullet.gif);
	padding-right: 0px;
}

.LeftNavBullet2 {
	font-size: 9px;
	margin-left: 6px;
	margin-right: 5px;
	line-height: 12px;
	list-style-image: url(../images/black_bullet.gif);
	list-style-type: none;
	padding-right: 0px;
}

.LeftNavListItemFirst {
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-right: 0px;
}

.LeftNavListItem {
	margin-left:10px;
	margin-bottom : 4px;
	padding-right: 0px;
}

.RightColHead {
	font-size: 10px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 0px
}

.RightColItem {
	font-size: 9px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 12px;
	margin-top: 0px;
}

.copyright {
	font-size: 8px;
	text-align: center;
	margin-top: 4px;
	
}

.bottom_nav_bar {
	font-size: 9px;
	text-align: center;
	margin-bottom: 0px;
}

.action_blurb {
	font-size: 9px;
	text-align: center;
	margin-top: 0px;
	
}

.this_page {
	color: #000000;
	background-color: inherit;
}

A:link, A:visited, A:active {
	color: #004990;
	font-weight: bold;
	background-color: inherit;
}


.shaded_box {
  background-color: #e7e6dc;
  border-color: #909090;
  border-style: solid;
  border-width: 1px;
  padding: .5em;
}