* {
margin: 0;
padding: 0;
}

h1{
  font-family: arial, sans-serif;
  font-size: 16pt;
  color:#333333;
}

a { 
	font-family: : Century Gothic, Tahoma,Arial;
	font-size: : 9pt;
	color: #5b3e1c;
	text-decoration: none;
}

a:hover {
	font-family:Century Gothic, Tahoma,Arial;
	font-size: 9pt;
	color: #0067b1;
}	

div.mainHomeImage{
  margin-top: -40px;
}

.footer
{
  font-family: arial, sans-serif;
  font-size: 8pt;
  color:#5b3e1c;
  text-decoration:none;
}

a.footer
{
  font-family: arial, sans-serif;
  font-size: 8pt;
  color:#0067b1;
  text-decoration:none;
}

a.footer:hover
{
  font-family: arial, sans-serif;
  font-size: 8pt;
  color:#0067b1;
  text-decoration:underline;
}	
.footer_text
{
  font-family: arial, sans-serif;
  font-size: 8pt;
  color:#ffffff;
}	

.body_text
{
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  line-height: 22px;
  letter-spacing: 1px;
  padding-top: 15px;
  color:#ffffff;
}
.custombutton {padding:0;margin:0;border:none;background:none;cursor:pointer;}
* html .custombutton {cursor:hand;} /* alternate cursor style for ie */
.c_text /* Comments page text */
{
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  padding-top: 15px;
  color:#ffffff;
}

h2{background:#ffffff;padding:1px 5px 2px;font:bold 100% arial;color:black;}
TD{FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Century Gothic, Tahoma,Arial}

BODY
{
	FONT-SIZE: 9pt;
	COLOR: #FF9854;
	FONT-FAMILY: Century Gothic, Tahoma,Arial;
	padding: 0px;
	margin: 0px;
}

a.category{FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #065089; FONT-STYLE: normal; FONT-FAMILY: Century Gothic, Tahoma,Arial; TEXT-DECORATION: none}

a.category:hover{FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #3A8ABD; FONT-STYLE: normal; FONT-FAMILY: Century Gothic, Tahoma,Arial; TEXT-DECORATION: none;}

a.series{FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Century Gothic, Tahoma,Arial; TEXT-DECORATION: none}

a.series:hover{FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #BD0066; FONT-STYLE: normal; FONT-FAMILY: Century Gothic, Tahoma,Arial; TEXT-DECORATION: none}
a.small{FONT-SIZE: 8.5pt; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Century Gothic, Tahoma,Arial; TEXT-DECORATION: none}
a.small:hover{FONT-SIZE: 8.5pt; COLOR: #3A8ABD; FONT-STYLE: normal; FONT-FAMILY: Century Gothic, Tahoma,Arial; TEXT-DECORATION: none;}
a.links{FONT-SIZE: 9pt; COLOR: #3a8abd; FONT-FAMILY: Century Gothic, Tahoma,Arial; TEXT-DECORATION: underline}


.footer_text
{
    FONT-SIZE: 9pt;
    COLOR: #3A8ABD;
    FONT-FAMILY: Century Gothic, Tahoma,Arial
}
.cust_service_header
{
    FONT-SIZE: 10pt;
    COLOR: #065689;
    FONT-FAMILY: Century Gothic, Tahoma,Arial;
    TEXT-DECORATION: none;
    padding-top:15px;
}
.cust_service_body
{
    FONT-SIZE: 9pt;
    COLOR: #666666;
    FONT-FAMILY: Century Gothic, Tahoma,Arial;
    TEXT-DECORATION: none;
	width:600px; border-left-width: 0px; border-right-width: 0px; border-top:0px; border-bottom-width:0px; border-style:solid; border-color:#FD6703; background-color:#ffffff
}

.main_border
{
  width:725px; 
  border-left-width: 1px; 
  border-right-width: 1px; 
  border-top:1px; 
  border-bottom-width:1px; 
  border-style:solid; 
  border-color:#5b3e1c;
}
.main_title
{
    FONT-SIZE: 16pt;
	font-weight: normal;
    COLOR: #da3c7a;
    FONT-FAMILY: century gothic;
    TEXT-DECORATION: none;
		padding-right:6px; padding-top: 6px;
}
.main_body
{
    FONT-SIZE: 12pt;
    COLOR: #3a8abd;
    FONT-FAMILY: Bradley Hand ITC, Papyrus, Tempus Sans ITC;
    TEXT-DECORATION: none;
	padding-right:10px; padding-left:10px; padding-top: 5px; padding-bottom: 0px; word-spacing: 0.5em;
	height: 150px;
}
.page_header
{

    FONT-SIZE: 12pt;
    COLOR: #3a8abd;
    FONT-FAMILY: Century Gothic, Tahoma,Arial;
    TEXT-DECORATION: none
}

.suggest
{
    FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
    COLOR: #065689;
    FONT-FAMILY: Century Gothic, Tahoma,Arial;
    TEXT-DECORATION: none
}

/*** Nav bar styles ***/

.navContainer{
  position: relative;
  top: 30px;
  left: 30px;
}

ul {
list-style-type: none;
height: 20px;
width: 725px;
margin: auto;
}

li {
float: left;
}

ul a {
padding-right: 32px;
padding-left: 32px;
display: block;
line-height: 20px;
text-decoration: none;
font-family: Century Gothic, Tahoma,Arial;
font-size: 14px;
color: #000;
}

ul a:hover {
font-family: Century Gothic, Tahoma,Arial;
font-size: 14px;
color: #FFF;
}

