/* general formatting */

* {
	color:#333333;
	}
body {
	background-color:#ffffff;
}

/* hidden block styles */

.hidden_divider {
	border-top:2px solid #cccccc;	
} 


/* text formatting */

/* Paragraph tag formatting */

p.nav_head { /* title within a nav box  */
	color: #0d4d99;
}
p.nav_item_large { /* large text (used for phone number inside nav box)  */
	color: #0d4d99;
}


p.nav_text { /* general text used within a nav box */
	color: #333333;

}
p#bottom_nav { /* formatting for bottom navigation links below bottom hr */
	color:#cccccc;
}

/* Heading formatting */

h3, h4, h5, h6 {
	color:#021e35;
}
h1 {
	color:#597601;
	border-bottom:2px #cccccc solid;
}
h1.red {
	color:ff0000;
	border-bottom:2px #cccccc solid;
}
h2 {
	color:#597601;
}
h3 {
	color: #597601;
}

/* links */

/* standard site wide links */

a:active, a:link, a:visited{ /* general links */
	color:#d32f2c;
}
a:hover { /* general links */
	color:#000000;
}


/* nav heading specifc links */

a.nav:active, a.nav:link, a.nav:visited  { /* title within nav box */
	color:#0d4d99;
}
a.nav:hover { /* title within nav box */
	color:#0d4d99;
}

/*  Tables and cells */

#main_table { /* main table formatting */
	width:900px;
	background:#FFFFFF;
}
td { /* general cell formatting */
	color:#666666;	
}

td.form {
	color:#666666;	
}

/* side nav module */


.side_nav_top { /* background image for side nav box */
	background-image:url(../../site_images/community_175.gif);
	background-repeat:no-repeat;
}
.side_nav_bottom { /* bottom image for side nav box */
	background-image:url(../../site_images/community_175-02.gif);
	background-repeat:no-repeat;
}

/* center nav modules */

/* ================================================================ */

/* 260px width */

/* ================================================================ */

.center_nav_top { /* background image for middle col 260px nav box */
	background-image:url(../../site_images/community_260.gif);
	background-repeat:no-repeat;
}
.center_nav_bottom { /* bottom image for middle col 260px nav box */
	background-image:url(../../site_images/community_260-02.gif);
	background-repeat:no-repeat;
}

/* ================================================================ */

/* 530px width */

.center_530_top { /* background image for middle col 260px nav box */
	background-image:url(../../site_images/community_530.gif);
	background-repeat:no-repeat;
}
.center_530_bottom { /* bottom image for middle col 260px nav box */
	background-image:url(../../site_images/community_530-02.gif);
	background-repeat:no-repeat;
}

/* ================================================================ */


/* Misc formatting */

.bottom_address {/* address at bottom of page  */
	color: #0d4d99;
}

.fieldset_margin { /* create a top and bottom margin */
	color:#CCCCCC;
}
legend {
	color: #3c57a7;
}


