body {
	background-color: #B8B7B7;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: normal;
	color: #3e3f3e;
	text-decoration: none;
}
a:hover.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: normal;
	color: #3e3f3e;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: normal;
	color: #3e3f3e;
	text-decoration: none;
	line-height: 18px;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3e3f3e;
	text-decoration: none;
	line-height: 16px;
}
.textsmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #3e3f3e;
	text-decoration: none;
	line-height: 18px;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	padding-left: 3px;
}
.boxtextlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: normal;
	color: #4480C6;
	text-decoration: none;
	line-height: 18px;
}
a:hover.boxtextlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: normal;
	color: #BBD9FD;
	text-decoration: none;
	line-height: 18px;
}
.textgry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: normal;
	color: #535353;
	text-decoration: none;
	line-height: 20px;
}
a:hover.textgry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: normal;
	color: #535353;
	text-decoration: none;
	line-height: 20px;
	text-decoration: underline;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: normal;
	color: #3e3f3e;
	text-decoration: none;
	line-height: 12px;
}
.textgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0b8a02;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
.blulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: normal;
	color: #4480C6;
	text-decoration: none;
	line-height: 16px;
}
a:hover.blulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: normal;
	color: #BBD9FD;
	text-decoration: none;
	line-height: 16px;
	text-decoration: underline;
}
.blulinksmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: normal;
	color: #4480C6;
	text-decoration: none;
	line-height: 16px;
}
a:hover.blulinksmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: normal;
	color: #BBD9FD;
	text-decoration: none;
	line-height: 16px;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #686767;
	text-decoration: none;
	line-height: 14px;
	text-align: center;
}
a:hover.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4480C6;
	text-decoration: none;
	line-height: 14px;
	text-align: center;
}
.footersm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:capitalize;
	color: #686767;
	text-decoration: none;
	line-height: 12px;
	text-align: center;
}
a:hover.footersm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:capitalize;
	color: #4480C6;
	text-decoration: none;
	line-height: 12px;
	text-align: center;
}
.policy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	color: #686767;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}
a:hover.policy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	color: #4480C6;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}





#leftcolumn { 
 margin: 10px 10px 5px 10px;
 height: auto;
 width: 444px;
 float: left;
}
#rightcolumn { 
 float: right;
 margin: 15px 10px 5px 0px;
 height: auto;
 width: 262px;
 display: inline;
}

#boxcontent { 
 height: auto;
 width: 444px;
 float: left;
 background-image:url(images/main_24.png);
 background-repeat: repeat-y;
}

.boxtextmain{ 
}
.logoheader{ 
margin-left: 18px;
 background-image: url(images/logo.png);
 background-repeat: no-repeat;
 height:175px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
             clear:both; height:0; font-size: 1px; line-height: 0px;}

