/* Political Quality */
/* Version 1  */
	
	
	body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	background: white;  
	padding: 20px 30px 12px 30px;
	font-size: small;
	margin: 0;
	}

	
	img {
	border: 0;
	}
	
	#everything  
	{ 
	color: #333; 
	background-color: #BFCED5; 
	padding: 0; 
	margin-left: auto;
	margin-right: auto;
    width: 750px;
	border: 1px solid #93ABB8;
	}
	
	* > div#everything	
	{
	/* Mac IE won't read this \*/
	width: auto;
	max-width: 860px;
	min-width: 600px;
	/* end hack */
	}
	

	/* standard links */
		
	a:link, a   {
	color: #00338D;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #C7D2E6;
	outline:none;
	}

	a:visited   {
	color: #6671C8;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	background-color: transparent;
	}

	a:hover   {
	color: blue;
/*	font-weight: inherit;
	font-size: inherit;*/
	text-decoration: none;
	border-bottom: 1px solid #C7D2E6;
	background-color: transparent
	}

	a:active   {
	color: blue;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	background-color: transparent;
	}
	
	/* the whole page  put width in for IE WIN */
	
	div#thepage  { 
	color: black; 
	font-weight: normal; 
	background-color: white; 
	width: 100%;
	margin: 0 0 0 0;
	padding: 18px 0 0 0;
	border-left: 1px solid gray; 
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	overflow: hidden;
	}

/* the main content box */
	
	div#content  { 
	color: black; 
	font-weight: normal; 
	background: transparent; 
	vertical-align: top;
	text-indent: 0;
	padding-top: 10px;
	padding-left: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-left: 0px;
	}
	
	#banner {
	color: white;
    background: #6F9092;
	margin: 0px 0px 0 0;
	padding: 0;
	width: 100%;
	
    }
	
	#banner h1 {
	background-repeat:no-repeat;
    background-position: left 50%;
    background-color: #FAFBFD;
	font-weight: bold;
	border: 0;
	height: 50px;
	width: 250px;
	font-size: 1.1em;
	line-height: 3em;
	color: white;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 6px;
	border: 1px solid silver;
    }
	
	#bannerpic {
	background-repeat:no-repeat;
    background-position: left 50%;
    background-color: #FAFBFD;
	font-weight: normal;
	border: 0;
	height: 50px;
	width: 48%;
	font-size: 1.5em;
	line-height: 2em;
	color: white;
	margin: 0;
	padding: 0;
	float: right;
	border: 1px solid silver;
    }
	
	
		
	div#content p { 
	font-size: 1.0em;
	line-height: 1.5em;
	margin-right: 20px; 
	margin-left: 14px;
	margin-bottom: 6px;
	}
	
	
/* images in the content area can be designated as float to the left or right*/

#content img {
	display: block;
	border: 1px solid gray;
	margin-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 4px;
	}
	
#content img.left {
	float: left;
	}	
	
#content img.right {
	float: right;
	margin-left: 4px;
	}
	
#content img.full {
	border: 0;
	float: none;
	}
	
	
	
/* 	list items in content area will be in Verdana */
	
	#content li {
	font-size: .95em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin: 0 4px 4px 4px;
	padding-right: 8px;
	}
	
	#content li ul {
	list-style-type: square;
	font-size: .9em;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin-left: 3px;
	padding: 0;
	}
	
	#content ul {
	list-style-type: disc;
	margin-top: 0px;
	padding-top: 2px;
	}
	
	/* display special image boxes in the content area*/
	/* left floater */
	
	#content .displayboxleft   {
	width: 180px;
	background-color: #EEEEEE;
	color: black;
	border: 1px solid gray;
	float: left;
	}
	
	#content .displayboxleft img  {
	border: 0;
	margin: 0px;
	}
	
	/* right floater */
	#content .displayboxright   {
	width: 180px;
	background-color: #EEEEEE;
	color: black;
	border: 1px solid gray;
	float: right;
	}	
	
	#content .displayboxright img  {
	border: 0;
	margin: 0px;
	}
	
	#feature {
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	line-height: 1.1em;
	background-color: #ECEFF4; 
	margin: 6px 10px 4px 12px; 
	padding: 0px; 
	width: 170px; 
	vertical-align: top;
	border: 1px solid silver;
	/* Mac IE won't read this \*/
	/* width: auto; */
	/* end hack */	
	}
	
	#content #feature p {
	text-align: left;
	margin: 0 4px 2px 4px;
	font-size: 9px;
	}
	
	#content #feature h1 {
	background: #D8DFE9;
	padding: 0 4px 0 4px;
	margin: 0 0px 2px 0px;
	font-size: 9px;
	font-weight: bold;
	border-bottom: 1px solid silver;
	}
	
