@charset "utf-8";
/* CSS Document */

body  {
	background-color: #bbb;
	font: 11px bold Verdana sans-serif;
}

img {
	border: none;
}

.clear {
	clear: both;
}

a:visited {
	color: #0e6f96;text-decoration: none;
}

a:link {
	color: #0e6f96;
	text-decoration: none;
}

a:hover {
	color: #64a9c5;
	text-decoration: underline;
}




#pageConstraints {
	width: 777px;
	background-color: #898a8b;
	border: 1px solid #8a8a8a;
	margin: 10px auto;
}

#columnLeft {
	background-color: #898a8b;
	width: 162px;
	float: left;
}

#nav {
	text-align: right;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 56px 0 0 16px;
}

#nav ul li{
	margin: 10px 0;
}

#columnRight{
	float: left;
	width: 615px;
	padding: 0;
	margin: 0;
}

#columnRight div {
	float: left;
	margin: 0;
	padding: 0;
}

#columnRight #homeText {
	min-height: 326px;
	height:auto;
	width: 615px;
	background-color: #fa0;
	background-image: url(../images/home_main_bg.gif);
	margin: -6px 0 0 0;
	padding: 0;
}

#columnRight #homeText #left {
	font: 12px normal Verdana, sans-serif;
	padding: 14px 20px;
	color: #4b4b4b;
	width: 433px;
}

#linksResources ul {
	margin: -10px 0 10px -25px;
	margin: expression("-10px 0 10px 17px");
	list-style-image: url(../images/red_triangle_bullet.jpg);
}

#linksResources ul li {
	font: normal 11px Verdana, sans-serif;
	margin-bottom: 10x;
}

#columnRight #homeText #right {
	padding: 5px;
	width: 128px; 
	font: normal 11px Verdana, sans-serif;
	color: #5f5f5f;
}


h2 {
	color: #777575;
	text-align: center;
	
}

h2 span {
	border-bottom: 1px solid #e3cd9d;
	font: bold 11px Verdana, sans-serif;
	padding-bottom: 5px;
}


.eventVenue span{
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px dotted #5f5f5f;
}

.eventDesc{
	margin-top: -10px;
}

.eventDate {
	font: normal 12px Arial, Helvetica, sans-serif;
}


#footer {
	background-color: #000;
	width: 615px;
	height: 25px;
}

#footer #copyrightStatement {
	padding: 5px;
	font: 10px bold arial;
	height: 15px;
	color: #7c7c7c;
	width: 200px;
	float: left;
}


#footer #footerLinks  {
	padding: 5px;
	font: bold 10px Verdana sans-serif;
	color: #0e6f96;
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

#footer #footerLinks  .seperator {
	color: #ab2138;
}

#mainCol {
	width: 615px;
	float: left;
	background-color: #E8BB5A;
	font: normal 11px Verdana, sans-serif;
	color: #5f5f5f;
}

#mainCol #topLeft {
	width: 467px;
	height: 33px; 
	float: left;
	background-color: #000;
}

#mainCol #topRight {
	width: 148px;
	height: 33px;
	float: left;
	background-color: #5691a8;	
}

#mainCol #midLeft {
	width: 467px;
	height: 55px; 
	float: left;
	background-color: #f7e8a5;
}

#mainCol #midRight {
	width: 148px;
	height: 55px;
	float: left;
	background-color: #eecc77;	
}

#mainCol #bottomLeft {
	width: 467px;
	min-height: 400px;
	float: left;
	background-color: #fafa94;
}

#mainCol #bottomRight {
	width: 128px;
	float: left;
	background-color: #e8bb5a;	
	padding: 10px 5px;
	font: 12px verdana;
}

#mainCol h4 {
	font: bold 14px verdana;
	margin-bottom: -8px;
}

#mainCol #midLeft h3 {
	font: 24px arial;
	color: #5691a8;
	position: relative;
	top: 35%;
	padding: 0 0 0 10px;
	margin: 0;
}

#mainCol #bottomLeft div{	
	padding: 10px;
}

.normalList {
	list-style-type: disc;
	list-style-image:none;
	margin: auto;
	padding: auto;
}

.numberlList {
	list-style-type:decimal;
	list-style-image:none;
	margin: auto;
	padding: auto;
}

.alignRight {
	float: right;
	padding: 8px;
}

#mafa1 {
	width: 30%;
	height: 30%;
}

#sponsorList ul li {
	list-style-type: none;
	margin-bottom: 7px;
}