@charset "utf-8";
/* CSS Document */


body {

	/* margin: 0; it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}


#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;  /*this overrides the text-align: center on the body element. */
	border: 1px solid;
}



#event {
	position:inherit;
	width:900px;
	height:440px;
	z-index:1;
	overflow: auto;
	visibility: visible;
	left: 10px;
	top: inherit;
	background-color: #008D8B;
}




.a1 {
	color: #000000;
	text-decoration: none;
	font-family: "arial";
	font-weight: bold;
	font-size: 10px;
	hover: red;
}



body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.HeaderText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #009999;
}



.subHeaderText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009999;
	font-weight: bold;
}



.headerBack{	background-image: url(images/backgrounds/header.gif);
	background-position: right;
	background-repeat: no-repeat;}
	
	
.Navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A88;
}

.Navigation1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A88;
	cursor: hand;
	background-color: #D6C413;
}


.Navigation2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A88;
	background-color: #C7CACB;
	cursor: hand;
}




A.link3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A88;
	cursor: hand;
}


A.link3:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A88;
	background-color: #C7CACB;
	cursor: hand;
}

A.link2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A88;
	cursor: hand;
}


A.link2:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A88;
	background-color: #C7CACB;
	cursor: hand;
}



.navback{	background-image: url(images/navigation/navback.gif);
	background-position: bottom;
	background-repeat: repeat-x;}
	

.class1{
	font-family: Arial, Helvetica, sans-serif;
	color: #451953;
	font-size: 12px;
}	
	
	
.class1bold{
	font-family: Arial, Helvetica, sans-serif;
	color: #451953;
	font-size: 12px;
	font-weight: bold;
}	

.class1turq{font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009999;
	font-weight: bold;}
		
	
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A88;
	text-decoration: none;
}
	A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A88;
	text-decoration: none;
	background-color: #D6C413;
}	


.textdownLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A88;
	text-decoration: none;
	cursor: hand;
}

.bullet{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009999;
	font-weight: bold;
	list-style: 1.3;
	list-style-type: decimal;
	list-style-position: outside;
}



.bulletcircular{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009999;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
}


.bulletgraphic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #451953;
	font-weight: bold;
		list-style-position: outside;
	list-style-image: url(images/bullet/arrowbul.gif);
}

.numList{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009999;
	font-weight: bold;
	list-style: 1.3;
	list-style-type: decimal;
	list-style-position: outside;
}

#botline{        border-top:solid #000 1px}

