
/* Defaults */

body {
	margin: 0;
	padding: 0;         /* Opera puts padding around body rather than margin */
	background-color: #153b82;
	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;
	background-color: inherit;
	color: #3399cc;
}
/* Force heading sizes to firefox proportions */
h1 { font-size: 160%; }
h2 { font-size: 140%; }
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: #ffffff;
	text-decoration: underline;
}
a:hover, a:active {
	background-color: inherit;
	color: #cccccc;
}

#content-inner li { line-height: 150%; }


/* Areas */

body {
	background: url(/images/bg.jpg) no-repeat center top;
	background-attachment: fixed;
}

#page {
	width: 750px;
	margin: 1em auto;
}

#banner {
	height: 225px;      /* Make block high enough for background */
	background: url(/images/banner.jpg) no-repeat center center;
	border-bottom: #ffffff 1px solid;
}
#banner #banner-text {
	display: none;
}

#nav-shortcuts {
	display: none;
}

#wrapper {
	background: #ffffff;
	color: #4e4e4e;
	border-top: #3399cc 0.5em solid;
}
#wrapper hr {
	background-color: #3399cc;  /* effective in gecko/opera */
	color: #3399cd;     /* effective in IE; nudged by 1 to appease validator */
}
#wrapper a {
	background-color: inherit;
	color: #3399cc;
	text-decoration: none;
}
#wrapper a:hover, #wrapper a:active {
	background-color: inherit;
	color: #333366;
}
#IEroot #wrapper {
	/*height: 1%;*/     /* star holly hack: fix footer background paint issues */
}

#nav {
	width: 115px;       /* L */
	padding: 0;         /* LP */
	margin: 0;          /* LM */
	float: left;
	font-weight: bold;
}
#nav8 {
	padding: 10px;
}
#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: 0.5em 0;
	background-color: #3399cc;
	color: inherit;
}
#nav ul li a {
	display: block;
	padding: 0.25em;
	border: 1px solid #3399cc;
	color: #ffffff;
}
#nav ul li a.current {
	background-color: #333366;
}
#nav ul li a.current:hover, #nav ul li a.current:active {
	color: #ffffff;
}
#nav ul li a:hover, #nav ul li a:active {
	border-color: #333366;
	color: #333366;
}

#related {
	display: none;      /* Currently completely disabled. */
	width: 150px;       /* R */
	padding: 0;         /* RP */
	margin: 0;          /* RM - instead use mandatory gap in #content width */
	float: right;
}
#related8 {
	padding: 2em 0.75em 3em 0.75em;
}
#related h2 {
	display: none;
}
#related div.related-module {
	margin: 1em 0;
	border-color: #4e4e4e;
	border-width: 1px;
	border-style: solid;
}
#related div.related-module a {
	background-color: inherit;
	color: #333366;
}
#related div.related-module a:hover, #related div.related-module a:active {
	background-color: inherit;
	color: #3399cc;
}
#related div.related-module div.module-content {
	padding: 0.5em;
}
#related div.related-module h3 {
	padding: 0.25em 0;
	margin: 0;
	background-color: #3399cc;
	color: inherit;
	text-align:center;
}
#related div.related-module h3 a:hover, #related div.related-module h3 a:active {
	color: #ffffff;
}
#related div.related-module ul {
	padding: 0 0 0 1.5em;
	margin: 0;
}
#related div.related-module ul li {
	margin-bottom: 0.25em;
}

#content {
	width: 620px;   /* 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: 605px;  /* PW - PiP - LW - LP - LM - RW - RM - RP - CM - CP - 1.5em */
}
#content8 {
	padding: 1em 1em 2em 1em; /* CP */
}
#IEroot #content8 {
	/*height: 1%;*/     /* star holly hack: fix banner text visibility */
}
* html #content-inner { /* IE6 correction: space so 100%-wide tables don't clear */
	width: 95%;
	margin: 0 auto;
}
#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;
	padding: 0.75em;
	background-color: #418ac9;
	text-align: center;
}
#IEroot #footer {
	padding: 0.35em 0 0.75em 0;
	margin-bottom: 1em;
}


/* Objects */

.nocss {
	display: none;
}

.clearer {
	clear: both;
}


