body {
        margin: 0;
        padding: 0;
        font-family:verdana, arial, helvetica, sans-serif;
        font:12px verdana, arial, helvetica, sans-serif;
        color:#333;
        background-color: #FFFFCC;
        }
.title {
        margin:0px 0px 15px 0px;
        padding:0px;
		font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
        font-size:20px;
        line-height:28px;
        font-weight:900;
        color:#999999;
        }
h1 {
        margin:0px 0px 5px 0px;
        padding:0px;
		font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
        font-size:14px;
        line-height:14px;
        font-weight:600;
        color:#333;
        }
span.bold
        {
        font-weight: bold;
        }
span.italic
		{
		font-style: italic;
		}
span.underline
		{
		text-decoration:underline;
		}
div.float {
  float: right;
  background: #fff;
  padding: 5px;
  margin: 0 0 10px 10px;
  border: 1px solid #CCC;
  }
div.float p {
   text-align: center;
   font-size: 10px;
   }
div.linkfloat {
  float: right;
  background: #fff;
  padding: 5px;
  margin: 0 0 0 10px;
  display: block;
  border: 1px solid #CCC;
  }
  
div.linkfloat p {
   text-align: left;
   font-size: 10px;
   }
div.photo {
		font: 10px arial, helvetica, sans-serif;
		color: #666666;
		text-align: right;
		margin: 0;
			}
p {
        font: 12px verdana, arial, helvetica, sans-serif;
        margin: 0;
        padding: 0 0 10px 0;
        }

a {
        color: #0066CC;
		font-weight: bold;
        text-decoration: none;
        font-family: verdana, arial, helvetica, sans-serif;
        }
a:link {color:#0066CC;}
a:visited {color:#0066CC;}
a:hover {color: #CC3300;
		text-decoration: none;
		}

#Logo  {
		text-align: center;
		background-color:#FFCC66;
		padding: 10px;
		
		}
#Header {
        margin:0;
        padding:8px 0 4px 0;
        height:15px;
        border-top: 1px solid #999;
		border-bottom: 1px solid #999;
        background-color: #eeeeee;
        }
        /* opera5 hack fix  */
body>#Header {height:15px;}  

#Content {
        margin: 20px 20px 50px 30px;
        padding:10px;
        }
#Content2 {
        margin: 20px 20px 50px 200px;
        padding:10px;
        }
#Menu {
        font-size: 10px;
		position:absolute;
        top:200px;
        left:20px;
        width:142px;
        padding:10px;
        background-color:#FFCC66;
        border:1px solid #999;
        line-height:17px;
		white-space: nowrap;
/* Again, the ugly brilliant opera hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:142px;
        }
#News {
        font-size: 10px;
		position:absolute;
        top:350px;
        left:20px;
        width:142px;
        padding:10px;
        background-color:#FFCC66;
        border:1px solid #999;
        line-height:17px;
		white-space: nowrap;
/* Again, the ugly brilliant opera hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:142px;
        }
p.indent {
		margin-left:18px;
		}
ul li	{
		padding: 4px;
		}
/* CUSTOM NO BULLET LIST  */
ul.nobullet
		{
		list-style-type: none;
		margin:0;
		padding:5px;
		}
 ul.nobullet li {
 		margin: 0 0 10px 0;
 		}
/* Again, "be nice to Opera 5". */
body>#Menu {width:142px;}

/* MENU SIDEBAR LINK COLORS AND CURRENT STATE  
==============================================  */
a.current:link {
				font-size: 10px; color: #CC3300;
				text-decoration: none;
				}
a.current:visited {font-size: 10px; color: #CC3300;}
a.current:hover {font-size: 10px; color: #CC3300;}
/* NAVIGATION STYLES 
==================================  */
#navfill {
		background: #CCC;
		}

 #navigation ul
 {
	margin: 0;
	padding: 6px 4px 4px 4px;
	background: #CCC;
	list-style-type: none;
	color: #0066CC;
	width: 99%;
	text-align: center;
	white-space: nowrap;
 }

 #navigation ul li 
 		{ 
 		display: inline;
		margin: 25px; 
		}

 #navigation ul li a
 {
 		font:11px verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		padding: 5px 8px;
		color: #0066CC;
 }

 #navigation ul li a:hover
 {
		color: #CC3300;
		background: none;
 }
 
#navigation #currentpage a {
        background: #FFFFCC;
        color: #CC3300;
        }

