/***  COLOR PALETTE ***
 Dark Gray	#444444	(normal text)
 Faint Blue	#D0EAFF (featurebox background)
 Light Blue	#73A0C5	(highlighted links)
 Dark Blue	#032B5F	(borders, emphasis, links, h3)
 Black			#000000 (headings, navigation)
***********************/

body {
	font-family: serif;
	color:#333333;
}

a {
	color : #FF0000;
}

td.header {
	background-image: url(/images/headers/); /* a random image script */
	background-position: right;
	background-repeat: no-repeat;
}

h1 {
	font-size:22px;
	text-transform:uppercase;
	color:#000000;
	text-align:center;
	font-style:italic;
	margin-bottom:0px;
	padding-bottom:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#032B5F;
}

h3 {
	color:#000000;
	font-variant:small-caps;
}

.indent {
	margin-left:1cm;
}

.windows td {
	vertical-align: top;
	font-size: smaller;
	padding-left: 4px;
	padding-right: 4px;
}
.windows th {
	background: #E0F0FF;
	border: 1px solid #73A0C5;
	padding: 3px;
}
.windows th a {
	text-decoration:none;
}

.featurebox  { 
	background: #E0F0FF;
	border: 1px dashed #73A0C5;
	position: relative;
	margin: 10px;
	padding: 10px;
}
.featurebox ul {
	padding-left: 1.5em;
	margin-left: 0em;
	list-style-type: circle;
}
.featurebox dl dt {
	margin-top:1ex;
	font-weight:bold;
}
.featurebox dl dd {
	padding-left:0px;
	margin-left:1em;
}

.header #announcement {
	position: absolute;
	left:533px;
	top: -1px;
	width: 202px;
	/* aesthetics */
	background-color: #FFCC00;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-style: italic;
	height: 228px;
}
.caption {
	font: italic smaller sans-serif;
}



/*** Be very carful changing any #navigation styles ***/
#navigation {
	padding:9px;
}
#navigation a {
	color:#000000;
	text-decoration:none;
}
#navigation ul {
	/* Aesthetic stuff */
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 110%;
	padding-bottom: 1em;
	text-decoration:none;
	
	/* Critical stuff */
	margin-left:0px;		/* Cascades into the sublist, too */
	padding-left:0px;		/* Cascades into the sublist, too */
	list-style-type:none; /* Overridden in the sublist */
}
#navigation ul li a:link, #navigation ul li a:visited {
	display:block;
	/* background-color:; */	/* Background transparent */
	text-decoration: underline;
}
#navigation ul li a:hover {
	display:block;
	background-color:#73A0C5;
	text-decoration: none;
}
#navigation ul li ul li {
	display:inline;	/* Since the bullet is displayed in the link, ensure it's not displayed a second time */
	list-style: square inside;	/* Make the bullet part of the text */

	font-size: 75%;
}
#navigation ul li ul li a:link, #navigation ul li ul li a:visited {
	display:list-item;	/* Make the bullet part of the link */
	/* background-color:; */	/* Background transparent */
	text-decoration: none;
}
#navigation ul li ul li a:hover {
	display:list-item;	/* Make the bullet part of the link */
	background-color:#73A0C5;
}
/*** end #navigation styles ***/
