/* You may change any of these and add your own specifications as you see fit.  */
/* I would recommend you copy this file, save it under a different name and     */
/* start from there. To make the new scheme available to users, add it to the   */
/* calendar database with the admin functions provided (Colour Scheme Manager). */
/* orignially structured and designed by Wes Gibson (gibsoj@marshall.edu) */
/* restructured by Chad Engle (chad@ceaweed.com) */

/* Basic style - background, default text colour, font */
body   {
	font-family: "Times New Roman", Arial;
	background-color: #eff5f5;
	color: #003366;
}
/* text that is in the main body of the page */
a.bodytext {
	font-family:"Times New Roman", Arial;
	color:#003366;
	font-size:3px;
}
/* Default link style - Used for SAKiTA and the Footer navigation along with inline text links*/
a { 
	text-decoration: underline }
a:link, a:visited  { color: #399 }
a:active, a:hover  { color: #399 }

/*Header Navigation - font family, font size, font weight, active, hover & visited colors*/
td.headernav { }
a.headernav:link, a.headernav:visited    { 
	color: #036; 
	font-size: 14px; 
	font-family: "Times New Roman", Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold; 
	text-decoration: none; 
}
a.headernav:active, a.headernav:hover    { 
	color: #000; 
	font-size: 14px; 
	font-family: "Times New Roman", Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
/*Sub Navigation - fontfamily, font size, font wieght, active, hover & visited colors */
td.subnav  { }
a.subnav:link, a.subnav:visited  { 
	color: #fff; font-size: 12px; 
	font-family: "Times New Roman", Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none;  
}
a.subnav:active, a.subnav:hover   { 
	color: #ff9; 
	font-size: 12px; 
	font-family: "Times New Roman", Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold;
	text-decoration: none  
}
/* Header style - for the top bar, weekdays/week numbers, and any table headers */
/* Title text and background */
/* Specific cells; weekend, today, dimmed and events in day view */
/* Day numbers in week and month mode */
<style type="text/css" media="screen"> 
body{scrollbar-3d-light-color:#FF0000; 
scrollbar-arrow-color:#FF0000; 
scrollbar-Base-color:#000000; 
scrollbar-track-color: #000000; 
scrollbar-dark-shadow-color:#330000; 
scrollbar-face-color:#000000; 
scrollbar-highlight-color:#FF0000; 
scrollbar-shadow-color:#990000; }
/*First Tier Navigation - font family, font size, font weight, active, hover & visited colors*/
td.firsttier { }
a.firsttier:link, a.firsttier:visited    { 
	color: #036; font-size: 14px; 
	font-family: "Times New Roman", Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.firsttier:hover    { 
	color: #06c; 
	font-size: 14px; 
	font-family: "Times New Roman", Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.firsttier:active { 
	color: #06c; 
	font-size: 14px; 
	font-family: "Times New Roman", Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
}
/*Second Tier Navigation - fontfamily, font size, font wieght, active, hover & visited colors */
td.secondtier  { }
a.secondtier:link, a.secondtier:visited  { 
	color: #06c; font-size: 12px; 
	font-family: "Times New Roman", Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none  
}
a.secondtier:hover   { 
	color: #00a3ab; font-size: 12px; 
	font-family: "Times New Roman", Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: underline  
}
a.secondtier:active { 
	color: #00a3ab; font-size: 12px; 
	font-family: "Times New Roman", Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: underline; 
}
.tothetop {
	color: #339999;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	text-decoration: underline;
}
