/* CSS Document */
body{
	margin:0; 
	padding:0;
	font-family: Arial, Verdan, Helvetica, sans-serif; 
	font-size:12px;
	color: #4e4e4e;
	line-height: 18px;
}

/* IDs
  ---------------------------------------------------------------------*/ 
#container{
	position:relative; 
	float:left; 
	width: 100%; 
	height: auto; 
	padding-bottom: 50px;
	border-bottom: 1px solid #000000;
}

#center,
#footer{
	position: relative; 
	margin:0 auto; 
	width: 680px;
}
#footer{
	clear: both;
	height:auto;
	font-family: Arial, Verdan, Helvetica, sans-serif; 
	font-size:10px;
	color: #4e4e4e;
	line-height: 18px;
	padding-top: 5px;
	margin-bottom: 100px;
}
#nav{
	position:relative; 
	float:left; 
	clear:both; 
	width:680px; 
	height:59px; 
	margin:4px 0px 0px 0px; 
	background-color:#ffffff;
}
#subNav{
	position:absolute; 
	top:200px; 
	left: 12px; 
	width:auto; 
	height:auto; 
	font-family: Arial, Verdan, Helvetica, sans-serif; 
	font-size:10px; 
	color: #6b6b6b; 
	z-index:10;
}
/* Classes
  ---------------------------------------------------------------------*/
.callOut{
	padding:0px 30px 40px 0px; 
	border-bottom: 1px solid #000000; 
	margin: 0px 0px 40px 0px; 
	width: 650px; 
	line-height: 22px; 
	color: #4e4e4e;
}
.footNote{
	margin-top: 50px;
	font-size: 10px;
}
.footnoteNum{
	display:block; 
	padding-bottom:15px; 
	width:6px; 
	position:relative; 
	float:left;
}
.bullet{
	position:relative; 
	float:left;
	color:#52b949; 
	font-size:16px; 
	margin:0px 10px 0px 0px; 
	line-height:12px;
}
.noMargin{
	margin: 0px !important;
}
.zeroTopMargin{
	margin-top: 0px;
}
.btmMarginEight{
	margin-bottom: 8px;
}
.leftCol,
.rightCol{ 
	position:relative; 
	float:left; 
	width: 220px; 
	height: auto; 
	margin:25px 0px 0px 10px;
}
.rightCol{
	margin-left: 70px;
}
/* Text
  ---------------------------------------------------------------------*/
h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #52b949;
	text-transform:uppercase;
}
h2{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f5a47;
	margin-bottom: 0px;
}
.purpleCopy{
	color: #663366;
}
.orangeCopy{
	color: #ff9933;
}
.zeroTopMargin{
	margin-top: 0px;
}
p{
	margin-top: 0px;
}

/* Links
  ---------------------------------------------------------------------*/ 
a:link,
a:visited{
	font-family: Arial, Verdan, Helvetica, sans-serif; 
	font-size:12px; 
	color: #6b6b6b; 
	text-decoration: none;
}
a:hover{
	font-family: Arial, Verdan, Helvetica, sans-serif; 
	font-size:12px; 
	color: #55ba4a; 
	border-bottom: 1px solid #55ba4a;
}

#subNav a:link,
#subNav a:visited{
	font-family: Arial, Verdan, Helvetica, sans-serif; 
	font-size:10px; 
	color: #6b6b6b; 
	text-decoration: none;
}
#subNav a:hover{
	font-family: Arial, Verdan, Helvetica, sans-serif; 
	font-size:10px; 
	color: #55ba4a; 
	border-bottom: 1px solid #55ba4a;
}

#footer a:link,
#footer a:visited{
	font-size: 10px;
	color: #55ba4a;
}
.greenLink{
	color: #55ba4a !important;
	font-size: 10px !important;
}
a.greenLink:link,
a.greenLink:visited,{
	font-size: 10px;
	color: #55ba4a !important;
}

a.greenLink:hover{
	font-size: 10px;
	color: #6b6b6b !important;
	border-bottom: 1px solid #6b6b6b;
}


/* Nav
  ---------------------------------------------------------------------*/ 

