/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body, p, table, td, th, h1, h2, h3, h4, h5, h6, ul, ol, textarea, input, label, select {
	font-family : Arial, Helvetica, sans-serif;
}

body{
	color: #333333;
	line-height: 1.166;
	margin: 10px;
	padding: 0px;
}

body.screen{	
	background-image : url("/images/background.gif"); 
	background-repeat : repeat-x;
}

p {
	font-size: 80%;
	margin: 10px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-size: 120%;
	margin: 10px;
	padding: 0px;
}

h2{
	font-size: 114%;
	margin: 10px;
	padding: 0px;
}

h3{
	font-size: 100%;
	margin: 10px;
	padding: 0px;
}

h4{
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
}
h4a{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 5px 0px 10px;
	padding: 0px;
}


h5{
	font-size: 14px;
	margin: 10px;
	padding: 0px;
	font-weight:  bold;
}

h5a{
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight:  bold;
}


ul{
	font-size: 80%;
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}

input[type="radio"], input[type="checkbox"]{
	background-color: transparent;
	color: #000000;
}

input[type="submit"]{
	font-size: 95%;
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	font-family: arial;
}

input[type="text"]{
	font-size: 95%;
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
}


select{
	font-size: 95%;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	color: #cccccc;
}

#globalNav img{
	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	color: #000000;
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px dashed #000;
}

.feature h1{
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.feature h2{
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.feature h3{
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.feature p{
	font-weight: normal;
	text-align: left;
	margin: 10px 0px 0px 10px;
}

.feature img.left{
	float: left;
	margin: 0px 10px 10px 10px;
}

.feature img.right{
	float: right;
	margin: 0px 10px 10px 10px;
}


/************** .story styles *****************/

.story{
	color: #000000;
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px dashed #000;
}

.story h1{
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.story h2{
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.story h3{
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.story p{
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	margin: 10px 0px 0px 10px;
}

.story img.left{
	float: left;
	margin: 0px 10px 10px 10px;
}

.story img.right{
	float: right;
	margin: 0px 10px 10px 10px;
}

/************** .pressrelease styles *****************/

.pressrelease{
	font-size: 80%;
	color: #000000;
	display: block;
	margin: 10px 10px 10px 10px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px dashed #000;
}

/************** spotlight styles *****************/

#spotlight{
	position: relative;
	margin: 10px 10px 20px 10px;
	padding: 0px;
	background-color: #B5C4E1;
	border: 1px solid #a90000;
	font-size: 90%;
}

#spotlight h3{
	padding: 0px 0px 0px 10px;
}

#spotlight a {
	display: block;
	color: #000000;
	border-top: 1px solid #ffffff;
	padding: 2px 0px 2px 10px;
}

#spotlight a:hover{
	color: #000000;
	background-color: #cccccc;
}

/************** indepth styles *****************/

#indepth{
	position: relative;
	margin: 10px 10px 20px 10px;
	padding: 0px;
	background-color: #B5C4E1; /***#dddddd;****/
	border: 1px solid #a90000;
	font-size: 90%;
}

#indepth h3{
	padding: 0px 0px 0px 10px;
}

#indepth a {
	display: block;
	color: #000000;
	border-top: 1px solid #ffffff;
	padding: 2px 0px 2px 10px;
}

#indepth a:hover{
	color: #000000;
	background-color: #ffffff;
}

/************** relatedpages styles *****************/

#relatedpages{
	position: relative;
	margin: 10px 10px 20px 10px;
	padding: 0px;
	background-color: #B5C4E1;
	border: 1px solid #a90000;
	font-size: 90%;
}

#relatedpages h3{
	padding: 0px 0px 0px 10px;
}

#relatedpages a {
	display: block;
	color: #000000;
	border-top: 1px solid #ffffff;
	padding: 2px 0px 2px 10px;
}

#relatedpages a:hover{
	color: #000000;
	background-color: #ffffff;
}

/************** blog styles *****************/

.blogentry{
	color: #000000;
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dashed #000;
}

.blogentry hr{
	border: none 0; 
	border-top: 3px dotted #000;/*the border*/
	height: 3px;/*whatever the total width of the border-top and border-bottom equal*/
}

.blogentry_title{
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 10px 10px;
}

