/* ASCUS Stylesheet - Last edited 11/06/2005 by Sean Rintel */

/* The basic 3 column layout for this stylesheet came from BlueRobot */

/* Global body style */

body {
	background-color: #0099CC;
	margin:0px;
	padding:0px;
	font:small Verdana, Arial, Helvetica, sans-serif;
	}

/* Global heading and paragraph style */

h1 {
	font-size:large;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

h2 {
	font-size:medium;
	font-style: italic;
	font-weight: bold;
	margin:0px 0px 15px 0px;
	padding:0px;
	}

h3 {
	font-size:medium;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-style: italic;
	font-weight: normal;
	}

p {
	margin:0px 0px 15px 0px;
	padding:0px;
	}

.Content>p {margin:0px;}

.Content>p+p {text-indent:30px;}

/* Global links style */

a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}

a:link {color:#000066;}

a:visited {color:#660000;}

a:hover {background-color:#EEEEEE;}
  
/* Banner */  
  
#banner {
	width:100%;
	border:0px solid #006699;
	background-color:#006699;
	margin: 0px;
	padding: 0px;
	float: none;
	z-index:1;
	height: 60px;
	text-align: center;
	color: #FFFFFF;
    }

/* Content box */

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:400px;
	margin:20px 220px 20px;
	border:1px solid #000066;
	background-color:#FFFFCC;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

/* Flanking sidebars */

#navAlpha {
	position:absolute;
	width:160px;
	top:80px;
	left:20px;
	border:1px solid #000066;
	background-color:#FFFFFF;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:160px;}
		
#navAlpha a {
	text-decoration:none;
	color: #000000;
	font-size: small;
	border: 1px solid #FFFFFF;
	padding: 2px;
	width: 100%;
	}
#navAlpha a:link {color:#000066;}
#navAlpha a:visited {color:#0099CC;}
#navAlpha a:hover {
	border: 1px solid #000066;
	width: 100%;
	padding: 2px;
	background-color: #FFFFCC;
}
		
#navBeta {
	position:absolute;
	width:160px;
	top:80px;
	right:20px;
	border:1px solid #000066;
	background-color:#FFFFFF;
	padding:10px;
	z-index:1;
	voice-family: "\";

}\"";
	voice-family:inherit;
	width:160px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:160px;}

.navheaderh1 {
	/* font:bold 16px verdana, arial, helvetica, sans-serif; */
	font-size:medium;
	font-style: italic;
	font-weight: bold;
	margin:0px 0px 10px;
	padding:0px;
	}
	
.navheaderh2 {
	/* font:bold 14px verdana, arial, helvetica, sans-serif; */
	font-size:small;
	font-style: italic;
	margin:0px 0px 10px 0px;
	padding:0px;
	}

.navSubheadings {
    text-indent: 15px;
}

/* Footer */

.footer {
	position:relative;
	width:auto;
	min-width:400px;
	margin:20px 220px 20px;
	border:1px solid #006699;
	background-color:#006699;
	padding:10px;
	z-index:1;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}

.footer a {
	text-decoration:none;
	font-weight: bold;
	color: #CCCCCC;
	}
.footer a:link {color:#FFFF00;}
.footer a:visited {color:#FFFFCC;}
.footer a:hover {background-color:#0099CC;}
