body {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 175%;
	color: #666;	
	background-color: #FFF;
	text-align: center;
	margin: 15px;
	padding: 0;
}


/*Box around entire site*/
#maincontainer {	
	width: 730px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#contentfullwidth {
text-align: left;
padding: 0px 0 0 0;
}
* html #contentfullwidth {
text-align: left;
padding: 15px 0 0 0;
}


.pagedivide {
	background-image: url(../images/divide.gif); 
	background-repeat: repeat-x;
}
.pagesubdivide {
	background-image: url(../images/divide.gif); 
	background-repeat: repeat-x;
	width: 630px;
	margin:20px 50px 20px 50px;
}


/*the left hand logo space*/
#headerleft{
float: left;
}

h1 {
	font-size: 2.3em;
	font-weight: bold;
	color: #3F285E;
	line-height: 140%
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
h3{
	font-size: 1.2em;
	font-weight: bold;
	color: 666666;
}


	



#contenthomeleft{
	float: left;
	text-align: left;
	width: 458px;
}
#contenthomeright{
	float:left;
	width: 272px;
	text-align: right;
}

.container{
	width:730px;
}
.contenthalfleft{
	float: left;
	text-align: left;
	width:350px;
}
.contenthalfright{
	float: left;
	text-align: left;
	width: 350px;
	margin-left: 30px;
}

.content400left{
	float: left;
	text-align: left;
	width:400px;
}
.content300right{
	float: left;
	text-align: left;
	width: 300px;
	margin-left: 30px;
}

.content200left{
	float: left;
	text-align: left;
	width:200px;
}
.content500right{
	vertical-align: middle;
	float: left;
	text-align: left;
	width: 500px;
	margin-left: 10px;
}

.content470left{
	float: left;
	text-align: left;
	width:470px;
}
.content230right{
	vertical-align:bottom;
	float: left;
	text-align: left;
	width: 230px;
	margin-left: 10px;
}


.contentflexileft{
	float: left;
	text-align: left;
}
.contentflexiright{
	float: left;
	text-align: left;
	margin-left: 15px;
}

.contentnewsleft{
	float: left;
	text-align: left;
	width: 670px;
}
.contentnewsright{
	float: left;
	text-align: left;
	margin-left: 15px;
	width: 45px;
}

.indent{
	margin-left:20px;
}


#footerleft{
	float: left;
	text-align: left;
	width:350px;
}
#footerright{
	float:left;
	text-align:right;
	width:380px;
}

.textsmaller {
font-size: 95%;
}

.textgreen {
	color: #A8AF14;
}

a:active, a:link, a:visited {
	text-decoration: underline; 
	font-weight: bold;
	color: #A8AF14;
	
}
a:hover {	
	text-decoration: none; 
	font-weight: bold;
	color: #A8AF14;
}


a.linknews:active, a.linknews:link, a.linknews:visited {
	text-decoration: underline; 
	font-weight: bold;
	color: #A8AF14;
	line-height: 100%; 
}
a.linknews:hover {	
	text-decoration: none; 
	font-weight: bold;
	color: #A8AF14;
	line-height: 100%;
}
.news{
	padding-bottom: 10px;
}

a.linkprint:active, a.linkprint:link, a.linkprint:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #A8AF14;
}
a.linkprint:hover {	
	text-decoration: underline; 
	font-weight: bold;
	color: #A8AF14;
}

.imageright{
	text-align: right;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 95%;
	float: right;
	width: 250px;
}