/* form stuff here */	
	#content p.inform {
	font-size: 9px;
	line-height: 1.5em;
	margin-right: 60px; 
	margin-left: 16px;
	margin-bottom: 0px;
	padding-top: 4px;
	}
	
/* the left stuff box */
	
	#leftbar { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0;
	background-color: transparent; 
	margin-right: 0px; 
	padding-top: 6px; 
	width: 220px; 
	float: left;
	display: block;
	}
	
	div#leftbar p {
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	background-color: transparent; 
	margin-right: 8px; 
	margin-left: 8px; 
	}
	
	div#leftbar	h1	 { 
	color: black; 
	font-size: 12px; 
	line-height: 1.1em; 
	background-color: transparent; 
	margin-right: 8px; 
	margin-left: 8px; 
	padding-bottom: 2px;
	border: none;
	padding-left: 0;
	padding-top: 6px;
	}
	
	
	div#leftbar	img	 { 
	border: 1px solid silver;
	margin-bottom: 12px;
	margin-left: 8px; 
	}
	
	
	
	div#footerbar { 
	color: white; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 12px; 
	background-color: #BDBBB1; 
	text-align: left; 
	padding: 12px; 
	border-top: 20px solid #BDBBB1; 
	}
	

	
	h1	 { 
	text-align: left; 
	color: #447280; 
	font-size: 2em; 
	line-height: 2em; 
	background-color: transparent; 
	margin: 0px 0px 5px 0px;
	padding: 8px 0 2px 12px; 
	border-bottom: 1px solid #6F9092;
	}
	
	h1 strong  { 
	font-weight: bold; 
	}

/*  */
	
	h2	 { 
	color: #1F426B; 
	font-size: 1.2em;
	line-height: 1.3em;
	background-color: transparent; 
	margin: 3px 10px 12px 4px; 
	padding-bottom: 1px;
	padding-top: 8px; 
	padding-left: 10px;
	font-weight: normal; 
	border-bottom: 1px solid #EBD0D3;
	}
	
	
	h2 strong  { 
	font-weight: bold; 
	}
	
	
	h3	{
	font-size: 1.1em;
	color: #141F78;
	background-color: transparent;
	margin: 8px 3px 4px 14px;
	padding: 0px 3px;
	border-left: 5px solid #EBD0D3;
	}
	
	h3 strong {
	font-weight: bold;
	}
	
	h4	{
	font-size: 1em;
	color: black;
	background-color: transparent;
	margin: 0 3px 0px 14px;
	padding-bottom: 1px;
	padding-left: 0px;
	}
	
	h5	{
	font-size: 10px;
	background-color: transparent;
	margin: 0 3px 0px 6px;
	padding-bottom: 1px;
	padding-left: 0px;
	}

	html p	  {
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0.75em;
	}


/* 	in the early browser stylesheet this will show */

#showhidemessage {
    text-align:right;
    color: gray;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
    display: none;
    }
	
blockquote {
font-size: .9em;
border: 1px solid #8AAAD9;
background: #F2F5F8;
margin: 4px 30px 4px 18px;
padding: 10px;
}
	
/*a[rel="external"] {
padding-right: 16px;
background: transparent url(../images/external.gif) right 50% no-repeat;
}*/
