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

/****************************** Title Bar an Image ******************************/

.titleback
{
    height: 150px;
	width: 1024px;
	background-image: url('images/titleback.gif');
	background-repeat: repeat-y;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: -8px;
	
	border-style: solid;
	border-width: 3px;
	border-bottom-style: none;
	border-color: #006239;
}

.menutext
{
    margin-left: 300px;
    margin-top: -25px;
	color: #009966;
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menutext a:link
{
    color: #FFFFFF;
    text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menutext a:visited
{
    color: #FFFFFF;
    text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menutext a:active
{
    color: #EEFFAA;
}

.menutext a:hover
{
    color: #EEFFAA;
}

.blurry
{
    height: 150px;
	width: 1024px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	border-style: solid;
	border-width: 3px;
	border-bottom-style: none;
	border-top-style: none;
	border-color: #006239;
}

/****************************** Bottom Home Page ******************************/

.bottomleft
{
    width: 480px;
	margin-left: 20px;
}

.bottomleft2
{
    width: 480px;
	margin-left: 20px;
	padding-left: 10px;
}

.welcome
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #009966;
	margin-top: 10px;
	text-align: center;
}

.greyline
{
    background-color: #999999;
	height: 1px;
	width: 480px;
	margin-top: 15px;
}

.greenbox1
{
    background-color: #E0F3E8;
    height: 55px;
	width: 438px;
	margin-left: 15px;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009966;
}

.greenbox1 a:link
{
	color: #a6a204;
    text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.greenbox1 a:visited
{
    color: #a6a204;
    text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.greenbox1 a:active
{
    color:#FFAA00;
}

.greenbox1 a:hover
{
    color:#FFAA00;
}

.greysplitter
{
    background-color: #999999;
	height: 300px;
	width: 1px;
	margin-left: 540px;
	margin-top: -310px;
}

.bottomright
{
    width: 410px;
	margin-left: 580px;
	margin-top: -300px;
}

.greenbox2
{
    background-color: #E0F3E8;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
    height: 30px;
	width: 400px;
	color: #009966;
}

.dates
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 140%;
	color: #009966;
}

.events
{
    margin-top: -255px;
	margin-left: 170px;
	padding-bottom: 15px;
	line-height: 110%;
}

.events a:link
{
    color: #a6a204;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.events a:visited
{
    color: #a6a204;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.events a:active
{
    color:#FFAA00;
}

.events a:hover
{
    color:#FFAA00;
}

.addressbox
{
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 35px;
}

.address1
{
	margin-top: 15px;
	font-style:italic;
	color: #009966;
	width: 300px;
	margin-left: 50px;
}

.address1 a:link
{
    color: #a6a204;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.address1 a:visited
{
    color: #a6a204;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.address1 a:active
{
    color:#FFAA00;
}

.address1 a:hover
{
    color:#FFAA00;
}

.centerme
{
    text-align: center;
}

.raiseme
{
    margin-top: -20px;
}

.raiseme2
{
    margin-top: -10px;
}

/****************************** Text Format ******************************/

h1
{
    font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal;
	margin-top: 25px;
	padding-top: 20px;
	text-align: center;
	color: #009966;
}

h2
{
    font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal;
	color: #009966;
	margin-top: 130px;
	text-align: center;
}
.bluehead
{
    color: #003399;
    font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 130px;
	padding-left: 15px;
}

p
{
    font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009966;
	text-align: justify;
	line-height: 150%;
}

p a:link
{
    color: #a6a204;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p a:visited
{
    color: #a6a204;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p a:active
{
    color:#FFAA00;
}

p a:hover
{
    color:#FFAA00;
}

.indent
{
    padding-left: 30px;
}

.indent2
{
    padding-left: 130px;
}

.indent3
{
    padding-left: 110px;
}

.indent4
{
    padding-left: 90px;
}

.indent5
{
    padding-left: 175px;
}

.indent6
{
    padding-left: 195px;
}

.indent a:link
{
    color: #469B5F;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indent a:visited
{
    color: #469B5F;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indent a:active
{
    color:#FFAA00;
}

.indent a:hover
{
    color:#FFAA00;
}

.underline2
{
    text-decoration:underline;
}

/****************************** Bottom Half ******************************/

.bottomhalf
{
    background-color: #FFFFFF;
	width: 1024px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	
	border-style: solid;
	border-width: 3px;
	border-bottom-style: none;
	border-top-style: none;
	border-color: #006239;
}

.sidebar
{
    background-color: #A5CCA8;
	color: #009966;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 300px;
	padding-top: 15px;
	padding-bottom: 270px;
}

.sidebar a:link
{
    color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.sidebar a:visited
{
    color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.sidebar a:active
{
    color:#EEFFAA;
}

.sidebar a:hover
{
    color:#EEFFAA;
}

.sidebar2
{
    background-color: #A5CCA8;
	color: #009966;
	width: 300px;
	height: 700px;
}

.sidebar3
{
    background-color: #A5CCA8;
	color: #009966;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 150%;
	width: 300px;
	padding-top: 15px;
	padding-bottom: 270px;
}


.sidebar3 a:link
{
    color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar3 a:visited
{
    color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar3 a:active
{
    color:#EEFFAA;
}

.sidebar3 a:hover
{
    color:#EEFFAA;
}

.mainblock
{
    margin-top: -420px;
	margin-left: 325px;
	height: 400px;
	width: 670px;
}

.mainblock2
{
    margin-top: -820px;
	margin-left: 325px;
	height: 700px;
	width: 670px;
}

.mainblock3
{
    margin-top: -460px;
	margin-left: 325px;
	height: 400px;
	width: 670px;
}

.bottomline
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #009966;
	width: 1024px;
	display: block;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	
	border-style: solid;
	border-width: 3px;
	border-top-style: none;
	border-color: #006239;
}

.bottomline2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	top: -100px;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #009966;
	width: 1024px;
	display: block;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	
	border-style: solid;
	border-width: 3px;
	border-top-style: none;
	border-color: #006239;
}

.bottomline2 a:link
{
    color: #a6a204;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bottomline2 a:visited
{
    color: #a6a204;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bottomline2 a:active
{
    color:#FFAA00;
}

.bottomline2 a:hover
{
    color:#FFAA00;
}

.bottomline a:link
{
    color: #a6a204;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bottomline a:visited
{
    color: #a6a204;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bottomline a:active
{
    color:#FFAA00;
}

.bottomline a:hover
{
    color:#FFAA00;
}

.extraspace
{
    height: 20px;
	width: 1px;
}

.sitemap
{
    margin-top: -250px;
	margin-left: 450px;
}

.centerme2
{
    margin-left: 120px;
}

.centerme3
{
    text-align: center;
	margin-top: -15px;
	font-weight: bold;
}

.centerme4
{
    text-align: center;
	line-height: 170%;
}

.centerme5
{
    text-align: center;
	margin-top: -15px;
}

.totheright
{
    text-align: right;
	margin-right: 160px;
}

/****************************** Firefox Only ******************************/

.pushff1
{
    height: 0px;
	width: 0px;
}

.pushff2
{
    height: 0px;
	width: 0px;
}

.pushff3
{
    height: 0px;
	width: 0px;
}

.pushff4
{
    height: 0px;
	width: 0px;
}

.pushff5
{
    height: 0px;
	width: 0px;
}

.contact1
{
    height: 0px;
	width: 0px;
	margin-left: 0px;
}

.contact2
{
    height: 0px;
	width: 0px;
	margin-left: 0px;
}

.contact3
{
    height: 0px;
	width: 0px;
	margin-left: 0px;
}

.contact4
{
    height: 0px;
	width: 0px;
	margin-left: 0px;
}
