/*Formatting for most unchanging common page elements*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #003479;
	line-height: 20px;}
	
body {margin: 0px;}

a, img{text-decoration: none; border: none;}

p {margin: 10px 0px 0px 0px;}

h1 {font-family:Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #0065ad;
	text-align: right; margin: 2px 0px -5px 0px;}
	
h2 {font-family:Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #003479;
	margin: 10px 0px -8px 0px;}

h3 {font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #003479;
	margin: 10px 0px -8px 15px;}	
	
/*Formatting for background div containing the logo/swoosh image*/	
#bg-div {background-image: url(../images/main-bg-image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1024px; height: auto;
	margin: auto;}
	
/*Logo*/
#logo {
	float: left;
}
	
/*Formatting for main navigation*/	
#main-nav {float: left; width:150px; height: auto;
	margin: 109px 0px 15px 0px;  padding: 40px 50px 0px 0px;
	text-align: right; line-height: 35px;}
	
#main-nav a {font-size: 16px; font-weight: bold; color: #003479;}

#main-nav a:hover {color: #719500;}

#main-nav .current-page {color: #719500;}

/*Formatting for page title div*/
#page-title {float: left; width: 763px; height: 50px;
	margin: 109px 0px 0px 0px; padding: 0px; text-align: right;}

/*Formatting for green links under page title*/
#page-title a {display: inline; padding: 0px 8px; border-right: solid 1px #719500;}

#page-title a.last-green-link {color: #719500; padding: 0px 0px 0px 8px; border: none;}
	
#page-title a:hover.last-green-link {color:#999;}
	
/*Formatting for content div*/	
#content {float: left; width: 763px; height: auto; margin-bottom:15px;}
/*#content p, ol {padding-right: 10px;}*/

/*Formatting for inline green links under content */
#content .inline-green-links  {color: #719500; display: inline; padding: 0px 8px; border-right: solid 1px #719500;}
#content a.first-green-link {color: #719500; padding: 0px 8px 0px 0px; border-right: solid 1px #719500;}
#content a.last-green-link {color: #719500; padding: 0px 8px 0px 8px; border: none;}

#content a:hover.last-green-link, #content a:hover.first-green-link, #content a:hover.inline-green-links {color:#999;}

/*Formatting for footer div*/	
#footer {clear: both; width: 1024px; height: auto; border-top: solid 2px #719500; font-size: 10px;}

/*Formatting class for green link color and hover states*/	
.green-links {color: #719500;}

a:hover.green-links {color:#999;}

/*Formatting class for copy that has a green background (homepage)*/	
.green-back {background-color:#e1fdb0; padding: 10px 0px; text-align: center; font-size: 14px;}
/*Formatting class for copy that has a bolded first line(homepage)*/	
.bold {font-weight: bold;}

/*Formatting class for copy that is centered*/	
.center-text {text-align: center;}

/*Formatting class for italicized testimonials*/	
p.testimonial {font-style: italic; border-bottom: solid 1px #999; padding: 0px 0px 10px 0px;}

/*Formatting class for indented areas of copy*/
.indent-all {
	margin-left: 30px;}
