/* base css */
@import url(/.shared/themes/common/base-weblog.css);



/* portal css */


/* theme css */
/* general page elements */

a
{
	text-decoration: none;
	
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #993333; }
a:active { color: #000000; }


/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #006699;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	font-size: medium;
	line-height: 200%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 1px solid #993333;
	background: #FFFFFF;
        background-image: url(http://citizen.typepad.com/photos/cwstaff/boxer_copy.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #000000;
	background: #FFFFFF;
	text-align: left;
	font-family: Georgia, 'Times New Roman', serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #000000;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	font-weight: bold;
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */
	
	#banner
	{
		height: 170px;
		background-image: url("http://citizen.typepad.com/watchdog_blog/watchdogblog2.jpg");
		background-position: 15px 15px;
		background-repeat: no-repeat;
		text-align: left;
	}
	
	#banner-inner { overflow: visible; padding: 0; }
	
	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 170px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: auto;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
	
			display: block;
		float: none;
		width: auto;
		margin-right: 465px;
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
			display: block;
		position: absolute;
		float: none;
		right: 0;
		top: 0;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: Courier, 'Courier New', monospace;
	font-size: x-small;
	text-align: left;
	
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border-bottom: 1px solid #993333;
	padding: 3px;
	color: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: large;
	text-align: left;
	
	
	
}

.entry-header a
{
	text-decoration: none;
	font-weight: normal;
}

.entry-header a:link { color: #000000; }
.entry-header a:visited { color: #000000; }
.entry-header a:hover { color: #000000; }
.entry-header a:active { color: #000000; }

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-top: 1px solid #CCCCCC;
	padding: 3px;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 70%;
	line-height: normal;
	text-align: left;
        font-weight: bold;
	
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 320px;
}


/* modules */

	.module a
	{
		text-decoration: none;
		font-weight: inherit;
	}

	.module a:link { color: #000000; }
	.module a:visited { color: #000000; }
	.module a:hover { color: #993333; }
	.module a:active { color: #000000; }


.module-header
{
	margin: 5px 0;
	border-bottom: 1px solid #999999;
  	padding: 3px;
	color: #666666;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-small;
	line-height: normal;
	
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	line-height: 100%;
	
	
	
	text-align: left;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}


/* moblog1 tweaks */
	
	.layout-moblog1 #container
	{
		width: auto;
	}
	
	.layout-moblog1 #alpha
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}
	
	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog1 #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 200px;
			margin-right: 200px;
		
	}
	
	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog1 #gamma
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}
	
	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* moblog2 tweaks */
	
	.layout-moblog2 #container
	{
		width: auto;
	}
	
	.layout-moblog2 #alpha
	{
		width: 100px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}
	
	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 100px;
			margin-right: 330px;
		
	}
	
	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #gamma
	{
		width: 190px;
					display: block;
			position: absolute;
			float: none;
			right: 140px;
			top: 0;
		
	}
	
	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #delta
	{
		width: 140px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}
	
	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */

	.layout-timeline #alpha
	{
		
					display: block;
			float: none;
			width: auto;
			margin-right: 390px;
		
	}
	
	.layout-timeline #beta
	{
		width: 390px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}
	
	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }

	

/* one-column tweaks */
	
	.layout-one-column #container
	{
		width: auto;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-left tweaks */
	
	.layout-two-column-left #container
	{
		width: auto;
	}

	.layout-two-column-left #alpha
	{
		width: 150px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}
	
	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-two-column-left #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 150px;
		
	}
	
	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: auto;
	}

	.layout-two-column-right #alpha
	{
		
					display: block;
			float: none;
			width: auto;
			margin-right: 150px;
		
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-two-column-right #beta
	{
		width: 150px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}
	
	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column tweaks */
	
	.layout-three-column #container
	{
		width: auto;
	}
	
	.layout-three-column #alpha
	{
		width: 175px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}
	
	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-three-column #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 175px;
			margin-right: 175px;
		
	}
	
	.layout-three-column #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-three-column #gamma
	{
		width: 175px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}
	
	.layout-three-column #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* user css */
/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#container-inner
{
border: 0;
}

#banner-inner {
margin: 0;
padding: 0;
height: 140px;
width: 800px;
}

#banner-header {
margin: 0;
padding: 0;
}

#banner-description {
margin: 0;
padding: 0;
}

#banner {
height: 140px;
background-position: 0px 0px;
}

.layout-three-column #container
{
	width: 950px;
}


body, p, table, td, th, h1, h2, h3, h4, h5, h6, ul, ol, textarea, input, label, select {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: normal;
	line-height: 150%;
}

body{
	color: #333333;
	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: #993333;
	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: 85%;
	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;
}

/* other css */
/* ph=1 */
