body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#003663;
}

td {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#003663;
}

th {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#003663;
}

p{
	margin-top:0px;
}

H1{
	font-size:20px;
	color:#003663;
	margin:0px;
	padding:0px;
}

H2{
	font-size:24px;
	color:#003663;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-weight:normal;
}

H6{
	font-size:11px;
	color:#CCCCCC;
}
.big{
	font-size:34px;
	color:#003663;

}

b, strong, H3{
	color:#11923C;
	font-size:12px;
	margin:0px;
	padding:0px;
	font-size:13px;
}

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */


#container{
	width:775px;
	margin:0px auto;
	background-color:#FFFFFF;
}


#leftmenu,
#header,
#menu,
#footer{
	display:none;
}

#content{
	float:right;
	width:550px;
	padding:0px;
}

.contenttable{
	width:100%;
	padding-right:15px;
}

.greenbox{
	background-color:#BEDAAC;
	color:#2F4B1D;
}
.greenbox b{
	color:#2F4B1D;
}

ul{
	padding-left:3px;
	margin-left:12px;
}

.quote{
	color:#7A6F6B;
}

/*NEWS STYLES*/

#newscontainer{
	width:752px;
	background-image:url(Images/TemplateImages/newsMid.gif);
	background-repeat:repeat-y;
}

#newstitle{
	background-image:url(Images/TemplateImages/news.gif);
	background-repeat:no-repeat;
	padding-left:50px;
	height:31px;
	padding-top:5px;
	font-size:15px;
	font-weight:bold;
}

#newstitleLatest{
	background-image:url(Images/TemplateImages/newsLatest.gif);
	background-repeat:no-repeat;
	padding-left:50px;
	height:31px;
	padding-top:5px;
	font-size:15px;
	font-weight:bold;
}

#newscontent{
	padding-left:30px;
	padding-right:30px;
}

#newsfooter{
	margin-bottom:30px;
}