/* MAIN SPECIFICATIONS */
* { margin: 0; padding: 0; }
body { background: white url(images/bodyBG.gif) 0 0 repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif; }
#page { width: 900px; margin: 0 auto; }

/* HEADER OF PAGE */
#header { background: url(images/headerBG.gif) 0 0 no-repeat; height: 134px; }
#header h1, #header h2 { display: none; }

/* MIDDLE PART OF PAGE */
#main { background: url(images/mainBG.gif) 0 0 no-repeat; padding-top: 25px; }

/* NAVIGATION AND NEWS ITEMS */
#nav { float: left; width: 213px; }
#nav ul { list-style: none; font-family: Georgia, Times New Roman, Times, serif; }
#nav ul li { font-size: 150%; background: url(images/navliBG.gif) 0 100% no-repeat; 
	margin-bottom: 6px; padding-bottom: 6px; }
#nav ul li a { color: #326292; text-decoration: none; display: block; }
#nav ul li a:hover { color: black; }
body#home #nav ul li.home a, body#resources #nav ul li.resources a
	{ background: url(images/navActiveBG.gif) 97% 50% no-repeat; cursor: default; 
		color: #326292; }

/* NEWS ITEMS */
#news { margin: 20px 0; }
#news h2, #content h2 { font-family: Georgia, Times New Roman, Times, serif; color: #B39E47; 
	font-weight: normal; margin-bottom: 0.2em; }
#news p { font-size: 70%; line-height: 1.5em; margin-bottom: 1em; padding-right: 20px; }
#news p a { color: #326292; } #news p a:hover { color: #14416D; }

/* MAIN TEXTUAL CONTENT AREA */
#content { margin: 0 0 20px 250px; }
#content h2 { border-bottom: 1px solid #CEC064; }
#content p { font-size: 80%; margin-bottom: 20px; line-height: 1.5em; }
#content ul { font-size: 70%; list-style: none; margin-bottom: 20px; } 
#content ul li { background: url(images/bullet.gif) 0 50% no-repeat; padding-left: 16px; 
	margin-bottom: 0.5em; }
#content .intro { display: block; border-bottom: 1px solid #D3E8FD; font-size: 120%; 
	color: #14416D; padding-bottom: 2px; }

/* FOOTER OF PAGE */
#footer { background: url(images/footerBG.gif) 0 0 repeat-x; height: 64px; 
	border-bottom: 1px solid black; }
#footer #footerContent { width: 900px; margin: 0 auto; }
#footer img { float: left; margin: 20px 0 0 220px; }
#footer p { font-family: Georgia, Times New Roman, Times, serif; color: #C4E1FF; 
	font-size: 90%; margin: 30px 120px 0 0; float: right; }
#footer p a { color: #DEEEFF; }
#footer p a:hover { color: white; }
.credit { font-size: 70%; }
	
