/* Global Styles */
body {
	margin:0;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a   { color: #008080; font-weight: bold; text-decoration: none }
	
a:hover  { color: #93c; text-decoration: underline }
	
/* ID Styles */

#navigation a  { color: #93c; font: bold 11px/12px arial; text-decoration: none; letter-spacing: 0.13em; display: block; padding: 4px 8px; border-right: 1px solid #93c; border-left: 1px solid #93c }
	
#navigation a:hover  { color: #ffffff; font-weight: bold; background: #93c; border-right: 1px solid rgb(255,153,51); border-left: 1px solid rgb(255,153,51) }

/* Calendar Styles */

#calendar td {
	border: 1px solid rgb(121,121,71); 
	}
	
#noborder td{
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	}
	
/* Class Styles */
.blackBold12 { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: bold; line-height: 14px }
.logo {
	font:12px times new roman;
	color: #FFFFCC;
	letter-spacing:.3em;
	line-height:16px;
	}
	
.tagline {
	font:12px times new roman;
	color: #993300;
	line-height:16px;
	}
	
.bodyText {
	font:11px arial;
	line-height:18px;
	color:#333333;
	}
	
.pageName  { color: #93c; font: bold 16px/18px "times new roman"; letter-spacing: 0.2em }
	
.subHeader  { color: #93c; font: bold 14px/20px "times new roman"; letter-spacing: 0.1em }
.subHeaderRev { color: #fff; font: bold 14px/20px "times new roman"; background-color: #93c; letter-spacing: 0.1em }
.navText  { color: #008080; font: 10px/16px arial; letter-spacing: 0.1em }

.timesTextBold12  { color: #93c; font: bold 12px/14px "Times New Roman", Times, serif; letter-spacing: 0.1em }

#linkit {
	color: #C0C0C0;
	height: 25px;
	margin: 0;
	line-height: 25px;
  	font: normal 10pt Arial;
}

#linkit a {
	color: #4F8A9D;
	padding: 5px 0 5px 17px;
	background: transparent url(images/arrowgreen.gif) no-repeat center left;
}

#linkit a:hover	{
	color: #808080;
	text-align: right;
}

#goback {
	color: #C0C0C0;
	height: 25px;
	margin: 0;
	line-height: 25px;
  	font: normal 10pt Arial;
}

#goback a {
	color: #4F8A9D;
	padding: 5px 0 5px 17px;
	background: transparent url(images/arrowgreenleft.gif) no-repeat center left;
}

#goback a:hover	{
	color: #808080;
	text-align: right;
}

.imageborder {
  border: 3px solid #9933CC;
}


.imageRight {
  margin: 0px 5px 8px 8px; 
  float: right; 
  border: 3px solid #9933CC;
}

.imageLeft {
  margin: 0px 8px 8px 0px;
  float: left;
  border: 3px solid #9933CC;
}


.imageCenter {
  margin: 0px 0px 4px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 3px solid #9933CC;
}

.imageCenterMain {
  margin: 0px 0px 4px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0px solid #9933CC;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 22px;
z-index:100;
}

#dropmenudiv a, #dropmenudiv a:visited, #dropmenudiv a:active{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #9933DD;
color: #FFFFFF;
}

.green  {
background: #81BA84;
}

.grey {
background: #EEEEEE;
}

.no  {
display: none;
}


