/*****************************************************/
/*Body*/
html {
	overflow:scroll;
	}
body {
	font-family:  Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	margin: 8px auto;
	background: #666666;
}

#container {
	width: 48em;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
}

#containerImages {
	width: 32em;
	height: auto;
	margin: 5em auto;
	background: #ffffff;
	}

#picHolder {
	margin: auto auto;
	padding-top: 6px;
}

#picText {
	text-align: left;
	height: auto;
	width: 30em;
	padding: 0 1em .5em 1em;
	background: #ffffff;
}

#main {
}

#content {
	background: #ffffff url(images/banner2_02.jpg) top repeat-x;
}

#header {
	width: 48em;
	height: 75px;
	background: transparent url(images/banner2_01.jpg) no-repeat;
}

.bottomInfo {
	padding: 1em 0 1em 0;
	font-size: .75em;
	color: #ffffff;
	text-align:center;
	}

.imageP img {
	float: left;
	margin: 1em 1em;
	padding: 2px 2px 4px 2px;
	width: 50px;
	height: 40px;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear:both;
}

/***************************************************************/
/**Text**/
.bodyText {
	width: 25em;
	margin: 1em 0 2em 3em;
	float: left;
}

.bodyTextR {
	width: 42em;
	margin: 1em 0 2em 3em;
	float:left;
}

.centerDiv {
	margin: 1em auto 0 auto;
	text-align: center;
}

.space {
	padding: 1em 0 0 0;
}
.tableRow1 {
	margin: 0 auto;
	background: none; 
}

.tableRow2 {
	margin: 0 auto;
	background: transparent url(images/tableBG2.gif) repeat;
}

.date {
	float:left;
	padding: .25em 0 .25em .5em;
	width: 4em;
	}

.event {
	float:left;
	padding: .25em 0 .25em 1em;
	width: 36em;
	}

#rightColumn {
	width: 16em;
	margin: 1em 2em 0 0;
	padding: 0 0 2em 0;
	float: right;
	}
	
fieldset { border:1px dotted #666666 }

legend {
  padding: 0.2em 0.5em;
  font-size: 80%;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #666666;
  }
/*******************************************************************/
h3 {
	color: #009999;
	font-size: 1.25em;
	border-bottom: dotted 1px #666666;
	background: url(images/headerRight.gif) right center no-repeat;
}

h1 span, h2 span, h3 span, h4 span, h5 span {	
	display:none;
}
/*******************************************************************/
/*NavLinks*/

.bottomInfo a:link {color: #ffffff; text-decoration: none; font-weight: bold;}
.bottomInfo a:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
.bottomInfo a:hover {color: #009999; text-decoration: underline; font-weight: bold;}
.bottomInfo a:active {color: #009999; text-decoration: none; font-weight: bold;}

.bodyLinks a:link {color: #666666; text-decoration: none; font-weight: bold;}
.bodyLinks a:visited {color: #666666; text-decoration: none; font-weight: bold;}
.bodyLinks a:hover {color: #009999; text-decoration: underline; font-weight: bold;}
.bodyLinks a:active {color: #009999; text-decoration: underline; font-weight: bold;}

/*Main Nav Menu************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#navBar {
	width: 100%;
	height: 4px;
}

#current { /*currently selected tab*/
	background: transparent url(images/pointer.gif) bottom center no-repeat;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pointermenu2{
	margin: 0;
	padding: 0;
}

.pointermenu2 ul{
	margin: 0 1em;
	width: 45.5em;
	float: left;
	padding-left: 8px;
	font-weight: bold;
	background: #009999 url(images/leftround2b.gif) bottom left no-repeat; /*optional left round corner*/
}

.pointermenu2 li {
	width: auto;
}

* html .pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin: 0 1em; /*menu offset from left edge of window in IE*/
}

.pointermenu2 ul li{
	display: inline;
}

.pointermenu2 ul li a{
	float: left;
	color: white;
	font-weight: bold;
	padding: 7px 9px 7px 5px;
	text-decoration: none;
}

.pointermenu2 ul li a:visited{
	color: white;
}

.pointermenu2 ul li a:hover { 
	background: transparent url(images/pointer.gif) bottom center no-repeat;
}

.pointermenu2 ul li a#rightcorner{
	float: right;
	width: auto;
	background: url(images/rightround2b.gif) bottom right no-repeat; /*optional right round corner*/
}

fieldset { 
	border:1px solid #666666;
	padding: 5px 5px;
	 }

legend {
  padding: 5px 5px;
  border:1px solid #666666;
  color: #009999;
  font-size:90%;
  }

