/* Begin CoolMenus 4 Styles*/
/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{
	position: absolute;
	width: 9;
	height: 9;
	background-color: Navy;
	layer-background-color: Navy;
	visibility: hidden;
}

/*Styles for level 0*/
.clLevel0,.clLevel0over{
	position:absolute;
	padding:2px;
	font-family:tahoma,arial,helvetica;
	font-size:11px;
	font-weight:bold;
}
.clLevel0{
	background-color:Navy;
	layer-background-color:Navy;
	color:white;
}
.clLevel0over{background-color:#336699; layer-background-color:#336699; color:Yellow; cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:tahoma, arial,helvetica; font-size:10px; font-weight:bold}
.clLevel1{background-color: Navy; layer-background-color: Navy;	color: white;}
.clLevel1over{background-color:#336699; layer-background-color:#336699; color:Yellow; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:red; layer-background-color:red}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:9px; font-weight:bold}
.clLevel2{background-color:Navy; layer-background-color:Navy; color:white;}
.clLevel2over{background-color:#0099cc; layer-background-color:#0099cc; color:Yellow; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}

/*Styles for level 3*/
.clLevel3, .clLevel3over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:9px; font-weight:bold}
.clLevel3{background-color:Navy; layer-background-color:Navy; color:white;}
.clLevel3over{background-color:#0099cc; layer-background-color:#0099cc; color:Yellow; cursor:pointer; cursor:hand; }
.clLevel3border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}

/*Styles for level 3*/
div.Level0{
	background-color:Navy;
	color:white;
	font-size:12px;
	font-weight:bold;
	cursor: default;
}
div.Level1{
	background-color:Navy;
	color:yellow;
	font-size:11px;
	font-style:italic;
	text-align:left;
	font-weight:bold;
	cursor: default;
}
div.Level2{
	background-color:Navy;
	color:yellow;
	font-size:10px;
	font-style:italic;
	text-align:left;
	font-weight:bold;
	cursor: default;
	width: 85px;
	height: 18px;
}
/* End CoolMenus 4 Styles*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #4682B4;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	text-transform: none;
	text-align: left;
	background-image: url(images/logo_inverse_resized.GIF);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: White;
	text-align: center;
	word-spacing: normal;
	margin-top: 25px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	border: medium solid white;
	width: 76%;
	margin-right: 12%;
	margin-left: 12%;
	border-collapse : collapse;
}
th.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	border: none;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	border: thin solid white;
	border-collapse : collapse;
}
td {
	border: thin solid white;
	border-collapse : collapse;
}
table.schedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	border: none;
	width: 86%;
	margin-right: 7%;
	margin-left: 7%;
}
th.schedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	border: none;
}
td.schedule{
	border: none;
}
li.primary{
	list-style-type: upper-roman;
	font-size: larger;
	font-weight: bold;
}
li.secondary{
	list-style-type: decimal;
	font-weight: normal;
	font-size: small;
}
li.tertiary{
	list-style-type: upper-alpha;
	font-weight: normal;
	font-size: small;
}
li.quatinary{
	list-style-type: lower-roman;
	font-weight: normal;
	font-size: small;
}
li.pentanary{
	list-style-type: lower-alpha;
	font-weight: normal;
	font-size: small;
}
li.hexanary{
	list-style-type: decimal;
	font-weight: normal;
	font-size: small;
}
li.unordered{
	list-style-type: circle;
	font-weight: normal;
	font-size: small;

}
li.appendix{
	font-size: larger;
	font-weight: bold;
	list-style-type: upper-alpha;
}
dt {
	font-size: small;
	font-weight: bolder;
}
dd {
	font-size: small;
	font-weight: normal;
}
p.singlespace{
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	font-weight: 700;
	color: white;
	text-decoration: none;



}
a:visited {
	color: #CCCCCC;
	font-weight: 700;
	text-decoration: none;


}
a:hover {
	font-size: larger;
	font-weight: 900;
	color: yellow;

}
a:active {
	font-weight: 900;
	color: blue;
	background-color: white;

}
h3 {
	text-align: center;
	font-size: large;
	font-weight: bold;

}
h4 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
