body	{
	color: #000;
	background: #fff;
	margin: 15px;
	padding: 0;
	}
	
.hide	{
	display: none;
	}
	
img {
	display: block;
	}


/*	
#topmain img    {
    display: inline;
    }
*/

	
a:link {
	font-weight : bold;
	text-decoration : underline;
	color: #900;
	background: transparent; 
	}

a:visited {
	font-weight : bold;
	text-decoration : underline;
	color: #900;
	background: transparent; 
	}

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

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #f00;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
    font-size: 14px;
	font-family: Arial, "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	/*font-family:  Georgia, "New Century Schoolbook", Times, serif; */
	}

h1	{
	font-size: 26px;
	font-weight: bold;
	color:  #00C;
	background:  #FC6;
	padding: 6px;
	margin-bottom: 5px;
	border: 1px solid #009;
	display:  block;
	}


h2	{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
	color: #00C;
	}

h3	{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	}

h4	{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
	color:  #009;
	}


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

	
#footer p	{
	font-size: 11px;
	margin: 5px 0 0 0;
	}
	
ul.bright   {
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: bold;
    }
ul.bright li   {
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: bold;
    }
    
    
.blue   {
    color: #00c;
    }

.orange   {
    color: #f60;
    }

.white   {
    color: #fff;
    }

.red   {
    color: #f00;
    }

.black   {
    color: #000;
    }

.italic   {
    font-style: italic;
    }

.bigger {
    font-size: 1.2em;
    font-weight: bolder;
    }

.smaller {
    font-size: .85em;
    }

.question {
    font-size: 1.2em;
    font-weight: bolder;
    }

.indent {
    margin: 0 0 10px 20px;
    }

.alert {
    font-size: 1.1em;
    font-weight: bolder;
    color:  #F00;
    }

p.who    {
    font-style: italic;
    font-size: .75em;
    color:  #666;
    margin: 20px 0 10px 0;
    }

#rightside  {
    float: right;
    width: 200px;
    font-size:  14px;
    color:  #003;
    
}

.boxedblue  {
    border:  #900 solid 1px;
    padding: 5px;
    background: #CCF;
    margin-bottom: 10px;
}
.boxedorange  {
    border:  #900 solid 1px;
    padding: 5px;
    background: #FC6;
    margin-bottom: 10px;
}

	
/* Basic page divisions */

#page   {
    width: 775;
    }

#content    {
	background:  #EEE;    
	padding: 6px;
	margin: 0;
	border: 1px solid #009;
    float: left;
    width:  600px;
    }


#wnotw  {
    float: right;
	font-size: 14px;
	font-weight: normal;
	color:  #00C;
	background:  #CCC;
	padding: 6px;
	margin: 5px;
	border: 1px solid #999;
	display:  block;
	}
	
#contact    {
    float: right;
	font-size: 15px;
	font-weight: normal;
	color:  #00C;
	text-align:  center;
	background:  #CCC;
	padding: 6px;
	margin-bottom: 0;
	border: 1px solid #F90;
	display:  block;
    }

#righttop   {
    background: #6666FF;
    padding: 5px;
    }

#mediamatters   {
    padding: 10px;
    float: right;
    }


/* Navigation bar components */


table#nav	{
	margin: 0 0 5px 0;
	padding: 0;
	}

table#nav td	{
    background: #000;
	font: 14px  Arial, sans-serif; /* Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif */
	color: #99c;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 0;
    border-left: 1px solid #FFF;
	}

table#nav td a	{
    color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	
	
	}
	
#nav td a:link, #nav td a:visited {
    background: #000;
	display: block;
	margin: 0;
	line-height: 20px;
	padding: 0 5px 0 5px;
	/*width: 185px;	 False value for IE4-5.x/Win. 
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 180px; */
	} 

html>body#nav td a:link, body#nav td a:visited {
	/*width: 180px;	  Be nice to Opera */
	}

#nav td a:hover {
	color: #FFF;
	/* color: #ffc; */
	/* background: #66c; */
	background: #00C;
	} 


/* Left Navigation bar components */


#navlist
{
padding: 0 1px 1px 0;
margin: 0 0 5px 5px;
font: bold 12px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background: gray;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 3px 3px 3px 5px;
border-left: 8px solid #AAB;
font: bold 12px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background: #e8e8b8;
text-decoration: none;
width: 200px;	/* False value for IE4-5.x/Win. */
voice-family: "\"}\""; 
voice-family:inherit;
width: 184px;
}

html>body #navlist li a { 
width: 184px;	 /* Be nice to Opera */
}

#navlist li.subnav a
{
display: block;
padding: 3px 3px 3px 10px;
border-left: 8px solid #999;
width: 200px;	/* False value for IE4-5.x/Win. */
voice-family: "\"}\""; 
voice-family:inherit;
width: 179px;
}

html>body #navlist li.subnav a { 
	width: 179px;	 /* Be nice to Opera */
}


#navlist li a:link { color: #448; }
#navlist li a:visited { color: #448; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}


.shortlist
{
margin: 0 0 5px 0;
padding: 0 5px 0 15px;
}

.shortlist li   {
    margin: 0 0 5px 0;
}

	
h2.reststop {
	background:  #FC6 url(../images/wheel_bg.gif) no-repeat bottom left;
	padding: 6px;
	border: 1px solid #FFF;
    display: block;
    }
   
.inline img  {
	display: inline;
	border: 0;
	}

.leftspace  {
    margin: 0 0 0 5px;
    }

.shade  {
    margin-top: 5px;
    padding: 5px;
    background: #9CF;
    border: 1px solid #999;
    }
    
.highlight  {
    margin: 7px;
    padding: 5px;
    background:  #9FF;
    border: 1px solid #999;
    }

.photoframe  {
    margin: 7px;
    padding: 10px;
    background:  #cff;
    border: 1px solid #999;
    font-weight: bold;
    }

.photoframe p  {
    line-height: normal;
    }

.photoframe img  {
    border: 3px solid #000;
    }

.reqd   {
    color:  #F00;
    }

.celltext   {
    margin: 7px;
    padding: 7px;
    color:  #0F0;
    background:  #000;
    border: 2px solid #FFF;
    font-family:  Courier, "Courier New", monospace;
    font-weight: bold;

    }
