@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(_images/bg_tile.gif);
	background-repeat: repeat;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	line-height: 1.5em;
	}
a:link {
	color: #009ddc;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #009DDC;
	}
a:hover {
	text-decoration: underline;
	color: #009DDC;
	}
a:active {
	text-decoration: none;
	color: #009DDC;
	}


h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	}
h1 {
	color: #00a3dd;
	font-size: 10pt;
	}
h2 {
	color: #00A3DD;
	font-size: 9pt;
	}
h3 {
	color: #00A3DD;
	font-size: 8pt;
	}
	

#navigation {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	font-weight: bold;
	}
#navigation ul {
	background-color: #61ABDD;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#navigation ul li { 
	display: inline;
	}
#navigation ul li a {
	color: #FFFFFF;
	float: left;
	padding: 0.3em 0.6em 0.3em 0.6em;
	text-decoration: none;
	}
#navigation ul li a:hover {
	background-color: #9BBEE4;
	}

	
ul {
	list-style-type: circle;
	}
.bullet {
	list-style-image: url(_images/bullet_drop.gif);
	list-style-type: circle;
	}


.noleading {
	line-height: normal;
	}
.newtitle {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 8pt; 
	font-style: italic; 
	font-weight: bold; 
	}
.subinfo {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	font-style: italic;
	line-height: normal;
	}
.warning {
	color: #CC0000;
	font-weight: bold;
	}
.eventdesc {color: #FFFFFF}
.posted {font-size: 8pt}


.tableborder-solidblue {
	border: 1px solid #00A3DD;
	}
.tableborder-solidpeach {
	border: 1px solid #FCCE87;
	}


.frameleft {
	border-spacing: 0;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	margin: 0px 10px 0px 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
.frameright {
	border-spacing: 0;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	margin: 0px 0px 0px 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
.imslogin {
	border: 1px solid #CCCCCC;
	padding: 5px;
	}
	