/* madness and Modernity */
/* Version 1 */
		
	body {
	color: #000; 
	background: #566686; 
	text-align: center; 
	padding-top: 1em;
	margin: 0;
	}
	
	img {
	border: 0;
	}
	
		
	#everything { 
	text-align: left; 
	margin-left: auto;
	margin-right: auto;
	color: #333; 
	background: white; 
	padding: 0; 
	width: 750px; 
	clear: both;
	border: 1px solid silver; 
	}	


	html>#everything	{
	width: 100%;
	}
	
	/* standard links */
		
	a:link, a   {
	color: maroon;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	}

	a:visited   {
	color: maroon;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	}

	a:hover   {
	color: #c00;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent
	}

	a:active   {
	color: #c00;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	}
	
	/* for browsers that can't handle inheritance */

	p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
	
	/* the whole page */
	
	div#thepage  { 
	color: black; 
	font-weight: normal; 
	background-color: white; 
	padding-bottom: 50px; 
	clear: both;
	}

/* the main content box */
	
	div#content { 
	color: black; 
	font-weight: normal; 
	background-color: white; 
	text-indent: 0; 
	margin-left: 10px; 
	padding-top: 12px; 
	clear: none; 
	vertical-align: top;
	border-top:1px solid silver;
	
	border-bottom: 1px solid silver;
	}
	
	div#content p {
	margin-right: 20px;
	margin-left: 14px;
	}
	
/* the left stuff box */
	
	div#leftbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C5CFD6;
	text-indent: 0;
	margin-right: 12px;
	width: 200px;
	height: auto;
	float: left; 
	border-right: 1px solid silver;
	}
	
	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: 10px;
	}
	
	div#footerbar { 
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: #93a0aa; text-align:
	left; text-indent:
	6px; padding: 12px;
	border-top: 6px solid #6c859b;
	}
	
/* images in the content area can be designated as float to the left or right*/

#content img {
	border: 1px solid gray;
	padding: 4px;
	margin: 4px 18px 4px 1px;
	}
	
#content img.left {
	float: left;
	}	
	
#content img.right {
	float: right;
	margin-left: 4px;
	}
	

/* tables in the content area can float to the right */
	
	div#content table {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	float: right;
	margin-left: 6px;
	margin-right: 8px;
	}
	
/* tables with data in the content area*/
	
	div#content table.data {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	/* float: none; */
	margin: 10px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	text-align: center;
	}
	
	#content table.data th {
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	color: black;
	background:#ECD4D5;
	text-align: left;
	padding: 6px;
	}
	
	#content table.data td {
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	color: black;
	background:transparent;
	}
	
	
	#content td p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	}
	
/* 	list items in content area will be in Verdana */
	
	#content li {
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	}
	
	#content ul, td#content ol {
	margin-top: 0;
	margin-bottom: 20px;
	}
	
	h1	{
	font-size: 16px;
	font-weight: normal;
	color: #333;
	background-color: transparent;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 2px;
	margin: 4px 8px 5px 6px;
	margin-right: 16px;  /* False value for IE4-5.x/Win */
	}

/* this seems to solve the problem with ie windows 5 */

	html>body h1 {
	margin-right: 8px;
	}
	
	h1 strong {
	font-size: 18px;
	font-weight: bold;
	color: black;
	background-color: transparent;
	}

/*  */
	
	h2	{
	font-size: 13px;
	background-color: transparent;
	color: #9E292B;
	margin: 4px 8px 5px 6px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-left: 4px #C57F80 solid;
	border-bottom: 1px #C57F80 solid;
	}
	
	h2 strong {
	font-size: 13px;
	background-color: transparent;
	color: #A12B29;
	font-weight: bold;
	}
	
	
	h3	{
	font-size: 12px;
	background-color: transparent;
	margin: 0 3px 0px 6px;
	padding-bottom: 1px;
	padding-left: 0px;
	}
	
	h3 strong {
	font-size: 12px;
	font-weight: bold;
	}
	
	h4	{
	font-size: 11px;
	background-color: transparent;
	margin: 0 3px 0px 6px;
	padding-bottom: 1px;
	padding-left: 0px;
	}

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


