/* CSS Document */
body{
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 600px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	}

img{
	border: 0;
	padding: 0;
}

h1, h2, h3, h4, h5{
	text-align: center;
	color: #33CC33;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
#content{
	margin: 0 5px 0 200px;
	padding:0 0 1em;
	text-align: left;
	font-size: 11pt;
	/*overflow: scroll;
	height: 400px;*/
}

#content p{
	text-align: left;
	text-indent: 15pt;
	
}

#content ul, #content ol{
	text-align: left;		
}
#content li{
	padding-bottom: .5em;
}

#container{
	margin: 0 0 1em 0;
}
		
#header{
	text-align: left;
	width: 100%;
	height: 146px;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	
}

#header img{
	border: 0;
	padding: 0;
	margin: 0;
}
	
.logo{
	padding: 0;
	margin: 0;
	border: 0;
	margin-left: 5px;
}
	


#leftmenu{
	width: 190px;
	float: left;
	margin: 0 0 2em;
	padding: 10px 0 .5em;
	text-align: center;
	color: #fff;
	background-color: #091100;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#right{
	width: 50px;
	height: 52px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	
#footer{
	width: 95%;
	padding: 1% 0 .1em;
	background-color: #FFFFFF;
	clear: left;
	border-top: 2px solid #B6BAC0;
	color: #999999;
	line-height: 15pt;
	font-size: 11pt;
	margin: 0 2%;
}
	
#footer a{
	color: #999999;
}
	
#footer a:visited{
	color: #CFD5D8;
	text-decoration: none;
}

#date{
	margin: -1em 5% 0 5%;
	text-align: right;
	color: #999999;
	font-weight: bold;
	line-height: 10pt;
	font-size: 10pt;
}	

.main_menu{
	margin: 0px 0px 0px 5px;
	padding: 10px 0 10px 5px;
	width: 175px;
	text-align: left;
}


.main_menu ul{
	margin: auto 0;
	padding: 0  .3em;
	border: 0;
}

.main_menu li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 11pt;
	list-style-type: none;
	color: #FFFFFF;
	cursor: default;
}

.main_menu a{
	margin: 0;
	padding:0;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 170px;
}

.main_menu .sub{
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.submenu {
	padding-left: 5px;
	margin: 0;
	border: 0;
	display: none;
}

.submenu li{
	
}

.submenu a{
	display: block;
	width: 165px;
	font-size: 9pt;
	font-weight: normal;
	color: #ffff99;
}

.submenu a:hover{
	font-weight: bold;
}

#mailList{
	margin: 20px 10px 0 5px;
	padding: 0 0 0 5px;
	width: 180px;
	font-size: 10pt;
	text-align: left;
}

#mailList input{
	margin: 5px 0;
	border: 1px solid #333;
	background-color: #FFF;
}

#mailList h4{
	margin: 0;
	padding: 0 0 5px;
	text-decoration: underline;
	text-align: left;
}

.right{
	float: right;
}

.left{
	float: left;
}

.center{
	text-align: center;
}

.fair_title{
	font-style: italic;
	text-align: center;
}

.t{
	height: 30px;
	width: 90%;
	border: 0;
	text-align: right;
}

.event{
	border-bottom: 2px solid #CCCCCC;
	margin: 0em 0 1em .5em;
	width: 90%;
	padding: 0;
	min-height: 120px;
}


.event h2{
	width: 63px;
	height: 95px;
	padding: 1px;
	margin: 0 auto;
	text-align: center;
	padding-top: .8em;
	float: left;
	background-image: url(../images/dates.gif);
	background-repeat: no-repeat;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
}
	

.event p{
	margin-left: 100px;
	margin-bottom: 1em;
	font-size: 10pt;
}

#content form { background-color: #f4f4f4; padding: 20px; margin-top: 20px;  width: 500px;}
#content form p { margin: 10px 0; }

#content form p label{
	float: left;
	display: block;
	width: 180px;
	text-align: right;
	margin-right: 5px;
}

#content form p input, 
#content form p textarea { border: 1px solid #999; padding: 2px; margin: 1px 0;font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1em; width: 240px;}
#content textarea { height: 100px; } 
#content .btn{ width: auto;}

.print{
	text-align: right;
	height: auto;
	width: auto;
	padding-bottom: 13px;
	padding-right: 15px;
	margin-top: 20px;
	
}

.print a{
	background-image: url(../images/print.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 10pt;
	color: #333;
	border-bottom: 1px solid #ccc;
}

.print a:hover{
	color: #33CC33;
}

#btn{
	margin-top: 10px;
	margin-right: 5px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
}

#btn a{
	margin: 0 0 2px 0;
	padding: 0;
	display: block;
}

#countdown{
	text-align: left;
	background: url(../../images/countdown.gif) no-repeat;
	height: 51px;
	color: #000;
	padding: 25px 0 0 23px;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 12px;	
}