.white {
	color: #FFFFFF;
}
.orange {
	font-weight: bold;
	color: f87e4d;
	

}
.blue {
	color: #53BCD7;
	font-weight: bold;
	text-decoration: none;

}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.font1 {
	font-family: Arial, Helvetica, sans-serif;
}

#new_layout
{
 width: 820px;
 height: 435px;
 margin: 0 auto;
 overflow: hidden;
}

#left
{
 width: 350px;
 padding: 10px;
 float: left; 
}

#right
{
 width: 432px;
 float: right; 
 text-align: center;
}

#right h4
{
 margin: 0;
 margin-bottom: 20px;
 margin-top: 20px;
 font-size: 1.4em;
}

#right h6
{
 margin: 0;
 margin-bottom: 15px;
 font-size: 1.1em
}

#right a
{
 font-size: 0.9em;
}

#right a:link, #right a:visited
{
 color: #40703F;
}

#right a:hover, #right a:active
{
 color: 000;
 text-decoration: underline;
}

