/* These 3 tags below are new that I added.  You need to first define the area, in this case the navigation with a div tag, and it's class, id is "nav".  It is surrounded on the index page with the "div" tag (do not use "span" tag unless it is just specific to that one bit of text).  Then you define the links by adding the link tags as below.  Not sure about the way you've got them written in the other tags (a:nav:link).  I've never used that way, and in this case they were not working after I created the nav tag. */

#nav {
color: #FFFFFF;
background-color:#000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	padding: 10px;
}
.nav a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover  {
	color: #66cc33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;

}
#left_column {
color: #000099;
background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	padding: 10px;
}
#left_column a, #footer a {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
#left_column a:hover, #footer a:hover  {
	color: #66cc33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
#left_column  {
	width: 180px;
	float: left;
	text-align: center;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	background-color: #FFFFFF;
}

/* For headers, easy.  Just add them to the css as below.  If you want them to be within specific areas, you can build it with the div tag id (see example '.main_content h1), but first you need to surround whole areas with tags, such as "main_content". */

h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #990033;
	text-align:left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #000099;
	font-weight: bold;
	text-align:left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000099;
	font-weight: bold;
	text-align:left;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #66cc33;
	font-weight: bold;
	text-align:left;
	line-height: 1.5;
}

#wrapper   {
	width: 959px;
}
	
#main_content   {
	width: 779px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.main_content h1  {
	width:550px;
}	


#main_text   {
	width: 550px;
	margin-left: 200px;
}
#main_text a {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
#main_text a:hover  {
	color: #66cc33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}	

#right_column  {
	width: 180px;
	float: right;
	text-align: center;
	color: #333B83;
	font-size: 9pt;
	border:#009900, thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.right_column h1  {
	text-align: center;
}
#right_column a {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}
#right_column a:hover  {
	color: #66cc33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;

}
#quote_block  {
	background-color: #BFDCC3;
	color:#333B83;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
}
#quote_block a {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	
}
#quote_block a:hover  {
	color: #66cc33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	
}
#footer  {
	background-color:#000099;
	color:#ffffff;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