/* background for content table */

	div#brand {
	background-color: #292B361;
	text-align: left;
	display: block;
	width: 750px;
	}
	
	
/* logo in cell as background */
	
	td#logo	     {
	background-color: #003333;
	}
		
/* either side of the content */


/* rules for standard menu bars (could be several) */


/* give us some feedback when over the table areas */
	
	table#menubar td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
	background-color: transparent;
	}

	table#menubar td a:link   { 
	color: maroon; 
	font-weight: normal;
	margin: 0;
	background-color: transparent; 
	}

	table#menubar td a:visited   { 
	color: #636; 
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color: transparent; 
	}
	
	table#menubar td a:hover {
	color: #036;
	line-height: 20px;
	text-decoration: none;
	background-color: #E1EDF7;
	padding: 0;
	margin: 0;
	 }
	
	table#menubar td a:active   { 
	color: #036; 
	text-decoration: underline;
	margin: 0;
	background-color: transparent;
	}

/* special rule for the menu item(s) where you are */

	table#menubar td.youarehere {
	color: gray;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	background-color: transparent;
	text-align: left;
	text-indent: 4px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border-right: 5px solid gray;
	border-bottom: 1px solid gray;
	}
	



/* special rules applied to features when in left or right areas */

	td#specialregion table.features {
	width: 150px;
	color: black;
	background-color: #F5EAEA;
	margin-bottom: 15px;
	border: 1px solid silver;
	}
	
	
	td#specialregion table.features th   { 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 16px; 
	text-align: left; 
	text-indent: 4px;
	padding: 0;
	margin: 4px;
	border-bottom: 1px solid silver;
	background-color: #ECD4D5;
	}
	
	/* news features */

	td#specialregion table.newsfeatures {
	width: 150px;
	color: black;
	background-color: #F6F5F4;
	margin-bottom: 15px;
	border: 1px solid gray;
	}
	
	
	td#specialregion table.newsfeatures th { 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-decoration: none;
	line-height: 16px; 
	text-align: left; 
	text-indent: 4px;
	padding: 0;
	margin: 4px;
	border-bottom: 1px solid gray;
	background-color: #D0CEC7;
	}
	
	td#specialregion table.newsfeatures td p  { 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	line-height: 16px; 
	text-align: left; 
	text-indent: 0;
	padding: 0;
	margin: 4px;
	}
	
		
	table.features   {
	width: 180px;
	color: black;
	background: #FFF5D6;
	margin-bottom: 6px;
	border: 1px solid silver;
	}
	
	
	table.features td { 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 14px; 
	text-align: left; 
	text-indent: 0px;
	padding: 0;
	margin: 2px 4px 2px 4px;
	background:transparent;
	}
	
	table.features td p { 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	line-height: 14px; 
	text-align: left; 
	text-indent: 0px;
	padding: 0;
	margin: 2px 4px 2px 4px;
	background:transparent;
	}
	
	table.features th   { 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 16px; 
	text-align: left; 
	text-indent: 0px;
	padding-left: 6px;
	margin: 4px;
	border-bottom: 1px solid silver;
	background:#FFEABC;
	}
		
	/* display special image boxes in the content area*/
	/* left floater */
	
	#content table.displayboxleft   {
	width: 180px;
	background-color: #EEEEEE;
	color: black;
	border: 1px solid gray;
	float: left;
	}
	
	#content table.displayboxleft td   {
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	line-height: 11px; 
	text-indent: 0px;
	padding: 6px;
	margin: 0;
	background:transparent;
	}
	
	#content table.displayboxleft td img  {
	border: 0;
	margin: 0px;
	}
	
	/* right floater */
	#content table.displayboxright   {
	width: 180px;
	background-color: #EEEEEE;
	color: black;
	border: 1px solid gray;
	float: right;
	}
	
	div#content table.displayboxright td   {
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	line-height: 11px; 
	text-indent: 0px;
	padding: 6px;
	margin: 0;
	background:transparent;
	}
	
	div#content table.displayboxright td img  {
	border: 0;
	margin: 0px;
	}
	


	
