
/* Defaults */

body {
	margin: 0;
	padding: 0;         /* Opera puts padding around body rather than margin */
	background-color: #000000;
	color: #ffffff;
}

table {
	border-collapse: collapse;
}

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

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

h1, h2, h3, h4, h5, h6, .headline {     /* .headline deprecated; here for compatibility */
	font-weight: bold;
}
/* Force heading sizes to firefox proportions */
h1 { font-size: 200%; }
h2 { font-size: 150%; }
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: #ffffff;  /* effective in gecko/opera */
	color: #fffffe;     /* effective in IE; nudged by 1 to appease validator */
}

a {
	background-color: inherit;
	color: #b3ecff;
	text-decoration: none;
}
a:hover, a:active {
	background-color: inherit;
	color: #66daff;
}


/* Areas */

#page {
	width: 64em;
	margin: 1em auto;
	background: #264480 /*url(/images/page-top.png) repeat-x left top*/;
	color: inherit;
}
/*
#page2 {
	background: url(/images/page-bottom.png) repeat-x left bottom;
}
#page3 {
	background: url(/images/page-left.png) repeat-y left top;
}
#page4 {
	background: url(/images/page-right.png) repeat-y right top;
}
#page5 {
	background: url(/images/page-left-top.png) no-repeat left top;
}
#page6 {
	background: url(/images/page-right-top.png) no-repeat right top;
}
#page7 {
	background: url(/images/page-left-bottom.png) no-repeat left bottom;
}
#page8 {
	padding: 10px;
	background: url(/images/page-right-bottom.png) no-repeat right bottom;
}
*/

#banner {
	background: #000000;
	color: inherit;
}
* html #banner {
	height: 1%;        /* star holly hack: fix banner text visibility */
}
#banner #banner-feedback {
	height: 74px;      /* Make block high enough for logo */
	float: right;
	background: url(/images/logo.png) no-repeat right top;
}
#banner #banner-feedback p {
	display: block;
	padding: 25px 110px 0 0;    /* Move text within banner */
	margin: 0;
	font-size: 150%;
	text-align: right;
}
#banner #banner-feedback a {
	background: inherit;
	color: #ff9900;
}
#banner #banner-feedback a:hover, #banner #banner-feedback a:active {
	background: inherit;
	color: #ffb900;
}
#banner #banner-text h1 {
	padding: 25px 0 0 0.5em;    /* Move text within banner */
	margin: 0;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
}

#nav-shortcuts {
	background-color: #6699FF;
	color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	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;
}
#nav-shortcuts a:hover, #nav-shortcuts a:active {
	background-color: inherit;
	color: #b3ecff;
}

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

#nav {
	width: 10em;        /* L */
	padding: 0;         /* LP */
	margin: 0;          /* LM */
	float: left;
	/*
	background: #005ba7 url(/images/panel-top.png) repeat-x left top;
	color: inherit;
	*/
	font-weight: bold;
}
/*
#nav2 {
	background: url(/images/panel-bottom.png) repeat-x left bottom;
}
#nav3 {
	background: url(/images/panel-left.png) repeat-y left top;
}
#nav4 {
	background: url(/images/panel-right.png) repeat-y right top;
}
#nav5 {
	background: url(/images/panel-left-top.png) no-repeat left top;
}
#nav6 {
	background: url(/images/panel-right-top.png) no-repeat right top;
}
#nav7 {
	background: url(/images/panel-left-bottom.png) no-repeat left bottom;
}
#nav8 {
	padding: 10px;
	background: url(/images/panel-right-bottom.png) no-repeat right bottom;
}
*/
#nav ul {
	list-style: none;   /* Remove bullets */
	padding: 0;         /* Remove bullet spacing */
	margin: 0;          /* Remove bullet spacing in IE */
}
#nav ul li {
	margin: 0 1px 1px 0;
	background-color: #6699FF;
	color: inherit;
}
#nav ul li a {
	display: block;
	padding: 0.25em;
	background-color: inherit;
	color: #ffffff;
}
#nav ul li a.current, #nav ul li a:hover, #nav ul li a:active {
	background-color: #527ACC;
	color: inherit;
}