.blogentry_dateposted{
	font-size: 60%;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.blogentry_postedby{
	font-size: 60%;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.blogentry_permalink{
	font-size: 60%;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.blogentry_commentlink{
	font-size: 60%;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.blogentry_content{
	margin: 10px 10px 10px 10px;
}

.blogentry_content p{
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	margin: 10px 0px 10px 0px;
}

.blogentry_comment{
	color: #000000;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px dotted #000;
}

.blogentry_comment_dateposted{
	font-size: 60%;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.blogentry_comment_postedby{
	font-size: 60%;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

.blogentry_comment_content{
	margin: 10px 10px 10px 10px;	
	font-size: 80%;
}

.blogentry_comment_content p{
	font-weight: normal;
	text-align: left;
	margin: 10px 0px 10px 0px;
}

/*****************SII styles***********************************/
.sii_table_header{
	font-size:  11px;
	font-weight: bold;
	text-align: center;
	margin: 3px 3px 0px 10px;
	color:  ffffff;
}

.sii_table_headerTiny{
	font-size:  7pt;
	font-weight: bold;
	text-align: center;
	margin: 0px 5px 0px 15px;
	color:  ffffff;
}

.sii_table_results{
	font-size:  10px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.sii_table_results2{
	font-size:  10px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.sii_table_results3{
	font-size:  10px;
	font-weight: normal;
	text-align: right;
	margin: 0px 22px 0px 0px;
}

.sii_table_results4{
	font-size:  10px;
	font-weight: normal;
	text-align: right;
	margin: 0px 40px 0px 0px;
}

.sii_table_results5{
	font-size:  10px;
	font-weight: normal;
	text-align: right;
	margin: 0px 20px 0px 0px;
}

.sii_table_results6{
	font-size:  10px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 5px;
}

.sii_table_resultsKST{
	font-size:  10px;
	font-weight: normal;
	text-align: right;
	margin: 0px 50px 0px 0px;
}

.sii_table_resultsKST2{
	font-size:  10px;
	font-weight: normal;
	text-align: right;
	margin: 0px 20px 0px 0px;
}

.sii_table_resultsKST3{
	font-size:  10px;
	font-weight: normal;
	text-align: right;
	margin: 0px 70px 0px 0px;
}

.sii_table_results_District{
	font-size:  10px;
	font-weight: normal;
	text-align: right;
	margin: 0px 22x 0px 0px;
}

.sii_table_results_member{
	font-size:  10px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 30px;
}

.sii_table_results_member2{
	font-size:  8pt;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 12px;
}

.sii_table_results_member3{
	font-size:  10px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 15px;
}

.sii_table_results_member4{
	font-size:  10px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 5px;
}

.sii_table_results_small{
	font-size:  7pt;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.sii_table_results_small2{
	font-size:  7pt;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.sii_bookmarks{
	font-size:  11px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 10px;
	color:  #006699;
}

.sii_bookmarks_flat{
	font-size:  10px;
	font-weight: bold;
	text-align: center;
	color:  #006699;
}
.sii_table_header2{
	font-size:  11px;
	font-weight: normal;
	text-align: left;
	margin: 3px 3px 0px 10px;
	color:  000000;
}

.MeetMember{
	font-size: 15px;
	font-weight:  bold;
	color:  ffffff;
	text-align:  center;
}
.Bio {
	font-size:  12px;
	font-weight: normal;
	text-align: left;
	margin: 3px 3px 0px 10px;
	color:  000000;
	display:  block;
}
.IntroText {
	font-size:  16px;
	font-weight: normal;
	text-align: left;
	color:  000000;
}

.IntroText_bold {
	font-size:  14px;
	font-weight: bold;
	text-align: left;
	color:  000000;
}

.footer{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.footer_bigger{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.footer_member{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.search_pulldown {
	font-size : 11px;
	font-family : arial;
	font-weight : normal;
	margin-top : 3px;
	margin-right : 5px;
	margin-bottom : 3px;
	margin-left : 5px;
	color:  000000;
}

input.buttonSII {
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	font-family: Arial;
}


/************** roller styles *****************/

.roller {
	background-color:  #FFFFFF;
	width: 150px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	float: right;
	border-left: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

.roller_section {
	margin: 0px 0px 10px 0px;
}

.roller h4{
	font-size: 80%;
	font-weight: bold;
	background-color:  #cccccc;
	display: block;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

.roller a {
	font-size: 80%;
	display: block;
	border-top: 1px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	color: #000000;
	background-color: #9A0000;
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #9A0000;
}

#search input[type="submit"]{
	font-size: 90%;
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
}


#search2 input[type="submit"]{
	font-size: 90%;
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	font-family : arial;
	
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #a90000;
	border-left: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	margin: 0px;
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	color: #000000;
	border-top: 1px solid #ffffff;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	color: #000000;
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #cccccc;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #9A0000;
	border-left: 0px;
	font-size: 90%;
}

.relatedLinks h3{
	color: #FFFFFF;
	background-color: #9A0000;
	margin: 0px;
	padding: 5px 0px 2px 10px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	color: #000000;
	border-top: 1px solid #FFFFFF;
	padding: 2px 0px 2px 10px;	
}

.relatedLinks a:hover{
	color: #000000;
	background-color: #dddddd;
}


/************** #advert styles **************/

#advert{
	align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#advert img{
	display: block;
	margin: 0px 20px 10px 21px;
	border: 0;
}

/************** #report styles **************/

.report_title {
	color : #FFFFFF;
	font-size : 18px;
	font-weight : bold;
	line-height: 22px;
	background-color : #3B3E52;
	border: none;
	margin-top : 5px;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-left : 10px;
	padding-top : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 5px;
	text-decoration : none;
	display : block;
}

.report_image {
	margin-top : 0px;
	margin-right : 5px;
	margin-bottom : 15px;
	margin-left : 5px;
}

.report_heading {
	color : #3B3E52;
	background-color : #FFFFFF;
	font-size : 18px;
	font-weight : bold;
	line-height: 18px;
	text-align : left;
	border: none;
	margin-top : 0px;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-left : 10px;
	text-decoration : none;
	display : block;
}

.report_subheading {
	color : #000000;
	background-color : #FFFFFF;
	font-size : 13px;
	font-weight : bold;
	line-height: 13px;
	text-align : left;
	border: none;
	margin-top : 5px;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-left : 10px;
	text-decoration : none;
	display : block;
}

.report_summary {
	color : #000000;
	background-color : #FFFFFF;
	font-size : 13px;
	font-weight : normal;
	line-height: 15px;
	text-align : justify;
	border: none;
	margin-top : 5px;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-left : 10px;
	text-decoration : none;
	display : block;
}

ul.report_link {
	font-size : 5px;
	list-style-type : square;
	border: none;
	margin-top : 0px;
	margin-right : 10px;
	margin-bottom : 20px;
	margin-left : 10px;
	text-decoration : none;
	display : block;
}

li.report_link {
	font-size : 11px;
	line-height: 15px;
	border: none;
	margin-top : 0px;
	margin-right : 10px;
	margin-bottom : 0px;
	margin-left : 30px;
	text-decoration : none;
}