html {
	margin: 0;
	padding: 0;
}

body {
        font-family: "Arial", "Verdana", "Helvetica";
        font-size: 10pt;
}

p            { font-size:10pt; color: #000000; margin-left:10px; margin-right:10px;}
p.nomargin   { font-size:10pt; color: #000000; margin-top: -10px }
p.home       { font-size: 8pt; font-weight: bold }
p.top        { font-size: 8pt; color: #999999; font-weight: bold }
p.foot       { font-size: 8pt; color: #999999; font-weight: bold }
p.menu       { font-size: 10pt; color: #FFFFFF; font-weight: bold }
a            { font-size: 10pt; text-decoration: underline }
a:link       { font-size: 10pt; text-decoration: underline }
a:active     { font-size: 10pt; text-decoration: underline; color: #999999 }
a:hover      { font-size: 10pt; text-decoration: underline; color: #999999 }
a.home       { font-size: 8pt; text-decoration: none; color: #000000; font-weight: bold }
a.home:link  { font-size: 8pt; text-decoration: none; color: #000000; font-weight: bold }
a.home:active { font-size: 8pt; text-decoration: none; color: #999999; font-weight: bold }
a.home:hover { font-size: 8pt; text-decoration: none; color: #999999; font-weight: bold }
a.top       { font-size: 8pt; color: #999999; font-weight: bold; text-decoration: none }
a.top:link  { font-size: 8pt; color: #999999; font-weight: bold; text-decoration: none }
a.top:active {font-size: 8pt; color: #CCCCCC; font-weight: bold; text-decoration: none }
a.top:hover { font-size: 8pt; color: #CCCCCC; font-weight: bold; text-decoration: none }
a.menu       {font-size: 10pt; color: #FFFFFF; font-weight: bold; text-decoration: none }
a.menu:link  {font-size: 10pt; color: #FFFFFF; font-weight: bold; text-decoration: none }
a.menu:active {font-size: 10pt; color: #CCCCCC; text-decoration: none }
a.menu:hover {font-size: 10pt; color: #CCCCCC; text-decoration: none }
a.about      {font-size: 10pt; color: #003399; text-decoration: underline }
a.ao         {font-size: 10pt; color: #CC0033; text-decoration: underline }
a.hf         {font-size: 10pt; color: #006633; text-decoration: underline }
a.is         {font-size: 10pt; color: #FF6600; text-decoration: underline }
a.vol        { font-size: 10pt; color: #993399; text-decoration: underline }
 
h1           { font-size: 14pt; font-weight: bold; color: #000000 } 
h4           { font-size: 12pt; color: #996633; font-weight: bold }
h4.nomargin  { font-size: 12pt; color: #996633; font-weight: bold; margin-top: 0px; margin-bottom: 0px }
h1.about     { font-size: 14pt; color: #003399; font-weight: bold }
h3.about     { font-size: 10pt; font-weight: bold; color: #003399 }
h1.ao        { font-size: 14pt; color: #CC0033; font-weight: bold }
h3.ao        { font-size: 10pt; font-weight: bold; color: #CC0033 }
h1.hf        { font-size: 14pt; color: #006633; font-weight: bold }
h3.hf        { font-size: 10pt; font-weight: bold; color: #006633 }
h1.is        { font-size: 14pt; color: #FF6600; font-weight: bold }
h3.is        { font-size: 10pt; font-weight: bold; color: #FF6600 }
h1.vol       { font-size: 14pt; color: #993399; font-weight: bold }
h3.vol       { font-size: 10pt; font-weight: bold; color: #993399 }
b.about      { color: #003399 }
b.ao         { color: #CC0033 }
b.hf         { color: #006633 }
b.is         { color: #FF6600 }
b.vol        { color: #993399 }

a,a:visited {
	color: navy;
}

hr {
	height: 1px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #306161;
	margin: 10px 10% 0 0;
	width: 90%;
}

/*  navigational bar */
#menubar {
	left: 20px;
	margin-left: -2.5em;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 100;
	margin-bottom: 250px;
}

#nav {
	list-style: none;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 12em;
	z-index: 99;
	position: relative;
	overflow: visible;
}

#nav li {
	margin: 0;
	position: relative;
	float: left;
	width: 12em;
	background-color: #CCC;
	border: solid 1px rgb(102, 102, 102);
	display: block;
	height: auto;
}

#nav ul li {
	border-width: 1px 1px 0 0;
}

#nav ul ul li {
	border-width: 1px 1px 0 1px;
}

#nav ul ul li:last-child {
	border-bottom: 1px solid rgb(102, 102, 102);
}

#nav a {
	text-decoration: none;
	display: block;
	padding: 0.1em;
	margin: 0.2em 0 0.2em 0.1em;
	width: 11.5em;
	height: 1em;
}

#nav a:hover,#nav li:hover {
	background-color: #CCC;
}

#nav ul li:hover,#nav ul li a:hover {
	background-color: #CCC;
}

#nav ul {
	display: none;
}

/*all see this */
#nav ul ul {
	display: none;
	position: absolute;
	margin-top: -1.8em;
	margin-left: 12em;
}

/* non-IE browsers see this */
#nav ul li>ul,#nav ul ul li>ul {
	margin-top: -1.4em;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul,#nav li:hover ul ul ul ul ul
	{
	display: none;
}

#nav li:hover ul,#nav ul li:hover ul,#nav ul ul li:hover ul,#nav ul ul ul li:hover ul,#nav ul ul ul ul li:hover ul
	{
	display: block;
}

li>ul {
	top: auto;
	left: auto;
}

/*  data table */
div#dataTbl {
	width: 90%; /* This sets the relative width for the entire table */
	height: 462px; /* Adjust html...tbody deep selector below to match  */
	border: 1px solid gray;
	/* Makes look container look less glaring when not scrolled */
	overflow: hidden;
	overflow-x: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

/* IE v. <= 6.0 hack */
* html div#dataTbl {
	overflow-y: scroll;
}

#dataTbl table {
	/* Note: "border-collapse: collapse" @ table chokes IE -- causes visible 1px slit when scrolling */
	background-color: white;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	padding: 0;
	border-left: 1px solid silver;
	/* Work-around for IE spill-over into scrollbar (reverted below)	*/
	/* Set to 97% if you want IE pixel-perfect @ 800x600					*/
	width: 98%;
}

#dataTbl th.tblHead {
	color: white;
	background-color: #3C719B;
	font-size: 14px;
	font-weight: bold;
	padding: 13px 5px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid white;
	/* Set to black to make header look like a button */
	border-left: 1px solid white;
	border-collapse: collapse;
}

#dataTbl th {
	color: black;
	background-color: #C0C0C0;
	padding: 1px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid white;
	border-collapse: collapse;
}

#dataTbl thead tr {
	position: relative; /* Required for IE, reverted in SCM below */
}

#dataTbl tbody {
	height: 382px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* IE v. <= 6.0 hack */
* html #dataTbl tbody {
	height: 100%;
}

#dataTbl td {
	padding: 1px 2px 1px 2px;
	text-align: center;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-collapse: collapse;
}

#dataTbl tr.odd {
	background-color: #EEE;
}

#dataTbl tr.normal {
	background-color: white;
}

/* Clickable column headings */
#dataTbl tr.selected {
	background-color: yellow;
}

#dataTbl th a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

/* Links inside table headings */
#dataTbl th.tblHead a {
	text-decoration: underline;
	font-weight: normal;
	color: white;
}

/* Be kind to Opera */
html>body #dataTbl table {
	width: 100%;
}

/* End of dataTbl selectors */

	/* ------------------------------------------------- */
	/* Total working footprint */
	/* ------------------------------------------------- */
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 793px;
	width: 1000px;
	background: rgb(250,237,189);
}

/* ------------------------------------------------- */
	/* Container at the top of the page */
	/* ------------------------------------------------- */
#introContainer {
	margin-left: 5px;
	float: left;
	height: 130px;
	width: 995px;
}

/* ------------------------------------------------- */
/* navigational bar */
/* ------------------------------------------------- */
#navbarContainer {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 260px;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgb(119,102,85);
	border-bottom: 1px solid rgb(119,102,85);
	border-left: 1px solid rgb(119,102,85);
	margin-left: 3px;
	height: auto;
}

#pageNav ul {
	margin: 0;
	padding: 0;
}

#pageNav li {
	list-style: none;
	margin-left: 5px;
	margin-top: 8px;
	padding: 3px 0;
	border-top: 1px solid grey;
}

#pageNav a,
#pageNav a:link,
#pageNav a:visited {
	margin-left: 3px;
	color: black;
	padding: 0 0 0 14px;
	/*background: url("../graphics/triangle.png") left top no-repeat;*/
	text-decoration: none;
}

/* relative position in file important */
#pageNav a:hover {
	color: #0000F1;
	text-decoration: none;
}

#pageNav li.first,
#pageNav li.first a,
#pageNav li.first a:link,
#pageNav li.first a:visited	{
	margin-top: 5px;
	list-style: none;
	margin-left: 4px;
	padding: 0px 3px 0 0;
	font-size: 118%;
	border-top: 0px;
	background: none;
}

#pageNav li.last,
#pageNav li.last a,
#pageNav li.last a:link,
#pageNav li.last a:visited {
	margin-bottom: 5px;
}

#pageNav a.selected {
	color:blue;
}

/* ------------------------------------------------- */
/* box to the right of the navbar */
/* ------------------------------------------------- */
#workContainer {
	float: left;
	width: 731px;
	height: 658px;
	color: #000000;
	position: relative;
	border: 1px solid #776655;
	overflow: auto;
}

#workContainer p {
	font-size: 14px;
	line-height: 16px;
	margin: 0px 10px 16px 10px;
	margin-bottom: 1em;
}

#workContainer h2 { /*16px via YUI Fonts CSS foundation*/
	font-size: 22px;
}

#workContainer h2 { /* top & bottom margin based on font size */
	margin: 22px 3px 4px 10px;
	color: #123456;
}

#workContainer h2.first {
	margin-top: 4px;
	height: 1.2em;
	overflow: hidden;
}

#studentsIntroForm {
	padding: 5px 5px 5px 5px;
	width: 330px;
	height: auto;
	overflow: auto;
	margin-left: 240px;
}

/* ------------------------------------------------- */
	/* Inquiry Form */
	/* ------------------------------------------------- */
fieldset {
	margin: 1em 0 0 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #123456;
}

fieldset legend {
	margin-left: 1em;
	color: #123456;
	font-weight: bold;
}

fieldset div.fm-opt,fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* ";
}

fieldset p {
	padding: 0;
	margin: 0;
}

label {
	padding: 0;
	padding-top: 3px;
	float: left;
	clear: left;
	width: 200px;
}

#workContainer input.checkbox {
	float: left;
	clear: left;
	margin-left: 10px;
	padding: 0;
}

label.checkbox {
	margin-left: 15px;
	width: 400px;
	clear: none;
	padding: 0;
}

label.short { /*	margin-left: 15px; */
	width: 120px;
	clear: none;
}

#workContainer textarea {
	width: 405px;
}

#workContainer input.text {
	width: 200px;
}

#workContainer input.short_text {
	width: 120px;
}

#workContainer input.short_text {
	margin-bottom: 3px;
}

#workContainer input.text,#workContainer select {
	margin-bottom: 5px;
}

input:focus,textarea:focus {
	background: #e5e5e5;
	color: #000;
}

#workContainer input.submit {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 170px;
}

#showAll {
	float: right;
	margin-right: 60px;
}

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 250px;
	height: 100px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:346px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}

#filter2
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box2
{
	display: none;
	position: absolute;
	top: 20%;
	left: 10%;
	width: 450px;
	height: 100px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle2
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:546px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}

