/* BASIC Definitions */

body {
	margin-top: 0px;
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Geneva, Helvetica, Helv, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-collapse: collapse;
}

h1 {	font-size: 20px;
	font-weight: bold;
}

h2 {	font-size: 17px;
	font-weight: bold;
}



/* LAYOUT Sections */

#topBar {
	width: 744px;
	height: 90px;
	background-image: url(topBarBG.jpg); background-repeat: repeat;
	border: 0px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#menuBar {
	width: 747px;
	height: 35px;
	border: 0px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#articleBar {
	width: 744px;
	height: 160px;
	border: 0px;
	text-align: left;
	vertical-align: center;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#bodyBar {
	width: 684px;
	border: 0px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#topicBar {
	width: 744px;
	height: 160px;
	background-image: url(topicBarBG.jpg); background-repeat: repeat;
	border: 0px;
	padding: 0px;
	text-align: left;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

	#classroomArea {
		margin-top: 7px;
		margin-left: 20px;
		width: 228px;
		height: 210px;
		text-align: left;
	background-color: black;
	}

	#trainingArea {
		margin-top: 7px;
		margin-left: 20px;
		width: 228px;
		height: 210px;
		text-align: left;
		background-color: silver;
	}

	#resourceArea {
		margin-top: 7px;
		margin-right: 20px;
		float: right;
		width: 228px;
		height: 210px;
		text-align: center;
		background-color: white;
	}

#bottomBar {
	width: 744px;
	height: 20px;
	background-image: url(bottomBarBG.gif); background-repeat: repeat;
	border: 0px;
	display: block; 
	margin-top: 8px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	padding-top: 4px;
	color: #DDDDDD;
	font-family: Verdana, Arial, Geneva, Helvetica, Helv, sans-serif;
	font-size: 10px;
	font-weight: normal;
	/* Tantek CSS Box Hack for IE - Must leave out ?xml prolog as well */
   voice-family: "\"}\""; 
   voice-family:inherit;
   height: 18px;
}

#copyrightBar {
	width: 744px;
	height: 16px;
	background-color: white;
	border: 0px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	text-align: right;
	padding-top: 4px;
	color: #808080;
	font-family: Verdana, Arial, Geneva, Helvetica, Helv, sans-serif;
	font-size: 9px;
	font-weight: normal;
}


/* LINKS styles */

a:link {
	color: #018A75; 
	text-decoration: underline;
}

a:visited {
	color: #018A75; 
	text-decoration: underline;
}

a:active {
	color: #018A75; 
	text-decoration: underline;
}

a:hover {
	color: #1F675A; 
	text-decoration: underline;
}

a.footerLink:link {
	color: #DDDDDD; 
	text-decoration: none;
}

a.footerLink:visited {
	color: #DDDDDD; 
	text-decoration: none;
}

a.footerLink:active {
	color: #DDDDDD; 
	text-decoration: none;
}

a.footerLink:hover {
	color: white; 
	text-decoration: none;
}




/* TABLE classes */

.topicTable {
	margin-top: 7px;
	margin-left: 20px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

.topicArea {
	width: 228px;
	height: 130px;
	background-color: white;
	padding-top: 14px;
}

.topicSpacer {
	width: 10px;
	text-align: center;
	background-color: white;
}


/* TEXT styles */

.smallText {
	font-size: 9px;
}



/* CALENDAR STYLES */

a.noevent:link {
	font-family  Verdana, Arial; 
	font-size:10px; 
	color:#000000; 
	font-weight:normal; 
	text-decoration: none;
}

a.noevent:visited {
	font-family: Verdana, Arial; 
	font-size:10px; 
	color:#000000; 
	font-weight:normal; 
	text-decoration: none;
}

a.noevent:active {
	font-family: Verdana, Arial; 
	font-size:10px; 
	color:#000000; 
	font-weight:normal; 
	text-decoration: none;
}

a.noevent:hover {
	font-family  Verdana, Arial; 
	font-size:10px; 
	color: maroon; 
	font-weight:normal; 
	text-decoration: none;
}

/* SECTION FROM THE OLDER JAVASCRIPT MENU
.calendarMain {
width:184px;
border:1px solid #808080;
border-collapse: collapse;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.month {
background-color:#808080;
font: bold 12px verdana;
color:white;
padding: 2px;
}

.daysofweek {
background-color:silver;
font:bold 10px verdana;
color:#808080;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
padding: 1px;
}

.days {
font-size: 10px;
font-family:verdana;
color:black;
background-color: white;
padding: 0px;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
}

.days #today{
font-weight: bold;
color: red;
}

.days a {
  color: black;
  text-decoration: none;
}

.days a:hover {
  color: maroon;
  text-decoration: none;
}

.days a:active {
  color: black;
  text-decoration: none;
}

.days a:visitied {
  color: black;
  text-decoration: none;
}

*/

td.non {
	width: 25px;
	height: 12px;
	text-align: center;
	font-family : Verdana, Arial; 
	font-size :10px; 
	color :#C0C0C0; 
	font-weight :normal;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

td.top {
	width: 25px;
	height: 12px;
	text-align: center;
	font-family : Verdana, Arial; 
	font-size :10px; 
	color :#0000FF; 
	font-weight :bold;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

td.some {
	width: 25px;
	height: 12px;
	text-align: center;
	font-family : Verdana, Arial; 
	font-size :10px; 
	color :#000000; 
	font-weight :normal; 
	padding: 0px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

td.someDay {
	width: 25px;
	height: 12px;
	text-align: center;
	font-family : Verdana, Arial; 
	font-size :10px; 
	background-color:#D5D3D3; 
	font-weight: bold; 
	color: #808080;
	padding: 0px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}


/* CALENDAR PAGE SPACING STYLES */

.calendarDayHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	padding-top: 14px;
}

.calendarHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	margin-left: 10px;
	padding-top: 12px;
}

.calendarDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 8px;
}


