body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../imageshome/bg.gif);
	background-repeat: repeat-x;
}

/* LINK STYLES */
   /* For popup menus and page menus: no visited link color */
a { text-decoration: none; }
a:link { color: #29709e; }
a:visited { color: #37699c; }
a:hover { color: #d6602a; text-decoration: underline; }
a:active { color: #000000; }

   /* For main content area: has a visited link color */
#maincontent a { text-decoration: none; }
#maincontent a:link { color: #29709e; }
#maincontent a:visited { color: #000000; }
#maincontent a:hover { color: #964b36; text-decoration: underline; }
#maincontent a:active { color: #000000; }

   /* For active/current item in page menus: no visited link color */
a.menuitemon { text-decoration: none; font-weight: bold; }
a.menuitemon:link { color: #333333; }
a.menuitemon:visited { color: #333333; }
a.menuitemon:hover { color: #964b36; text-decoration: underline; }
a.menuitemon:active { color: #000000; }


/* GENERAL TYPE STYLES STYLES */

p { margin: 0px; padding-bottom: 11px; }
h1 { margin: 0px; padding: 0px; font-size: 18px; font-weight: bold; color: #964b36; }
h2 { margin: 0px; padding: 0px; font-size: 12px; font-weight: bold; color: #964b36; }
h3 { margin: 0px; padding: 0px; font-size: 11px; font-weight: bold; color: #333333; }



/* MAIN MENU */

.tdmainmenu {
	padding: 6px 6px 6px 8px;
	font-size: 12px;
	color: #fdd465;
	background-color: #dd5729;
	background-image: url(../imagescomm/divider_large.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	vertical-align: top;
}

.tdmainmenu a { text-decoration: none; }
.tdmainmenu a:link { color: #fdd465; }
.tdmainmenu a:visited { color: #fdd465; }
.tdmainmenu a:hover { color: #ffffff; }
.tdmainmenu a:active { color: #fdd465; }



/* MINI NAVIGATION */

#mininav { background-color: #dd5729; width: 730px; }

.tdmininav {
	padding: 6px 8px;
	font-size: 10px;
	color: #fdd465;
	background-color: #dd5729;
	background-image: url(../imagescomm/divider_small.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 12px;
	background-position: 0px 7px;
	text-align: center;
	white-space: nowrap;
}

.tdmininav a { text-decoration: none; }
.tdmininav a:link { color: #fdd465; }
.tdmininav a:visited { color: #fdd465; }
.tdmininav a:hover { color: #ffffff; }
.tdmininav a:active { color: #fdd465; }



/* CONTENT COLUMN 1 (In the News) */

#contentcol1 { padding: 12px 12px 4px 22px; }

p.newsitem { padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px -10px;
	background-image: url(../imagescomm/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px; }
	
p.newsdate { padding: 0px 0px 11px 0px; font-style: italic; }

.newsbar { color: #666666; }

	
/* CONTENT COLUMN 2 (New and Notable) */

#contentcol2 { padding: 12px 12px 4px 12px; }



/* CONTENT COLUMN 3 (From the Blog) */

#contentcol3 { padding: 12px 12px 4px 22px; }




/* OTHER PAGE ITEMS */


   /* main div content container */
#content {
	background-color: #999999;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../imageshome/bg_shadow.gif);
	background-repeat: repeat-x; }


   /* divs housing tabs at top of each content column */
.tabhead { background-color: #999999; }


   /* yellow callout boxes */
.calloutbox {
	background-image: url(../imagescomm/grad_yellowwhite.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 10px;
	vertical-align: top; }
	
.calloutbox p { padding-bottom: 3px; }


   /* page footer */
.footer { color: #c7d7e4; }

.footer a { text-decoration: none; }
.footer a:link { color: #fdd465; }
.footer a:visited { color: #fdd465; }
.footer a:hover { color: #ffffff; text-decoration: underline; }
.footer a:active { color: #fdd465; }

.footerlogos {
	color: #c7d7e4;
	text-align: center;
}
.footerlogos img { padding: 0px 20px; }



/* POPUP MENUS */

#popupresearch { position: absolute; left:227px; top: 99px; width: 175px; z-index: 3; visibility: hidden; }
#popupresources { position: absolute; left:404px; top: 99px; width: 175px; z-index: 3; visibility: hidden; } 
#popupabout { position: absolute; left: 104px; top: 336px; width: 175px; z-index: 3; visibility: hidden; } 
#popupjobs {
	position: absolute;
	left: 326px;
	top: 363px;
	z-index: 3;
	visibility: hidden;
	width: 120px;
}
#popupeducation { position: absolute; left: 402px; top: 363px; width: 175px; z-index: 3; visibility: hidden; } 
#popupnews { position: absolute; left: 529px; top: 336px; width: 175px; z-index: 3; visibility: hidden; } 


.popupmenu {
	font-size: 10px;
	line-height: 13px;
	background-color: #e4e4e4;
	vertical-align: top;
	/*border: 1px solid #CCCCCC;*/
	width: 175px;
}

.popupmenu p { 
	margin: 0px;
	padding: 8px 8px 2px 8px; 
}