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

/*---------------Main Styles--------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #ebedef;
	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: #333333;
}

p,td,li { font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#333}

.required { color:#FF0000}

h1 {
	color: #bba301;
	font-size:1.7em;
	font-weight:normal;
}

h2 {
    color: #0191C8;
	font-size:1.15em;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size:1em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

/*---------------Link Styles--------------*/

a:link {color: #0191C8; text-decoration:underline}
a:active {color: #0191C8; text-decoration:underline}
a:visited {color: #0191C8; text-decoration:underline}
a:hover {color: #00abf2;text-decoration:underline}

a.textnav:link {color: #0191C8; text-decoration:underline; font-size:13px}
a.textnav:active {color: #0191C8; text-decoration:underline; font-size:13px}
a.textnav:visited {color: #0191C8; text-decoration:underline; font-size:13px}
a.textnav:hover {color: #00abf2;text-decoration:underline; font-size:13px}

a.box:link {color: #ffeb62; text-decoration:underline}
a.box:active {color: #ffeb62; text-decoration:underline}
a.box:visited {color: #ffeb62; text-decoration:underline}
a.box:hover {color: #ffeb62;text-decoration:underline}

a.sponsors:link {color: #333; text-decoration:none}
a.sponsors:active {color: #333; text-decoration:none}
a.sponsors:visited {color: #333; text-decoration:none}
a.sponsors:hover {color: #026ed2;text-decoration:underline}

a.h2:link {color: #F7AD00; text-decoration:underline; font-size:1.1em;}
a.h2:active {color: #F7AD00;text-decoration:underline; font-size:1.1em;}
a.h2:visited {color: #F7AD00; text-decoration:underline; font-size:1.1em;}
a.h2:hover {color: #663300;text-decoration:underline; font-size:1.1em;}

a.h3:link {color: #000;font-size:1.0em;font-weight:bold;margin: 0px;padding: 0px; text-decoration:underline}
a.h3:active {color: #000;font-size:1.0em;font-weight:bold;margin: 0px;padding: 0px; text-decoration:underline}
a.h3:visited {color: #000;font-size:1.0em;font-weight:bold;margin: 0px;padding: 0px; text-decoration:underline}
a.h3:hover {color: #026ed2;font-size:1.0em;font-weight:bold;margin: 0px;padding: 0px; text-decoration:underline}

.biglinks {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:24px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.biglinks a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:24px;
	text-decoration: none;
}
.biglinks a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:24px;
	text-decoration: none;
}
.biglinks a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#0000cc;
	font-weight:bold;
	font-size:24px;
	text-decoration: none;
}

/*---------------Body Styles-------------*/

.orangerule {
	color: F7AD00;
	background-color: F7AD00;
	border-top-color: F7AD00;
	border-right-color: F7AD00;
	border-bottom-color: F7AD00;
	border-left-color: F7AD00;	
}

.orange-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0191C8;
}

li.egg-bullet {
	list-style-image: url(egg-bullet.gif);
	list-style-type: circle;
	list-style-position: inside;
}

.imageborder {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.picleft
	{
		margin-right: 17px;
		margin-bottom: 12px
	}

.picright
	{
		margin-left: 17px;
		margin-bottom: 12px
	}
	
	.logo
	{
		margin-top: 17px;
	}
	
.calendar {
	color: #ffffff;
	margin: 0px;
	background-color: #0191C8;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 160px;
	background-image: url(images/sidebar-bg2.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.calendar p{ color: #ffffff}




.container {
	width: 940px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #FFF;
	padding: 0px 18px 0px 18px;
}
p.blue {
	color: #a0e4ff;
	font-size:13px;
}

.bluetoo {
	color: #a0e4ff;
	font-size: 13px;
}

.calendarwhite {
	font-size:13px;
}

p.footercontact {
	font-size:13px;
}

p.copyright {
	font-size:12px;
	font-style:italic;
}

.eventinfo {
	padding: 10px;
	margin-top: -20px;
}

.eventinfo td {
	font-size:12px;
	padding: 4px 0px 4px 4px;
}

.bluetext {color: #0191C8;
	font-weight:bold;}
.callout {
	width: 600px;
}

