body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
	background-color: white;
	width: 640px;
	float: left;
}

#header {
 width: 640px;
 float: left;

 background: transparent;
}
#wrapper { 
 margin: 0 auto;
 width: 600px;
	background-color: transparent;
	float: right;
}


#navigation {
 float: left;
 width: 640px;
 color: #333;
 margin: 0px 0px 5px 0px;
 background: silver repeat-x;
}
#column { 

 padding: 10px;
 
 width: 640px;
 float: left;
 background: transparent;
	border-style: none;
	border-color: #ccc;
}

#footer { 
 width: 640px;
 clear: both;
}

A { text-decoration:none }
a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}



.h3 {margin-top:0px;
line-height:19px;
font-size:14px;
}
.news_title{
	font-size: 18px;
	color: #719c0c;
	text-align: right;
}
.news_title3{
	padding:0 3 0 0;
	font-family:Georgia;
	font-size:25px;
	color:#666666;
	text-align:right;
	background-image:url("img/news_title.gif");
	height:36px;
}

.news_title2{
	font-family:Georgia;
	font-size:25px;
	color:#666666;
	text-align:left;
	padding-left:46px;
}

.news_featuresgrey{
	padding: 5 3px 0;
	font-family: arial;
	font-size:12px;
	color:#666666;
	line-height:18px;
	text-align:justify;
}
.news_features{
	padding: 5 3px 0;
	font-family: arial;
	font-size:12px;
	color: #670863;
	line-height:18px;
	text-align:justify;
}

/* Additional layouts */

.left {float:left; margin:10px; border:1px solid #000;}
.right {float:right; margin:10px; border:1px solid #000;}

li	{
	color: #719c0c;
	
}
.greens2 {
	font-size: 10px;
	color: #719c0c;
}
.greens {
	font-size: 11px;
	color: #719c0c;
}
.green {
	font-size: 12px;
	color: #719c0c;
}
.greenm {
	font-size: 14px;
	color: #719c0c;
}
.greenm2 {
	font-size: 16px;
	color: #719c0c;
}
.greenb {
	font-size: 18px;
	color: #719c0c;
}
.red {
	font-size: 18px;
	color: red;
}
.greenb2 {
	font-size: 24px;
	color: #719c0c;
}
.line {width: 650px; height: 1px; border-bottom:1px #dbe8bc solid;
	float: right;
}

/* Picture layouts */
.left {float:left; margin:10px; border:0px solid #000;}
.right {float:right; margin:10px; border:0px solid #000;}

#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color: yellow; 
  color: black; 
  display: inline-block; 
  width: 100px; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding: 0 1px;
  margin: 1px auto;
	float: left;
}

#menu a:hover {
  top:2px;
  left:2px;
  color: black;
  border-color:#345 #cde #def #678;
  }
  


#fraser {
border: 2px solid black; 
margin: 15px auto 50px 5px;
padding: 0 20px 10px 20px; /* clockwise - top right bottom left */
verticle-align: top;
width: 600px;
float: left;
background-color: transparent;
-webkit-box-shadow: 15px 15px 15px #1D0304;
-moz-box-shadow: 15px 15px 15px #1D0304;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}