body {
	margin:0px; padding:0px;
	background-attachment:fixed;
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
; background-image: url(../images/sidebar.png)
}

.header {
	position:relative;
	width: auto;
	background-image:  url(../images/header_newivy.png);
	background-repeat:repeat-x;
	height: 95px;
	text-align:center;
	border-bottom: 1px solid #EDAAB1;
}

.mission {
	position:relative;
	width: auto;
	background-color: #000099;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-style: italic;
	font-size: 0.9em;
	color:#fff;
	padding: 5px 0px 5px 0px;
	text-align:center;
}

.nav {
	position:relative;
	width: auto;

}

/* 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:0px 100px 7px 190px;
	padding:7px;
	text-align:left;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#nav {
	position:absolute;
	width:160px;
	top:145px;
	left:0px;
	text-align:center;
	padding:4px;
	z-index:3;
        font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em}\"";

/* 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;
	}

/* 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>
#nav {width:160px;}

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav li {
	margin: 0px 0px 6px 0px;
	border: 1px #FCFAF8 solid;
	background-color:#000099;
}

#nav a {
	display: block;
	width: 100%;
	padding: 2px 0;
	text-decoration: none;
	color: #FCFAF8;
	font-weight:bold;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em
; background-color: #000099
; border: #42398C
}

#nav a:hover {
	background-color: #EBAC9B;
	color:#CC0000;
	text-decoration:none;
	background-image:url(images/pattern.gif);
	background-repeat:repeat;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; font-weight: bold
}

#nav p {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 0.7em;
; color: #FCFAF8; background-color: #000099
}

#nav strong{
	font-size: 1.2em;
}

#context {
	position:absolute;
	width:180px;
	top:140px;
	right:10px;
	background-color:#FBEFFF;
	border: 1px solid #999;
	z-index:2;
	font-size: .9em;
	padding: 5px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
	}
/* Again, "be nice to Opera 5". */
body>#context {width:180px;}

.context p {
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#context a {
	color:#5C00B9;
}

#context a:hover{
	color:#CC0000;
}

.contexthdr {
	font-weight:bold;
	color:#fff;
	font-size: 1.2em;
}

.content h1 {
	color:#0000A0;
	text-align:center;
; font-family: Georgia, "Times New Roman", Times, serif
; font-size: 2.0em
}

.content h2 {
	color:#5C00B9;
	text-align:center;
; font-family: Georgia, "Times New Roman", Times, serif
; font-size: 1.6em
}

.content h3 {
	color:#2E3763;
	text-align:center;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
; font-family: Georgia, "Times New Roman", Times, serif
; font-size: 1.4em
}

.content h4 {
	color:#55528D;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	font-style: italic;
; font-family: Georgia, "Times New Roman", Times, serif
; font-size: 1.2em
}

.content h5 {
	color:#8080FF;
; font-family: Georgia, "Times New Roman", Times, serif
; font-size: 1.1em
}

.content h6 {
	color:#3C8CBD;
; font-family: Georgia, "Times New Roman", Times, serif
; font-size: 0.9em
}

.content a {
	color:#5C00B9;
	text-decoration:none;
}

.content a:hover{
	color:#CC0000;
	text-decoration:underline;
}

.subscribetbl table{
	border: 1px solid #999;
}

.bttt {
	font-size: 0.8em;
	text-align:center;
}

.bttt a {
	text-decoration:none;
	font-weight:bold;
	color:#006cb6;
}

.bttt a:hover{
	text-decoration:underline;
	color:#006cb6;
}

#footer{
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	font-size: 0.8em;
	min-width:120px;
	padding:25px;
	border-top: 1px solid #999;
	margin:0px 50px 7px 180px;
	text-align:center;
	z-index:3; 
}
#footer a{
	text-decoration:none;
	color: #006cb6;
	font-weight:bold;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}

#nowplaying {
	font-weight:bold;
	border: 2px solid #CBAC97;
	margin:0px 100px 7px 190px;
	padding: 0px 0px 7px 7px;
	background-color:#F2ECCE;
}

#nowplaying a{
	text-decoration:none;
	color:#5C00B9;
	font-weight:bold;
}

#nowplaying a:hover{
	text-decoration:underline;
	color:#CC0000;
}

.acrobat {
	border: 1px dotted #ccc;
}

.nowplaying{
	border: 1px solid #FF0000;
	color:#FF0000;
	font-size: .9em;
	font-weight:bold;
	font-style:italic;
	padding: 3px;
	margin: 5px;
	text-align:center;
}

.highlight {
	color: #CC0000;
	font-weight:bold;
}

.content th {
	color: #000064;
	border-right: 1px solid #CBAC97;
	border-left: 1px solid #CBAC97;
	border-bottom: 1px solid #CBAC97;
	border-top: 1px solid #CBAC97;
	text-align: center;
        background: #F2ECCE url(images/th_background.gif) repeat;
	font-weight:bold;
}

.content th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #CBAC97;
	background: none;
}

.content td {
	border-right: 1px solid #CBAC97;
	border-bottom: 1px solid #CBAC97;
	background: #fff;
}
.content caption {  font-weight: bold; text-align: left; font-style: italic; color: #8080FF; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em}
.oyez {  background-image: url(../images/oyez.png); background-repeat: repeat}
.blueinfo { position:relative; width: auto; border-top: 1px solid #fff; border-bottom: 1px solid #fff; font-style: italic; font-size: 0.9em; color:#0000FF; padding: 5px 0px 5px 0px; ; font-weight: bold}
