/* CSS Sustainable Jersey */
/* Another Shoddy Solution anti-copyright 2006 */


/* -- HTML and BODY -- */


html {
 	margin: 0px;
 	padding: 0px;
 	}

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


/* -- text and links -- */

 
p { 
	font: 8pt/12pt verdana, arial, helvetica, sans-serif;
	margin: 0px;
	}

h1,h2 {
	margin-top: 0;
	margin-bottom: 12px;
  	color: #030;
	background-color: #fff;
	}

h1 {
	font: bold 14pt georgia, "times new roman", times, serif;
 	}
	
h2 {
	font: bold 10pt georgia, "times new roman", times, serif;
 	}
	
h3, h4 {
    	font: 10px georgia, "times new roman", times, serif;
	margin: 0px;
  	color: #c30;
	background-color: #fff;
	}
	
	
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;
	}

	
img {
	border: none;
	}


/* -- classes -- */

.news {
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 10px;
	line-height: 120%;
	}
	
.table {
	table-layout: auto;
	border: none;
	border-collapse: collapse;
	text-align: center;
	font-size: 10px;
	line-height: 120%;
	}
	
.darkgreen {
	color: #030;
	}
	
.super {
	vertical-align: super;
	font-size: 6px;
	}
	
.sub {
	vertical-align: sub;
	font-size: 6px;
	}
	
.big {
	font-size: 14px;
	font-weight: bold;
	}
	
.small {
	font-size: 10px;
	line-height: 120%;
	}
	
blockquote {
	font-style: italic;
	background-color: #ffc;
	padding: 20px; 
	margin: 20px;
	}
	
.leftmenu {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	} 
	
img.floatLeft { 
    	float: left; 
    	margin: 5px 20px;
	}

img.floatRight { 
    	float: right; 
    	margin: 5px 20px; 
	}

.toplink {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	}

#rightbar {
	float: right;
	width: 200px;
	border: 1px solid;
	border-color: #9c6;
	margin: 0px 20px 10px;
	}

#rightbar h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	background-color: #9c6;
	}

#rightbar h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px 10px;
	}

#rightbar p {
	font-size: 10px;
	line-height: 140%;
	padding: 0px 10px;
	margin-bottom: 0px;
	}
		


/* page layout */


#wrapper {
 	width:640px;
 	margin: auto;
 	margin-top: 5px;
 	margin-bottom: 5px;
 	background-image: url(../graphics/background.gif);
 	background-repeat: repeat-y;
 	}

#header {
 	background-color: #030;
 	height: 60px;
	}
	
#navbar {
	background-color: #030;
	}

#navbar ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	}

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

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

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

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

#sidebar {
 	width: 140px; 
	margin: 20px 20px 0px;
 	float: left;
 	display: inline;
	text-align: right;
 	}

#sidebar ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 5px;
	paddding: 0px;
	font-size: 10px;
	margin-bottom: 30px;
	}

#sidebar h3 {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #690;
	padding: 5px 0px;
	border-bottom: 1px dotted #693;
	}

#sidebar p {
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 30px;
	line-height: 140%;
 	}

#cont {
 	background:#fff;
 	color: #333;
 	margin-left: 180px;
	margin-top: 20px;
 	text-align: left;
 	}

#cont p {
	padding-right: 20px;
	margin-bottom: 12px;
	}

#cont h2 {
	padding-right: 20px;
	}

#cont ul {
	padding-right: 20px;
	margin-bottom: 12px;
	}

#cont ol {
	padding-right: 20px;
	margin-bottom: 12px;
	}

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