
/* Defaults */

body {
	margin: 0;
	padding: 0;         /* Opera puts padding around body rather than margin */
	background-color: #F5F5F5;
	color: #0000D9;
}

table {
	border-collapse: collapse;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 83%;
}

p, div, img, tr, td, ul, ol, li {
	border-color: #00009F;
	border-style: none;
	border-width: 1px;
}

h1, h2, h3, h4, h5, h6, .headline {     /* .headline deprecated; here for compatibility */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: inherit;
	color: #00009F;
}
/* Force heading sizes to firefox proportions */
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3, .headline { font-size: 115%; }      /* .headline deprecated; here for compatibility */
h4 { font-size: 100%; }
h5 { font-size: 85%; }
h6 { font-size: 66%; }

hr {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 50%;
	height: 0.15em;
	background-color: #00009F;  /* effective in gecko/opera */
	color: #00009F;     /* effective in IE; nudged by 1 to appease validator */
}

a {
	background-color: inherit;
	color: #00009F;
	text-decoration: underline;
}
a:hover, a:active {
	background-color: inherit;
	color: #00809F;
}


/* Areas */

#page {
	width: 765px;
	margin: 1em auto;
	background: #ffffff url(/images/nav-bg.png) repeat-y left top;
	color: inherit;
}

#banner {
	height: 100px;      /* Make block high enough for background */
	background: url(/images/banner.png) no-repeat center top;
}
#banner-text {
	display: none;
}

#nav-shortcuts {
	height: 28px;
	background: url(/images/collar.png) repeat-x left top;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}
#nav-shortcuts ul {
	list-style: none;   /* Remove bullets */
	padding: 0.3em;     /* Replace bullet spacing */
	margin: 0;
}
#nav-shortcuts ul li {
	display: inline;
}
#nav-shortcuts a {
	padding: 0 0.75em;
	background-color: inherit;
	color: #FFFFFF;
	text-decoration: none;
}
#nav-shortcuts a:hover, #nav-shortcuts a:active {
	background-color: inherit;
	color: #00809F;
}

* html #wrapper {
	height: 1%;     /* star holly hack: fix footer background paint issues */
}

#nav {
	width: 152px;       /* L */
	padding: 0;         /* LP */
	margin: 0;          /* LM */
	float: left;
	font-weight: bold;
}
#nav ul {
	list-style: none;   /* Remove bullets */
	padding: 0;         /* Remove bullet spacing */
	margin: 0;          /* Remove bullet spacing in IE */
}
#nav ul li {
	padding: 0;
	margin: 1em;
}
#nav ul li a {
	display: block;
	background-color: inherit;
	color: #00009F;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:active {
	background-color: inherit;
	color: #00809F;
}
#nav ul li a.current {
	background-color: inherit;
	color: #00809F;
}

#related {
	display: none;      /* Now completely hidden */
	width: 12.5em;      /* R */
	padding: 0;         /* RP */
	margin: 0 0.5em;    /* RM */
	float: right;
}
#related div.related-module {
	margin: 1em 0;
	border-color: #00009E;  /* nudged by 1 to appease validator */
	border-width: 2px;
	border-style: solid;
}
#related div.related-module a {
	background-color: inherit;
	color: #00009F;
}
#related div.related-module a:hover, #related div.related-module a:active {
	background-color: inherit;
	color: #00809F;
}
#related div.related-module div.module-content {
	padding: 0.5em;
}
#related div.related-module h3 {
	margin: 0;
	padding: 0.1em;
	background-color: #006400;
	color: inherit;
}
#related div.related-module h3 a {
	background-color: inherit;
	color: #ffffff;
}
#related div.related-module h3 a:hover, #related div.related-module h3 a:active {
	background-color: inherit;
	color: #00809F;
}
#related div.related-module ul {
	padding: 0 0 0 1.5em;
	margin: 0;
}
#related div.related-module ul li {
	margin-bottom: 0.25em;
}

#content {
	padding-top: 1px;
	width: 608px;   /* PW - PiP - LW - LP - LM - RW - RM - RP - CM - CP - 0.5em */
	float: left;
	/* retired: margin-left: 10em;*/  /* L + LP + LM + 1 - CP */
	/* retired: margin-right: 13em;*/ /* R + RP + RM + 1 - CP */
}
* html #content {   /* star hack: IE6 wants extra breathing room around floats */
	width: 603px;   /* PW - PiP - LW - LP - LM - RW - RM - RP - CM - CP - 1.5em */
}
#content8 {
	padding: 1em 0.6em 2em 1em; /* CP */
}
#IEroot #content8 {
	/*height: 1%;*/     /* star holly hack: fix banner text visibility */
}
#content div.headline-main {
	margin: 2em 0;
}
#content div.headline-main-excerpt {
	margin: 0.5em 0;
}
#content blockquote {
	margin: 0.5em 0 2em 2em;
}

#footer {
	clear: both;
	height: 20px;
	padding: 7px 0 0 0;
	margin: 0;
	background: url(/images/footer.png) repeat-x left bottom;
	color: #0000D9;
	border-top: #CCCCCC solid 1px;
	font-size: 80%;
	text-align: center;
}


/* Objects */

.nocss {
	display: none;
}

.clearer {
	clear: both;
}

.panel {
	width: 432px;
	height: 85px;
	padding: 7px 15px 15px 7px;
	margin: 1.5em 0;
	background: url(/images/panel.png) no-repeat top left;
	color: #0000D9;
}
.panel a {
	text-decoration: underline;
}
