/*
 * This template defines how webpages are usually presented on screen,
 * incorportating common templates to be used for section classes.
 */


/* ************************************************************************* */
/* Overall page background:                                                  */
/*	we have a standard style for the screen, and another for printing    */
/* ************************************************************************* */

body.page {
	text-align: center; /* IE bug for centering the page content */
        color: #fefefe;
	background: #000000 url(/layout/space.jpg) repeat fixed;
	font: 10pt arial,sans-serif;
        margin: 0; border: 0; 
	padding: 10px 0;
}

body.printmode {
        text-align: left;
        color: #000044;
	background: rgb(229,200,160) fixed;
	font: 10pt arial,sans-serif;
        margin: 5px; border: 0; padding: 0;
}

div#outershell {
        position: relative;
        width: 770px;
	margin: 0 auto;
	border: 2px solid #440044 /* edging */;
        padding: 0;
        text-align: left; /* override the "center" used for div above */
        vertical-align: top;
        color: #000044;
	background: #000000;
}

#headerlogo {
        position: absolute;
        right: 1px; top: 0;
        margin: 0; padding: 0;
        width: 480px; height: 60px;
	border: 0;
}
#headerlogo a { text-decoration: none; }
#headerlogo img { 
	width: 480px; height: 60px; 
	padding: 0; margin: 0; border: 0;
	border-left: 1px solid #440044 /* edging */;
	border-bottom: 1px solid #440044 /* edging */; 
}

#headerupdated {
        position: absolute;
        top: 51px; right: 485px;
        border: 0; margin: 0; padding: 0;
        font-size: 6pt;
        font-style: italic; 
        color: #cccccc;
        z-index: 10;
}

#headertitle {
        position: absolute;
        top: 2px; left: 2px;
        border: 0; margin: 0; padding: 0;
        width: 290px; height: 48px;
        text-align: center;
        vertical-align: middle;
        font-size: 14pt;
        font-variant: small-caps; 
        line-height: 14pt;
        color: #fefefe;
}

#menubar { margin: 0; border: 0; padding: 0; }
#menubar dl {
        margin: 0; padding: 0;
        list-style-type: none;
        z-index: 20;
        width: 1px;
}

#menuitem1 { position: absolute; top: 63px; left: 1px; }
#menuitem2 { position: absolute; top: 63px; left: 97px; }
#menuitem3 { position: absolute; top: 63px; left: 193px; }
#menuitem4 { position: absolute; top: 63px; left: 289px; }
#menuitem5 { position: absolute; top: 63px; left: 385px; }
#menuitem6 { position: absolute; top: 63px; left: 481px; }

dt.menutitle {
        margin: 0; padding: 0;
	border: 1px solid #440044 /* edging */;
        width: 92px; height: 15px;
        list-style-type: none;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 8pt; font-weight: bold;
        color: #aaaaaa; background: #000000;
	white-space: nowrap; overflow: hidden;
}
dd.menuitem {
        margin: 0; padding: 2px 0;
	border: 1px solid #440044 /* edging */;
        width: 93px;
        list-style-type: none;
        display: none;
        text-align: center;
        font-size: 7pt; font-weight: bold;
        color: #aaaaaa; background: #000000;
}

#menubar a { 
	color: #aaaaaa; background-color: transparent; 
	text-decoration: none;
}
#menubar a:hover, #menubar a.menutitleactive { color: #fefefe; }

input.menusearchsubmit {
        position: absolute;
        right: 151px; top: 63px;
        width: 40px; height: 17px;
        color: #fefefe; background-color: #440044 /* edging */;
        font-size: 6pt;
        margin: 0; border: 0;
	padding: 0 1px;
}
input.menusearchbox {
        position: absolute;
        right: 2px; top: 63px;
        width: 145px; height: 15px;
        margin: 0;
	border: 1px solid #440044 /* edging */;
        padding: 0 0 0 3px;
        font-size: 7pt;
        color: #fefefe; background-color: #000000;
        font-style: italic;
}

