.chromestyle{
	width: 100%;
	font-weight: bold;
	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg5.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li{
	display: inline;
	}

.chromestyle ul li a{
	color: #465E8A;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	}

.chromestyle ul li a:hover{
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " v";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F2F5F7;
	}

body {
	color:#094891;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#094891;
	}
h2 {
	font: 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#094891
	}
h3 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#094891
	}	

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	color: #094891
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size: 9px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	}
a:link {color:#8CADCB;}
a:visited {color:#465E8A;}
a:hover {background-color:#eee;}

/* All the content boxes belong to the content class. */
.content {
	position:relative;
	width:450px;
	min-width:120px;
	margin:0px 210px 20px 170px;
	background-color:#F7F7DF;
	padding:10px;
	z-index:3;
	top: 5px;
	color: #094891;
	border: 1px dashed #094891;
	left: 85px;
	height: 400px;
	}

#navAlpha {
	position:absolute;
	width:150px;
	top:145px;
	left:6px;
	background-color:#F2F5F7;
	padding:10px;
	z-index:2;
	border: 1px dashed #094891;


/* 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:128px;
	}
/* 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:121px;}
		
#navBeta {
	position: static;
	width:150px;
	top:317px;
	right:20px;
	background-color:#F7F7DF;
	padding:10px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	left: 197px;
	border-left: 1px dashed #094891;
	visibility: visible;
	overflow: visible;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:90px;}

.pad {
	padding-right: 20px
    }
		 
.borderLeft {	
	border-left: 1px dashed #094891;
	padding-left: 10px;
	}
	
.borderTop {
	border-top: 1.5px dashed #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
	}
			 
.syllabi {
  text-decoration:none; 
  text-align:left; 
  font-weight:bold;
  display:block; 
  width:20em; 
  top:2px;
  left:2px;
  color:#094891;
  background-color:#E4EEF4; 
  }
  
.bkgnd {
	background-color: #E4EEF4;
	padding: 10px
	}

.bkgnd2 {
	background-color: #F0F0F0;
	padding: 10px
	}
