/*
	styles.basic.css

	this files exists to set a standard for the way certain important tags are used throughout the site.
	in addition, for browsers that understand only minimal CSS, it only styles the tags of the page, to 
	allow very basic coloring.

*/

BODY { background: #E2E1DE; }

H1, H2, H3, H4, H5, H6 { margin: 0; padding: 0; }
H1 { font-size: 120%; }
H2 { font-size: 110%; }
H3 { font-size: 100%; }
H4 { font-size: 90%; }
H5 { font-size: 80%; }
H6 { font-size: 75%; }

P { margin-top: 0; font-size: 75%; }

A { color: #53859F; }

FORM { margin: 0; padding: 0; }

.SectionMarker A { color: #666; }

#SideColumn .FeaturedJobs { background: #EEE; margin: -.5em 0; border: 1px solid #CCC; }
#SideColumn .FeaturedJobs H6 { color: #999; text-transform: uppercase; margin: 5px 8px; }
#SideColumn .FeaturedJobs DL { margin: 5px 8px; }
#SideColumn .FeaturedJobs DT { font-weight: bold; font-size: 70%; }
#SideColumn .FeaturedJobs DD { margin: 0; margin-bottom: 1em; font-size: 70%; }

/* NEW (prob for google ads) */
#SideColumn .FeaturedJobs TD { margin: .5em; font-size: 70%; margin-bottom: 1em; }
#SideColumn .FeaturedJobs .ContentArea A { color:  #53859F;}


