/* CSS Sustainable Jersey */

/* Another Shoddy Solution anti-copyright 2006 */

/* TEXT */

body {
 	margin-left; auto;
	margin-right: auto;
 	padding: 0px;
 	font: 8pt/12pt verdana, arial, helvetica, sans-serif;
 	color: #333;
 	background-image:  url(../graphics/bg1.gif);
 	background-color: #fff;
 	text-align: center;
 	}
 
p { 
	font: 8pt/12pt verdana, arial, helvetica, sans-serif;
	margin-top: 0px;
	text-align: left;
	}

h1{
	margin-top: 0px;
	margin-bottom: 12px;
  	color: #030;
	font: bold 14pt georgia, "times new roman", times, serif;
 	}
	
h2 {
	margin-top: 0;
	margin-bottom: 12px;
  	color: #030;
	font: bold 10pt georgia, "times new roman", times, serif;
 	}

/* PSEUDO-CLASSES */
	
a:link { 
	font-weight: bold;
	text-decoration: none; 
	color: #060;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #696;
	}
a:hover, a:active {  
	color: #f60;
	}

table {
	border: none;
	border-collapse: collapse;
	font: 8pt/12pt 
	}

/* NAVIGATION */

#navbar ul {
	font: 10px verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	height; 18px;
	background-color: #030;
	}

#navbar ul li {
	display: inline;
	margin-left: -4px;
	}

#navbar ul li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 4px 10px;
	line-height: 200%;
	}

#navbar ul li a:hover {
	background-color: #9c9;
	color: #030;
	}

#active a {
	border-left: 1px solid #fff;
	}

/* CLASSES */	
	
.darkgreen {
	color: #030;
	}
	
.super {
	vertical-align: super;
	font-size: 6px;
	}
	
.small {
	font-size: 10px;
	line-height: 120%;
	}

.smallbold {
	font-size: 10px;
	line-height: 120%;
	font-weight: bold;
	}
	
.quote {
	font-style: italic;
	}

.toplink {
	text-align: right;
	}

.floatRight  {
	float: right;
	margin: 10px;
	}

.leftmenu {
	margin-bottom: 20px;
	}  

.news {
	border: 1px solid #cc9;
	line-height: 120%;
	text-align: center;
	}	

/* PAGE LAYOUT */

#wrapper {
 width: 640px;
 margin: auto;
 margin-top: 10px;
 margin-bottom: 10px;
 background: #fff
 }

#header {
 	margin: 0px;
 	height: 60px;
 	}

#sidebar {
 width: 140px;
 float: left;
 font-size: 10px;
 text-align: right;
 margin-top: 30px;
 margin-left: 20px;
 color: #333;
 }

#rightbar {
	float: right;
	width: 200px;
	border: 1px solid #cc9;
	margin-left: 20px;
	}

#cont {
 background:#fff;
 color: #333;
 margin-top: 30px;
 margin-right: 20px;
 margin-left: 200PX;
 margin-bottom: 30px;
 text-align: left;
 }

#footer {
 clear: both;
 font-size: 10px;
 text-align: center;
 background:#9c9;
 color: #333;
 padding: 5px;
 }

#rightbar h3 {
	font: bold 10px;
	text-align: center;
	background-color: #cc9;
	color: #360;
	padding: 5px 10px;
	margin: 0px;
	}

#rightbar h4 {
	font: 10px;
	color: #900;
	padding: 10px 10px 5px;
	margin: 0px;
	}

#rightbar p {
	font: 10px;
	line-height: 130%;
	margin: 0px;
	padding: 0px 10px 20px;
	}

#sidebar p {
	font: 10px;
	line-height: 130%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: right;
	}

#sidebar ul {
	list-style-type: none;
	margin: 10px 0px 30px;
	}

#sidebar h3 {
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #363;
	border-bottom: 1px dotted #cc9;
	padding: 5px 0px;
	margin: 0px;
	}

