/* CSS Document */

/* General font families for regular text */
.maintext		{font-family: Veranda, Arial, Helvetica; font-size: 16px; color : navy;}
/* Text used in link boxes*/
.linktext 		{font-family: Veranda, Arial, Helvetica; font-size: 9px; font-weight: bold; color: navy;}
.linktext a:link{font-family: Veranda, Arial, Helvetica; font-size: 9px; font-weight: bold; color: navy; text-decoration: underline;}				
/* Used for the navigation text in footer */
.nav			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color : white;}
.nav a:link		{ text-decoration: none; color : white; }
.nav a:visited	{ text-decoration: none; color : white; }
.nav a:hover	{ text-decoration: underline; }
/*  Table setup for Job Listings */
table.listing { background-color: #EFEFEF;  border: 1px #d79900 solid; }
th.listing	{ background-color: #CCCCC; }

.blue {
	BACKGROUND: #7d92a9; COLOR: white; FONT-FAMILY: veranda, arial, sans-serif;
}

.ivory{
	BACKGROUND: #EEEEE0; FONT-FAMILY: veranda, arial, sans-serif;
}

.azure {
	BACKGROUND: #E0EEEE; FONT-FAMILY: veranda, arial, sans-serif;
}

.beige {
	BACKGROUND: #F5F5DC; FONT-FAMILY: veranda, arial, sans-serif;
}

.smoke {
	BACKGROUND: #FFFAF0; FONT-FAMILY: veranda, arial, sans-serif;
}

.lite_blue {
	BACKGROUND: #eef3f5; FONT-FAMILY: veranda, arial, sans-serif; BORDER: #8cacbb 1px solid;
}


/* Copyright */
.copyright			{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #006699; letter-spacing: -1px;}
.copyright a:link	{ color: #CCCCCC; text-decoration: none;}