#related {
	width: 13em;        /* R */
	padding: 0;         /* RP */
	margin: 0;          /* RM */
	float: right;
	/*
	background: #005ba7 url(/images/panel-top.png) repeat-x left top;
	color: inherit;
	*/
}
/*
#related2 {
	background: url(/images/panel-bottom.png) repeat-x left bottom;
}
#related3 {
	background: url(/images/panel-left.png) repeat-y left top;
}
#related4 {
	background: url(/images/panel-right.png) repeat-y right top;
}
#related5 {
	background: url(/images/panel-left-top.png) no-repeat left top;
}
#related6 {
	background: url(/images/panel-right-top.png) no-repeat right top;
}
#related7 {
	background: url(/images/panel-left-bottom.png) no-repeat left bottom;
}
*/
#related8 {
	padding: 0.75em;
	/*padding: 10px 10px 3em 10px;
	background: url(/images/panel-right-bottom.png) no-repeat right bottom;*/
}
#related h2 {
	margin-top: 0;
}
#related div.related-module {
	margin: 1em 0;
	background-color: #D2E3FF;
	color: #000000;
	font-size: 85%;
}
#related div.related-module div.module-content {
	padding: 0.5em;
}
#related div.related-module a {
	background-color: inherit;
	color: #000000;
}
#related div.related-module a:hover, #related div.related-module a:active {
	background-color: inherit;
	color: #527acc;
}
#related div.related-module h3 {
	margin: 0;
	padding: 0.4em;
	background-color: #6699FF;
	color: #ffffff;
	font-size: 100%;
}
#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: #b3ecff;
}
#related div.related-module ul {
	padding: 0 0 0 2em;
	margin: 0;
}
#related div.related-module ul li {
	margin-bottom: 0.25em;
}

#content {
	margin-left: 10em;  /* L + LP + LM + 1 - CP */
	margin-right: 13em; /* R + RP + RM + 1 - CP */
	background: #d2e3ff /*url(/images/content-top.png) repeat-x left top*/;
	color: #000000;
}
/*
#content2 {
	background: url(/images/content-bottom.png) repeat-x left bottom;
}
#content3 {
	background: url(/images/content-left.png) repeat-y left top;
}
#content4 {
	background: url(/images/content-right.png) repeat-y right top;
}
#content5 {
	background: url(/images/content-left-top.png) no-repeat left top;
}
#content6 {
	background: url(/images/content-right-top.png) no-repeat right top;
}
#content7 {
	background: url(/images/content-left-bottom.png) no-repeat left bottom;
}
*/
#content8 {
	padding: 1em 1em 2em 1em; /* CP */
	/*background: url(/images/content-right-bottom.png) no-repeat right bottom;*/
}
* html #content8 {
	height: 1%;         /* star holly hack: fix banner text visibility */
}
* html #content-inner { /* IE correction:  */
	width: 90%;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content .headline {  /* .headline deprecated; here for compatibility */
	background-color: inherit;
	color: #0064c9;
}
#content hr {
	background-color: #0064c9;  /* effective in gecko/opera */
	color: #0064ca;     /* effective in IE; nudged by 1 to appease validator */
}
#content a {
	background-color: inherit;
	color: #004b97;
	text-decoration: none;
}
#content a:hover, #content a:active {
	background-color: inherit;
	color: #007fff;
}
#content div.headline-main {
	margin: 2em 0;
}
#content div.headline-main-excerpt {
	margin: 0.5em 0;
}

#footer {
	clear: both;
	padding: 0.5em;
	text-align: center;
}


/* Objects */

.nocss {
	display: none;
}

.clearer {
	clear: both;
}