#submenubar {
	margin: 0; border: 0; padding: 1px;
	/* z-index: 20; */
	height: 19px;
	overflow: hidden;
	white-space: nowrap;
}
div.submenubar { 
	border: 1px solid #440044 /* edging */;
	border-style: dotted solid solid dotted;
	margin-right: 2px;
	background-color: #000000;
	font-size: 7pt;
	width: 92px; height: 12px;
	float: left;
	overflow: hidden;
	text-align: left;
}
#submenubar p { margin: 0; border: 0; padding: 0; }
#submenubar .raquo { font-size: 7pt; color: #440044 /* edging */; font-weight: bold; }
#submenubar a {
	font-size: 7pt;
	color: #aaaaaa; background-color: transparent;
	text-decoration: none;
}
#submenubar a:hover {
	color: #fefefe; 
}
#submenubar a.submenubaractive { 
	font-weight: bold;
	color: #fefefe; 
}
	

#headeroffset {
	margin: 0; padding: 0; 
        height: 83px;
        background-color: #000000;
	/* This is bizarre: if there is no border then Opera and Safari */
	/* leave a gap between two menu lines - if 1px then it doesn't! */
	border: 1px solid #000000;
}
#headeroffset p { margin: 0; border: 0; padding: 0; }


#bodysection {
        clear: both;
        margin: 0; border: 0;
        padding: 5px;
	background: rgb(229,200,160) url(/layout/lightleather.jpg);
}




/* This seems an oddity, but IE (at least) does not take up the BODY tag
 * font-size definition (though it does pick up the family!
 */
table { color: #000044; font-size: 10pt; } 

/* this makes the margin between paragraphs consistent across browsers */
/* p { margin: 0; border: 0; padding: 0; } */
.nobr { white-space: nowrap; } /* replace the <nobr> tag */
.clear { clear: both; } /* clear any floating objects */


a:link, a:visited, a:active { 
	color: #000088; background-color: transparent; text-decoration: none;
	border-color: #000000; border-width: 0; border-style: none;
}
a:hover { 
	color: rgb(229,200,160); background-color: #000044; 
	border-color: #000000; border-width: 0; border-style: none;
}


.pagecontenttitle {
        margin: 0; border: 0; padding: 0;
        font-weight: bold; font-size: 16pt;
        }
.pagecontentsubtitle {
        margin: 0; border: 0; padding: 0;
        font-style: italic; font-size: 8pt;
        }
div.pagecontentarticle {
        font-size: 10pt;
        }

span.text {
        font-family: arial, sans-serif;
        font-size: 10pt;
        }


.disclaimer { font-size: 8pt; color: #008000 }

.disclaimer a:link {
        color: #CC0000;
        background-color: transparent;
        text-decoration: none;
        }
.disclaimer a:visited {
        color: #CC0000;
        background-color: transparent;
        text-decoration: none;
        }
.disclaimer a:hover {
        color: #FF0000;
        background-color: transparent;
        text-decoration: underline;
        }
.disclaimer a:active {
        color: #FF0000;
        background-color: transparent;
        text-decoration: none;
        }

div.disclaimer {
        margin-top: 20px;
	border: 3px double #440000;
        font-style: italic;
        font-size: 8pt;
	padding: 0 10px;
        color: #440000;
        text-align: center;
        background-color: rgb(229,200,160);
        clear: both;
        }


div.newstitle {
        margin-bottom: 0;
	border: 1px solid #440044 /* edging */;
        border-bottom-style: none;
        color: #cccccc;
	background: #440044 /* edging */;
        font-weight: bold;
        padding-left: 10px;
	clear: both;
}
div.newstitle p { margin: 0; padding: 0; border: 0; }
span.newstype {
	font-style: italic;
	font-size: 8pt;
	float: right;
	padding-right: 2px;
}
div.newsitem {
        margin-top: 0; margin-bottom: 5px;
	border: 1px solid #440044 /* edging */;
	padding: 0 20px;
        font-size: 8pt;
}



p.pagevisitcount {
	font-size: 6pt;
	font-style: italic;
	color: #fefefe;
	text-align:center;
}