/* 	and breadcrumbs */
	
	#breadcrumbs   {
	color: black;
	background-color: transparent;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	height: 1px;
	}
	

	/* picture credits */
	.credit {
	color: gray;
	font-size: 9px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	}

/* 	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;
    }
    
/* 	below here comes PP stuff */

    
a:link, a:visited, a:active, a:hover {
}

a:link  {
  color: #0000ff;
  text-decoration: none;
}
a:visited {
  color: #0000ff;
   text-decoration: none;
}
a:active {
  color: #0000ff;
   text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
  background-color: ;
  
}

.onbody {
  color: #000000;
}
.onbody a:link {
  color: #000000;
}
.onbody a:visited {
  color: #000000;
}
.onbody a:active {
  color: #000000;
}
.onbody a:hover {
  color: #3A4560;
}

body,p,table,td,tr {
  font-size: 9pt;
  color: #000000;
  font-family: verdana, helvetica, sans-serif;
}
body {
  background: #566686;
}
form {
  display: inline;
  margin-bottom: 0;
}
pre {
  font-size: ;
  font-family: ;
}

.tableborders {
  background: #b4b4b4;
}

.tddetails {
  background: #ffffff;
}

.tdbackground {
  font-size: 9pt;
  font-weight: ;
  color: #000000;
  background: #f4f4f4;
  font-family: verdana, helvetica, sans-serif;
}

.tdnothumbs {
  font-size: 9pt;
  font-weight: ;
  color: #000000;
  background: #f4f4f4;
  font-family: verdana, helvetica, sans-serif;
}

.menubar{
  background: #3A4560;
  font-size: 8pt;
  color: #ffffff;
}
.menubar a:link {
  color: #ffffff;
}
.menubar a:visited {
  color: #ffffff;
}
.menubar a:active {
  color: #ffffff;
}
.menubar a:hover {
  color: #000000;
}

.menubarnb{
  background: #3A4560;
  font-size: 8pt;
  color: #ffffff;
}
.menubarnb a:link {
  color: #ffffff;
}
.menubarnb a:visited {
  color: #ffffff;
}
.menubarnb a:active {
  color: #ffffff;
}
.menubarnb a:hover {
  color: #000000;
}

.catcolumn {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #f4f4f4;
}

.photocol {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #e4e4e4;
}

.commentscol {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #f1f1f1;
}

.lastphocol {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #f1f1f1;
}

.lastcommcol {
  font-size: 8pt;
  background: #e4e4e4;
  color: ;
}

.small {
  font-size: 8pt;
  font-family: verdana, helvetica, sans-serif;
}
.medium {
  font-size: 10pt;
  font-family: verdana, helvetica, sans-serif;
}
.large {
  font-size: 12pt;
  font-family: verdana, helvetica, sans-serif;
}

.welcome {
  background: ;
  font-family: verdana, helvetica, sans-serif;
  color: #ffffff;
}

.lighttable {
  background: #f7f7f7;
  color: #000000;
}

.alternatetable {
  background: #dedede;
}

.formboxes{
  font-family: ;
  background-color: ;
  color: ;
  font-size: 9pt;
}

blockquote {
   font-size:9pt;
   border:1px solid #e6e6e6;
   margin:0px 20px;
   padding:0px 10px;
}
blockquote .small {
   background:#e6e6e6;
   margin-left:-10px;
   padding:1px 2px;
}
blockquote hr {
   visibility:hidden;
   height:1px;
}
blockquote br {
   font-size:1px
}


