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

/*---------------Main Styles--------------*/

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

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

h2 {
    color: #F7AD00;
	font-size:1.1em;
	font-weight: 500;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

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

a:link {color: #026ed2; text-decoration:underline}
a:active {color: #026ed2; text-decoration:underline}
a:visited {color: #026ed2; text-decoration:underline}
a:hover {color: #011373;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: #F7AD00;
}

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
	}
.calendar {
	margin: 0px;
	background-color: #FFE8AA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 160px;
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
