@charset "utf-8";
/* CSS Document */
/* Overall styling */
* {padding:0px;
	margin:0px;
	}
img {border:none;
	border:0px;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
h1, h2, h3, h4, h5, h6 {
	margin:10px 0px 10px 0px;
	color:#000000;
	}
h1 {
	font-size:1.0em;
	}
h2 {
	font-size:.9em;
	}
h3 {
	font-size:.8em;
	}
p {margin-bottom:1em;
	line-height:1.35em;
	}

blockquote {
	width:75%;
	margin:5px 0px 10px 10%;
	font-size:1.25em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	}
blockquote p {
	margin:0px;
	padding:0px;
	}
acronym {
	letter-spacing:.1em;
	}
/* Styling specific to sections */
#outerWrapper {
	margin:auto;
	width:850px;
	background-color:#01261b;
	}
#wrapper {
	width:850px;
	margin:auto;
	background-image:url(images2008/design/bg_repeat.jpg);
	background-repeat:repeat-y;
	}
/* Styling for the header section ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	background-image:url(images2008/design/header2.jpg);
	background-repeat:no-repeat;
	height:180px;
	width:850px;
	position:relative;
	}
.headerImage {
	position:absolute;
	right:25px;
	top:45px;
	/*behavior: url(iepngfix.htc)*/
	}
/* Styling for the leftSidebar section ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	
#leftSidebar {
	width:165px;
	float:left;
	clear:left;
	}
/* Styling for menu */
ul.menu {
	list-style:none;
	width:170px;
	margin:10px 0px 0px 0px;
	padding-bottom:0px;
	background-image:url(images2008/design/bg_nav.jpg);
	background-repeat:repeat-y;
	}
ul.menu li {
	padding:0px 0px 10px 25px;
	}
ul.menu li a:link, ul.menu li a:visited, li ul.menu a:active {
	color:#000000;
	text-decoration:none;
	font-size:.75em;
	display:block;
	background-image:url(images2008/design/nav_link_reg.gif);
	background-repeat:no-repeat;
	height:34px;
	width:126px;
	text-indent:10px;
	line-height:34px;
	font-weight:bold;
	}
ul.menu li a:hover {
	background-image:url(images2008/design/nav_hover.gif);
	background-repeat:no-repeat;
	}
/* This is used as page indicator */
ul.menu li.here a:link, ul.menu li.here a:visited, ul.menu li.here a:active {
	background-image:url(images2008/design/nav_hover.gif);
	background-repeat:no-repeat;
	}

/* This is the image in the final li of the menu ul */
p.bottomImage {
	background-image:url(images2008/design/nav_bottom.jpg);
	background-repeat:no-repeat;	
	width:129px;
	height:137px;
	margin:0px 0px 0px 25px;
	padding:5px;
	font-size:.6em;
	color:#000000;
	text-indent:10px; 
	font-weight:bold;
	}
p.bottomImage a:link, p.bottomImage a:visited, p.bottomImage a:active {
	color:#000000;
	text-decoration:none;
	}
p.bottomImage a:hover {
	text-decoration:underline;
	}	
/* Styling for content section */
#content {
	float:right;
	margin:0px 25px 0px 0px;
	width:630px;
	padding:0px 10px 20px 5px;
	font-size:.8em;
	color:#000000;
	}
		
/*This pushes the first content headline element into the header section */
/* Change the #content h1.pageIntro and its "shadow" #content h1.shadow together */
#content h1.pageIntro {
	border-top:solid 1px #F6B501;
	border-bottom:solid 2px #BB3400;
	color:#BB3400;
	font-size:1.3em;
	width:600px;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:25px;
	}
/* Link styling in content */
#content a:link, #content a:visited, #content a:active {
	color:#A92400;
	text-decoration:none;
	font-weight:bold;
	}
#content a:hover {
	text-decoration:underline;
	}

/* special ul content styling */
#content ul  {
	margin: 5px 0px 5px 25px;
	}
#content img {
	padding:10px;
	}
#content p, #content dl {
	margin-left:32px;
	width:90%;
	}
p.notes {
	font-size:.75em;
	margin-top:15px;
	}
#content dt {
	color:#700100;
	font-weight:bold;
	margin:10px 0px 5px 0px;
	}
#content dd {
	font-size:.9em;
	}
#content .highlightContentText {
	font-style:italic;
	font-weight:bold;
	}


#content .pullouts {
	color:#000000;
	background-color:#ffffff;
	border-left:#444444 solid 1px;
	border-bottom:#8c8c8c solid 2px;
	padding:4px 0px 4px 10px;
	font-style:italic;
	font-size:1.0em;
	font-weight:bold;
	position:relative;
	margin:20px 0px 5px 20px;
	text-indent:25px;
	}
#content .pullouts img {
	position:absolute;
	top:-5px;
	left:-27px;
	padding:0px;
	}
/* Styling for the footer section ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	background-image:url(images2008/design/bottom.jpg);
	background-repeat:no-repeat;
	text-align:right;
	font-size:.7em;
	margin:auto;
	}
#footer p.copyright {
	margin-right:23px;
	padding:17px 0px 7px 0px;
	
	}
#footer p.copyright a:link, #footer p.copyright a:visited, p.copyright a:active {
	color:#ffffff;
	}
#footer p.copyright a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

