/*Style Sheet for Version 5 Browsers */
body {
	background-color: #ffffff;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
h1 {
	color : #000000;
	font-size : 12px;
	line-Height : 12px;
}
h1 {font-size : 18px;}

A:LINK {TEXT-DECORATION: none; FONT-WEIGHT : normal;  COLOR: #550000}
A:VISITED {TEXT-DECORATION: none; FONT-WEIGHT : normal;  COLOR: #550000}
A:HOVER {TEXT-DECORATION: none; FONT-WEIGHT : normal; COLOR: #995555 }
TD {	FONT-WEIGHT: normal; 
	FONT-SIZE: 10pt; 
	COLOR: #000000;}


P {	FONT-WEIGHT: normal; 
	FONT-SIZE: 10pt; 
	COLOR: #000000;}

/*Styles for the Main Content Layer */
.maindiv { 
	border-left : 1px #000000;
	font-size : 14px;
	color : #000000;
	padding-left : 0px;
	padding-right: 0px
}
.question { font-size : 18px; color : #000000; }

.answer { font-size : 16px; color : #000000; }
.answer a { font-size : 16px;}



.darkblue {color: #003366;
	font-weight: bold;}

.maindiv h1 {
	color : #000000;
	font-size : 16px;
	line-Height : 12px;
}

.maindiv h2 {
	color : #000000;
	font-size : 16px;
	margin-bottom : 12px;
	margin-top : 30px
}
.navDiv p { margin-bottom : 12px; margin-top : 6px }

.butt { font-size: 15px; padding-left : 12px; padding-right : 12px; border : 2px solid #000000}	
.butt:link { background-color : #000000; color: #ffffff;}
.butt:visited { background-color : #000000; color: #ffffff;}
.butt:hover { background-color : #ffff00; color: #000000;}


.maindiv a:link { color : #550000 }

.maindiv a:visited { color : #550000 }

.maindiv a:hover { color : #995555 }

/* Lists*/
li {
	margin-bottom : 12px;
	margin-right : 48px;
	margin-top : 12px
}

ol { color : #000000 }

ul { color : #000000 }

/*Style for The Little Icon Layers */
.icondiv {
	border-bottom : 1px solid #CCCCCC;
	border-left : 0px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}

.icondivL {
	border-bottom : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 0px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}


/*Turns off Borders around Hyperlinked Images*/
img { border : 0px; }
.inlinimg { display : inline }

/*Styles Applied to Form Elements */
form {
	color : #000000;
	font-size : 12px;
	margin-right : 0px;
	margin-top : 10px;
	padding : 10px
}
.adminform {
	border : 0px;
	font-size : 12px;
	margin-right : 0px;
	margin-top : 0px;
	padding : 0px
}

input { background-color : #ffffff; border : 1px solid #000000 }
.searchme { background-color : #ffffff; border : 1px solid #000000 }

input:focus { background : #FFFFFF }

textarea { 
	background-color : #ffffff;
	border : 1px solid #FFFFFF;
	font-size : 12px 
}

.checks { background-color : #FFFFFF; border : 1px none }

.formBut { background-color : #CCCCCC }

.darkblue {
	color: #003366;
	font-weight: bold;
}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }
.butClass { display : inline }
.hidden { display: none ; position: static; visibility: hidden}

.subnav { font-size: 14px; font-weight: bold; COLOR: #000000}
.subnav a:LINK {TEXT-DECORATION: none; COLOR: #996666}
.subnav a:VISITED {TEXT-DECORATION: none;  COLOR: #996666}
.subnav a:HOVER {TEXT-DECORATION: none; COLOR: #ECBC39}
#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}



