/* GENERAL FORMATTING */
body 				{
					margin:0px;
					border:0px;
					padding:0px;
					font-size: 14px;
					font-family:Arial, Helvetica, sans-serif;
					color:#666666;
					background:url(images/body_bg2.gif) repeat #ffffff center top;
					line-height:1.2em
					}
			
a 					{
					text-decoration:underline;
					color:#666666;
					font-weight:bold}

a:hover 			{color:#5abc56;}	

/* PARAGRAPH FORMAT */
					
p					{
					margin-left:10px;
					margin-right:20px;
					margin-top: 10px;
					margin-bottom: 10px;
					}

/* LIST FORMAT */

ul					{line-height: 1.5em;
					margin-top:7px;}	

li 					{
					padding-left:-5px;
					margin-left:-5px;
					}



/* IMAGES & TABLES */

img					{border: none;}

img a				{border: none;}
					
img.bordered		{border: #687d56 solid 3px;}

.float_right		{float:right}

.float_left			{float:left}

.captioned			{float:right;
					padding:0px 10px 10px 0px;
					margin: 15px;
					_margin:7px;
					font-size:12px;
					text-align:center;}

.captioned img     {border:#000000 solid 2px}


/* FORMATTING OF MAIN CONTENTS */

div#wrap			{
					width:985px;
					align:center;
					margin: 0 auto;
					margin-top:10px;
					background:url(images/content_bg2.gif) no-repeat;
					}

#header				{width:985px;
					margin-left:0px;
					height:185px;
					background:url(images/header.gif) no-repeat;
					}


								
#content_area		{
					width:850px;
					height:640px;
					margin-left:15px;
					 _margin-left:7px; /* ie 6.0 fix (doubles the margins)*/
					margin-right:15px;
					 _margin-right:7px; /* ie 6.0 fix (doubles the margins)*/
					float:none;						
					margin: 0 auto;
					padding-top:15px;
					padding-left:25px;
					padding-right:25px;
					background:#FFFFFF;
					}			


#footer				{
					width:985px;
					text-align:center;
					height:45px;
					color:#666666;
					font-size:11px;
					clear:both;
					background:url(images/footer_bg3.gif) no-repeat;
					}
					


/*HEADER STYLES */

h1					{
					color:#8685c1;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-weight:bold;
					text-decoration: none;
					font-size:20px;
					padding-top:30px;
					padding-bottom:25px;
					}

h2					{
					color:#5abc56;
					text-decoration: none;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:14px;
					margin-top:0px;
					margin-bottom:0px;
					padding-top:0px;
					padding-bottom:5px;
					}



h3					{color:#666666;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:13px;
					font-weight:bold;
					text-decoration:underline;
					margin-left:12px;
					}
				
					
/*OTHER GENERAL STYLES */

.extra_column		{width:300px;
					height:615px;
					margin-left:10px;			
					padding-left:15px;
					float:right;
					border-left:solid 1px #cccccc;
					}

.purple_box			{width:295px;
					background:#dadaeb;
					text-align:center;
					}
					
.cityline			{text-align:center}

.cityline a 		{
					text-decoration:underline;
					color:#666666;
					font-weight:normal}

.cityline a:hover 	{color:#5abc56;}	
