Body {
	scrollbar-face-color:#cccccc;
	scrollbar-shadow-color:#000066;
	scrollbar-highlight-color:#003399;
	scrollbar-3dlight-color:#ccccff;
	scrollbar-darkshadow-color:#666666;
	scrollbar-track-color:#99CCFF;
	scrollbar-arrow-color: #000066;
	margin: 50px;
	background-image: url(../images/blue-grey-pin.gif);
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #003399;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
p {
	font-size: 11px;
	color: #000000;
}
a:link, a:visited{
	text-decoration: underline;
	color: #000066;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/*	DIVs	*/
#wrapper {
	margin-top: 50px;
	margin-left:20px;
	margin-right:20%;
	background-color:#FFFFFF;
	border-left:1px solid #555555;
	border-top:1px solid #555555;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #444444;
	border-bottom-color: #444444;
	height:auto;
	margin:auto;
	width: 760px;
}
#banner {
	position:relative;
	width:100%;
	top: 0px;
	left: 0px;
	height:150px;
	background-color: #FFFFFF;
}
#banner img {
	border:0;
	padding:0px;
}
#tagline {
	position:absolute;
	top:0px;
	left:610px;
	color: #000000;
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	width:150px;
	padding:0px;
	white-space:normal;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	height: 150px;
}
#title {
	font-size: 18px;
	color: #CC6633;
	font-weight: normal;
	padding-left: 30px;
}

#heading {
	border-top:solid 20px #999999;
	position:relative;
	top: 0px;
	left: 0px;
	height:100px;
	width:100%;
	background-color: #99CC99;
}

#navbar {
	position:relative;
	top: 0px;
	left: 0px;
	width:760px;
	white-space: nowrap;
	background-image: url(../images/wave_01.gif);
	background-repeat: repeat-x;
}
#navlinks{
	/*width:500px;
	font-size:small;*/
	color: #000000;
	margin-left:0px;
	white-space: nowrap;
	font-size: 12px;
	padding-top: 10px;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #0099FF;
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#navlinks ul {
	list-style:none;
	display: inline;
	margin:0;
	padding:0;
}

#navlinks li {
	float:left;
	list-style:none;
	line-height:20px;
	display: inline;
	margin:0;
	padding:0;
}

#navlinks a, #navlinks a:visited{
	color:#000000;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	/*font-weight: bold;*/
}

#navlinks a:hover{
	color:#0099FF;
	background-color:#CCCCCC;
	text-decoration: underline;
}

#sidebar {
	width:100px;
	float:left;
	margin-top: 10px;
	clear: none;
	margin-left: 10px;
	margin-bottom: 20px;
}
#middle {
	padding-left:20px;
	padding-top: 20px;
	font-size:11px;
	padding-right: 20px;
	padding-bottom: 0px;
	float:none;
	width:auto;
	white-space:  normal;
	clear: none;
	margin-left: 120px;
	margin-right: 120px;
}
#rhbar {
	width:130px;
	float:right;
	margin-top: 10px;
	clear: none;
	margin-bottom: 0px;
	height: 400px;
	padding: 10px;
}

#rhbar ul {
	display:block;
	list-style:none;
	margin:0px;
	padding: 0px;
}
#rhbar li {
	display:block;
	list-style:none;
	list-style-type: none;
}
#content {
	padding-left:20px;
	padding-top: 20px;
	font-size:11px;
	padding-right: 20px;
	padding-bottom: 0px;
	float:none;
	width:auto;
	white-space:  normal;
	clear: none;
	margin-left: 0px;
	margin-right: 0px;
}

#content ul {
	display: block;
	margin-top: 4px;
	margin-left: 20px;
}

#content li {
	font-size: 11px;
	color: #000000;
	list-style-type:disc;
	list-style-position: outside;
	display:  list-item;
}

#content ol {
	list-style-type:decimal;
	display:block;
}

#content img {
	padding:10px;
	border:none;
}

#content th {
	text-align:left;
	background-color:#99CCFF;
	color:#000033;
}

#content td {
	text-align:left;
	color:#000000;
}
#eventtab th {
	text-align:left;
	background-color:#0066CC;
	color:#FFFFFF;
	line-height: 12px;
	padding: 4px;
	padding-top: 12px;
}

#eventtab td {
	text-align:left;
	background-color:#FFFFFF;
	color:#000000;
	padding: 4px;
}
#eventtab td.eventdk {
	background-color:#99CCFF;
}
#eventtab td.eventlt {
	background-color:#FFFFFF;
}

#footer {
	clear: both;
	color:#000000;
	position:relative;
	width:auto;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(../images/wave_01.gif);
	background-repeat: repeat-x;
}
#footer ul, li {
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
}

#footer a, #footer a:visited{
	padding: 0px 4px 0px 4px;
	color: #000000;	/*font-weight: bold;*/
}

#footer a:hover{
	color:#0099FF;
	text-decoration: underline;
}
