/* CSS Document */


body {background:#030;
      color:#000;
	  font-family:sans-serif
	  }

p	{
	  line-height:110%;		
	}

h1, h2, h3, h4 {
	color:#000;
	background:#fff;
	font-family:serif}
	
#wrapper {
	text-align:center;
	margin-top:1em;
	}

#content {
	width: 1024px;
	background:#fff ;	
	text-align: left;
	border: 10px solid #090;
	margin: 0 auto;
	padding:0;
	}

#sub_content {padding:10px}

#footer_wrapper {
	text-align:center;
	font-size:small;}

#news {
	margin: 0 5em 1em 5em;
	padding:0 1em 0 1em;
	border: double 20px #090;
	background:yellow;
	}
	
#news h3 {
	background:yellow;
	line-height:140%;
	}
	
#news a:link 	{background:yellow;
      	color:#000;
		text-decoration:underline;
		}

#news a:visited	{background:yellow;
      	color:#000;
		text-decoration:underline;
		}

#news a:hover	{background:#000;
      	color:yellow;
		text-decoration:underline overline;
		}

#news a:active	{background:yellow;
      	color:#000;
		text-decoration:underline;
		}
	
.mb0 {margin-bottom:0}

.mt0 {margin-top:0;
	margin-left:2em;}
	
p.getreader {
  color: red;
  background-color: white;
  margin-left:10em;
  margin-right:10em;
  border: double red 5px;
  text-align: center;
  font-size: small;
  padding: 0.5em;
}
img.getreader {
  border: 0;
}

a.getreader:link {
  color: red;
  background-color: white;
}

a.getreader:visited {
  color: red;
  background-color: white;
}

a.getreader:active {
  color: red;
  background-color: white;
}

a.getreader:hover {
  color:white ;
  background-color:red ;
}


a:link	{background:#fff;
      	color:#000;
		text-decoration:underline;
		padding:3px;
		}

a:visited	{background:#fff;
      	color:#000;
		text-decoration:underline;
		}

a:hover	{background:#000;
      	color:#fff;
		text-decoration:underline overline;
		}

a:active	{background:#fff;
      	color:#000;
		text-decoration:underline;
		}


.faq li	{
		list-style-type:none;
		font-size:large;
		font-weight:bold;
		margin-bottom:0.5em;
		}

a.no_hover:link	{background:#fff;
      	color:#000;
		text-decoration:underline;
		padding:3px;
		}

a.no_hover:visited	{background:#fff;
      	color:#000;
		text-decoration:underline;
		}

a.no_hover:hover	{background:#fff;
      	color:#000;
		text-decoration:none;
		}

a.no_hover:active	{background:#fff;
      	color:#000;
		text-decoration:underline;
		}

.mb0 {margin-bottom:0}	

.mb0 + * {margin-top:0}
	
	
	
	
	
	
	
	
	
	
	