/* CSS Document */



/* events page ________________________________ */

.event {
	color:#666633;
}
.date {
	color:#666633;
}

/* search ____________________________ */
.searchinput {
background-color: #ffffff;
border: 1px solid #cccccc;
color: #009999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
}
.searchinput:focus {
color: #6699cc;
}

/* body and links ____________________________ */

body, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;/* was 0.6em*/
	line-height:135%;
	color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.spacebelow {
	padding-bottom: .6em;
}
.blue {
	color:#000066;
}
.bluelt {
	color:#6699cc;
}
.blueintro {
	color:#000066;
	line-height: 23px;
}
.gold {
	color:#FF9933;
}
.red {
	color:#CC0000;
}
.white {
	color:#FFFFFF;
}
a:link {
	color:#000066;
	text-decoration: underline;
}
a:visited {
	color:#000066;
	text-decoration: underline;
}
a:hover {
	color:#FF9933;
	text-decoration: none;
}
a:active {
	color:#006699;
}
.bluelink  a:link {
	color:#000066;
	text-decoration: none;
}
.bluelink  a:visited {
	color:#000066;
	text-decoration: none;
}
.bluelink a:hover {
	color:#FF9933;
}
.bluelink a:active {
	color:#006699;
}
.blueltlink  a:link {
	color:#6699cc;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.blueltlink  a:visited {
	color:#6699cc;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.blueltlink a:hover {
	color:#009999;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.blueltlink a:active {
	color:#6699cc;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.blueltlt  a:link {
	color:#6699cc;
	text-decoration: none;
}
.blueltlt  a:visited {
	color:#6699cc;
	text-decoration: none;
}
.blueltlt a:hover {
	color:#009999;
	text-decoration: none;
}
.blueltlt a:active {
	color:#6699cc;
	text-decoration: none;
}
.goldlink  a:link {
	color:#FF9933;
	text-decoration: none;
}
.goldlink  a:visited {
	color:#FF9933;
	text-decoration: none;
}
.goldlink a:hover {
	color:#6699cc;
}
.goldlink a:active {
	color:#FF9933;
}
.whitelink  a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.whitelink  a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.whitelink a:hover {
	color:#000066;
}
.whitelink a:active {
	color:#000066;
}

.searchinput {
background-color: #ffffff;
border: 1px solid #cccccc;
color: #666666;

}


/* Define box property */
#leftnavincl {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	color: #333;
	width: 145px;
	text-align: left;
}

#leftnavincl ul {
	list-style: none;
	padding: 0;
	border: none;
	margin: 0px;
}

#leftnavincl li a {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	height: 24px;
	color: #6699cc;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#leftnavincl li a:hover {
	color: #336699;
}

#leftnavincl li a:active {
	color: #6699cc;
}


/* ON state properies*/

#leftnavincl .on {
	color: #009999;
}


#signin{
	background-image: url(../images/nav/signinbgd.gif);
	background-repeat: no-repeat;
	height: 189px;
	width: 200px;
	text-align: center;
	padding-top: 15px;
	line-height:170%;
	background-position: bottom;
	}

#signin a{
	color: #967951;
	text-decoration: none;
	font-weight:500;
	font-size:8pt;
}

#signin a:hover{
	color:#336699;
}


	#navigation{
	background-image: url(../images/whitebar.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top:5px;
	padding-bottom:5px;
}
