/* Baptist Mid-Missions text CSS */
/* all styles below are related to font colors and sizes */

/* basic html elements */
body, td { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }
h1 { clear: both; font-size: 220%; color: #EE9003; text-transform: lowercase; }
h2 { font-size: 130%; color: #CC6633;}
h3 {}
h4 {}
h5 {}
h6 {}
p {}

a { color: #CC6633; text-decoration: none; }
a:hover { color: #CC6633; text-decoration: underline;}

/* css id's */
#container {}
#header { color: #666666; }
	#header #mininav { color: #816200; }
	#header #mininav a { color: #816200; text-decoration: none; }
	#header #mininav a:hover { color: #333333; }
	#box #nav ul li a { font-weight: bold; color: #666666; text-decoration: none; }
	#box #nav ul li a:hover { color: #CC6633;}
	#box #breadcrumb .past a { color: #666666; text-decoration: none; }
	#box #breadcrumb .past a:hover { color: #CC6633;}
	#box #breadcrumb .present a { color: #CC6633; text-decoration: none; }
	#box #breadcrumb .present a:hover { color: #666666;}
#content {}
	#content #subnav { text-transform: lowercase; }
	#content #subnav .sn_selected { color: #FFFFFF; }
	#content #subnav .sn_selected a { color: #FFFFFF; text-decoration: none;}
	#content #subnav .sn_selected a:hover { color: #FFFFFF; text-decoration: none; }
	#content #subnav .sn_link a { color: #666666; text-decoration: none; }
	#content #subnav .sn_link a:hover { color: #666666; text-decoration: none; }
#footer { color: #666666; }
	#footer a { color: #666666; text-decoration: none; }
	#footer a:hover { color: #CC6633; }
