/*body*/
body{
	background-color: #ffffff;
}

/*form*/
Input{
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #626262; 
	line-height: normal;
	font-weight: normal;
}

Select{
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #626262; 
	line-height: normal;
	font-weight: normal;
}

Textarea {
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #626262; 
	line-height: normal;
	font-weight: normal;
	padding-left: 4px;
}

li  {
	font-family: Arial, Helvetica;   
	font-size: 12px; 
	color: #626262; 
	line-height: normal;
	font-weight: normal;
}
/*/end Form*/


/*font styles*/
.bodyFont{
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #000000; 
	line-height: normal;
	font-weight: normal;	
}

.smallFont{
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	color: #000000; 
	line-height: normal;
	font-weight: normal;	
}

.grayTitle{
	font-family: Arial, Helvetica; 
	font-size: 20px; 
	color: #636363; 
	line-height: normal;
	font-weight: normal;
}

.orangeTitle{
	font-family: Arial, Helvetica; 
	font-size: 20px; 
	color: #f36e21; 
	line-height: normal;
	font-weight: normal;
}


.greenTitle{
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #c9e095; 
	line-height: normal;
	font-weight: bold;
}

.orangeSubTitle{
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #f36e21; 
	line-height: normal;
	font-weight: bold;
}
/*/end font styles*/


/*default navigation*/
A:link, A:visited  {
	font-family: Arial, Helvetica;    
	font-size: 11px; 
	text-decoration: underline; 
	color: #f36e21;
}

A:active, A:hover  {
	font-family: Arial, Helvetica;    
	font-size: 11px; 
	text-decoration: underline; 
	color: #c9e095;
}

/*/end default navigation*/


/*nav styles*/
.footer {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	color: #f36e21;
	font-weight: normal;
	/*padding-right: 10px;*/
}

a.footer:link, a.footer:visited {
	font-family: Arial, Helvetica; 
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none;
	color: #f36e21;
}

a.footer:hover, a.footer:active {
	font-family:Arial, Helvetica; 
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none; 
	color: #c9e095;
}

.grayNav {
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	line-height: 16px;
	font-weight : normal;
	color: #636363;
	font-weight: normal;
}

a.grayNav:link, a.grayNav:visited {
	font-family: Arial, Helvetica; 
	font-size: 12px;
	line-height: 16px;
	font-weight : normal;
	text-decoration: underline;
	color: #636363;
}

a.grayNav:hover, a.grayNav:active {
	font-family:Arial, Helvetica; 
	font-size: 12px;
	line-height: 16px;
	font-weight : normal;
	text-decoration: underline; 
	color: #f36e21;
}

.subNavBg {
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #ffffff;
	font-weight: normal;	
	background: url(/images/nav/bg_subnav.gif);
	height: 24px;
	width: 160px;
}

.tertNavBg {
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #ffffff;
	font-weight: normal;	
	background: url(/images/nav/bg_tertnav.gif);
	height: 24px;
	width: 160px;
}


.subNav{
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	color: #ffffff;
	font-weight: normal;	
}

a.subNav:link, a.subNav:visited {
	font-family:  Arial, Helvetica; 
	font-size: 11px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
}

a.subNav:hover, a.subNav:active {
	font-family: Arial, Helvetica; 
	font-size: 11px;
	font-weight : normal;
	text-decoration: none; 
	color: #f36e21;
}
#frog {
	vertical-align: top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(../images/assets/frog.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#greenLogo {
	background-image: url(../images/assets/FP_Cert_Logos.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#frog a  {
	color: #98BA58;
	text-decoration: none;
}
