/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px verdana;
	color:#333333;
	width: auto;
	}
	
a {
	color: #FF00FF;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:11px verdana;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:0.1em;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #FF00FF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px verdana;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px verdana;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px verdana;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:10px verdana;
	color: #66CCCC;
	line-height:18px;
	}

.pageHeader {
	font:20px verdana;
	color: #66CCCC;
	letter-spacing:0.1em;
	line-height:38px;
	margin-left: 0px;
	}
	
.bodyText {
	font:12px verdana;
	color:#333333;
	line-height:24px;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: justify;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px verdana;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px verdana;
	color: #333300;
	letter-spacing:.1em;
	}
	
img {
	padding: 5px;
	float: left;
	width: auto;
	overflow: inherit;
	position: inherit;
	visibility: inherit;
	z-index: auto;
	height: auto;
}
.leftbar {
	font: normal small/normal Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	float: left;
	height: 15px;
	width: 180px;
	border: thin solid #FF00FF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.leftbarimg {
	background: url(none);
	margin: 1px;
	padding: 1px;
	float: left;
	height: auto;
	width: auto;
	border-top: 10;
	margin-bottom: 10px;
}
.leftbodyimg {
	float: left;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}
.rightbodyimg {
	float: right;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
}
.bodyText2 {
	font: 12px Verdana;
	color: #000000;
	position: absolute;
	padding-left: 20px;
	width: 660px;
	padding-right: 20px;
	line-height: 24px;
	text-align:justify;
	left: 200px;
	top: 1933px;
	height: 3339px;
}
.line {
	background: url(images/line.gif);
	float: left;
	height: 10px;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
  float: left;
  width: 60em; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
}
 
li {
  float: left;
  width: 13em;
  margin: 0;
  background-image: url(bullet.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
} 

 
