/*
This is just for the top navigation menu bar.
Created by NJG on Fri, Apr 27, 2012
*/

body {
	margin: 0;
	padding: 0;
	/* KEEP white bkgnd to hide PDC logo edge */
	background: #FFFFFF url(img01.gif) repeat-x; 
	/* Keep LaTex fonts in place
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
	*/
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}


/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 0;
	background: url(img02.jpg) no-repeat center top;
}

#menu ul {
	height: 45px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	padding: 0;
	background: url(img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}



/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #3F3F3F;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
