/* CSS Document */


body {
	background-color:white;
	margin:20px;
	padding:0px;
	font-family:helvetica, verdana, arial, sans-serif;
	font-size:85%;
	color:#000066;
	}
h1 {
	margin:2px 0px 15px 0px;
	padding:0px;
	font-family:albertus medium, georgia, minion, times new roman, serif; 
	font-size:250%;
	font-weight:900;
	color:#000066;
	}
h2 {
	margin:2px 0px 10px 0px;
	padding:0px;
	font-family:albertus medium, georgia, minion, times new roman, serif; 
	font-size:200%;
	font-weight:900;
	color:#000066;
	}
h3 {
	margin:0px 0px 7px 0px;
	padding:0px;
	font-family:albertus medium, georgia, minion, times new roman, serif; 
	font-size:150%;
	font-weight:900;
	color:#000066;
	}
h4 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family:albertus medium, georgia, minion, times new roman, serif; 
	font-size:125%;
	font-weight:900;
	color:#000066;
	}
h5 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family:albertus medium, georgia, minion, times new roman, serif; 
	font-size:95%;
	font-weight:900;
	color:#000066;
	}
h6 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family:albertus medium, georgia, minion, times new roman, serif; 
	font-size:85%;
	font-weight:900;
	color:#000066;
	}
p {
	margin:0px 0px 16px 0px;
	padding:0px;
	color:#000066;
	line-height:130%;
	}

img {
	border: 0;
	}

a {
	color:#09c;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#0033ff;}
a:visited {color:#660099;}
a:hover {color:#000066;background-color:#ccccff;text-decoration:underline;}
  

/* 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:120px;
	margin:66px 75px 20px 165px;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.contentwide {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:85%;
	min-width:120px;
	margin:66px 75px 20px 8px;
	background-color:white;
	padding:15px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	
	/* 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:85%;
	}
	
.highlight {
	position:relative;
	float:right;
	margin: 2px;
	width:35%;
	border:2px solid #000066;
	background-color:#ccccff;
	padding:10px;
	z-index:1;
	voice-family: "\";
	top: -98px;
	left: 6px;

}\"";
	voice-family:inherit;
	width:35%;
	}
	
.dropcap {
	float:left;
	width:auto;
	font-size:45px;
	line-height:45px;
	font-family:albertus medium, georgia, minion, times new roman, serif; 
	font-weight:normal;
	color:#000066;
	}
.large {
	font-size:150%;
	font-family:albertus medium, georgia, minion, times new roman, serif;
	}
.small {
	font-size:85%;
	font-family:albertus medium, georgia, minion, times new roman, serif;
	}
.committees {
	font-size:112%;
	font-family:helvetica, verdana, arial, sans-serif;
	font-weight:bold;
	}
.indent {
	padding:0px 20px 0px 20px;
	}
.indentb {
	padding:0px 30px 0px 45px;
	}
.indentsm {
	padding:0px 30px 0px 55px;
	font-size:85%;
	}
/* 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:150px;}
	
#navAlpha {
	position:absolute;
	width:150px;
	top:235px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	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:150px;
	}
/* 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:150px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:235px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:190px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

#navBar {
	position:absolute;
	width:100%;
	top:169px;
	right:0px;
	left:0px;
	border:0px solid black;
	background-color:#000066;
	padding:3px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:100%;
	}
/* Again, "be nice to Opera 5". */
body>#navBar {width:100%;}

#bottomnav {
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;	
	margin: 0px 175px 0px 0px; /*the right and left margins should be changed to reflect the left and right sections */
	padding: 4px 4px 4px 4px;
	line-height: 110%;
	text-align:left;
	font-size: 80%;
	color:#000066;
	background: #ffffff;
	}
#footer {
	margin: 20px 0px 5px 0px; /*the right and left margins should be changed to reflect the left and right sections */
	text-align:left;
	font-size: 75%;
	color:#7070b8;	
	padding: 0px 2% 0px 2%;
	}
dt {
	margin: 10px 0px 0px 0px;
	font-size: 115%;
	font-weight:900;
	}
dd {
	margin: 2px 0px 8px 5px;
	font-size: 100%;
	}
li {
	margin: 0px 0px 6px 0px;
	}
