.main {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
.green {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #54AB00}
.white {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: white}
.greenbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #54AB00;
	font-weight: bold;
}
.greendark {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #2E6F00}
.greendarkV {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #2E6F00}
.black
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.blue {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #287BC1}
.blue12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #287BC1;
	
}
.bluedark {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #215989}
.blue1 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #287BC1}
.green1 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #54AB00}
.orange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F45900;
	text-transform: uppercase;
}
.orange1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F45900;
}
.blue2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #287BC1;
	text-transform: uppercase;
}

.blue3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #287BC1;
	font-weight: normal;
}
/*menu*/
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems
{
	/*background-color: #ffeeb8;*/
	color: #333366;	
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: black;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 2.4em;
left: 0;
border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

/*.submenus li a:hover{
background-color: yellow;
color: black;
}
*/
#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}

.btn1
{
	border-right: #f08000 1pt solid;
	border-top: #f08000 1pt solid;
	font-weight: bold;
	background-image: none;
	text-transform: uppercase;
	border-left: #f08000 1pt solid;
	color: #b06401;
	border-bottom: #f08000 1pt solid;
	font-family: Arial, Verdana;
	background-color: #ffb45d;
	font-variant: normal;
	cursor: hand;
}
H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #215989;
	font-weight: bold;
	text-transform: uppercase;
}
H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-transform: capitalize;
	color: #2E6F00;
	font-style: italic;
}
.greenI
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-transform: capitalize;
	color: #2E6F00;
	font-style: italic;
}
.blueH1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #215989;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
}

.orangeBorder
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F45900;
	text-transform: uppercase;
	border-right: #ff7100 1pt solid;
	border-top: #ff7100 1pt solid;
	border-left: #ff7100 1pt solid;
	border-bottom: #ff7100 1pt solid;
	text-indent: 3pt;
	font-weight: bold;
}