body {
	font-family: Geneva, Arial, Helvetica, san-serif;
	margin: 0px;
	background-color: #FCF3D5;
	color: #333333;
	padding: 0px;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;

}

* {

          padding: 0;

          margin: 0;

          border: 0;

}

#wrapper {
	width: 100%;
	
}
#topnav {
	width: 100%;
	text-align: left;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#menuList {
	position:relative;
	font-size:100%;
	z-index:100;
	margin: 0px;
	padding: 2px 0px;
}


.clearall {
	clear: both;
	background-color: #FFF8DC;
	
}
#botnav {
	font-size: 100%;
	color: #333333;
	width: 100%;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

#botnav li{
	display: inline;
	font-size: 75%;
	color: #333333;
}
#botnav ul{
	padding-left: 50px;	
}
#botnav p{
	font-size: 75%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 50px;
}

#topclear {
	clear: both;
}

p {
	font-size: 80%;
	margin: 10px 0em;
	text-align: justify;
	color: #333333;
}

#maincont {
	text-align: left;
	padding-top: 0px;
	width: 700px;
	background-image: url(../images/mainbg.jpg);
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 70px;
	background-repeat: no-repeat;
	background-position: left top;
	
}

#maincont h1{
	font-size: 90%;
	color: #333333;
	padding-top: 25px;
	padding-bottom: 0px;
	
}

#maincont h2{
	font-size: 90%;
	color: #1E922D;
	padding-top: 0px;
	padding-bottom: 0px;
}

#maincont h3{
	font-size: 90%;
	color: #E20D15;
	padding-top: 0px;
	padding-bottom: 0px;
}
#maincont li {
	font-size: 80%;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 5px;
}

#maincont ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3.5em;
}

#maincont a:link, #maincont a:visited {
	color: #CC0000;
	text-decoration: none;
}

#maincont a:hover, #maincont a:active {
	color: #000000;
	text-decoration: underline;
}


#botnav a:link, #botnav a:visited {
	color: #333333;
	text-decoration: none;
}

#botnav a:hover, #botnav a:active{
	color: #CC0000;
	text-decoration: underline;
}

.centtxt {
	text-align: center;
}
.leftmarg {
	margin-left: 2em;
}




#header {
	width: 100%;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat;
}


#clearfoot {
	clear: left;
	padding-top: 0.5em;
	background-color: #FFFFFF;
}
.imgfltright {
	float: right;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-right: 0em;
}

.clrboth {
	clear: both;
}
.clearboth {
	clear: both;
}
.fltleft {
	float: left;
}



#logo {
	width: 100%;
	height: 198px;
	background-image: url(../images/topimg_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	
}
.imgfltleft {

	float: left;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 1em;
}
#leftmain {
	float: left;
	width: 390px;
}
#rightmain {
	float: right;
	margin-top: 1.0em;
	width: 340px;
}

#address {
	font-size: 100%;
	color: #333333;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0em;
	background-image: url(../images/address_bg.gif);
	background-repeat: repeat-x;
	height: 47px;
}

#address p {
	padding-top: 12px;
	padding-bottom: 5px;
	margin: 0em;
	text-align: left;
	font-weight: bold;
	padding-left: 50px;
}
#maincont .fixtextsize {
	font-size: 100%;
}

h2 {
	font-size: 1.4em;
	color: #FF9800;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}


h3 {
	font-size: 1.2em;
	color: #333333;
	margin-top: 1.0em;
	margin-bottom: 0em;
}

#names {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF5D00;
	clear: both;
	margin-left: 30px;
	width: 720px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#maincont ol {
	list-style-position: outside;
	list-style-image: none;
	margin-left: 30px;
}
.topright {
	float: right;
}
.topleft {

	float: left;
}

legend {
	color: #CC0000;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 75%;
}
 label {
	margin-top: 0.7em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
}


fieldset {
	width: 360px;
}



input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	border: 1px solid #333333;
	padding: 5px;
	
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	border: 1px solid #333333;
	padding: 5px;
	
	
}
.contform {
	width: 75%;
}

.paddiv {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 5px;
}

.smalltxt {
	font-size: 80%;
}
.greenbold {
	font-weight: bold;
	color: #1E922D;
}
.imgfltrighttop {

	float: right;
	margin-top: 23px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0em;
}
.ticklist {
	list-style-position: outside;
	list-style-image: url(../images/bullet_tick.gif);
}
.bg1 {
	background-color: #F2B9A6;
}
.bg2 {
	background-color: #CCC9A6;
}

.bg3 {
	background-color: #FFFFFF;
}
#ground_dates  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 75%;
}
#ground_dates td{
	text-align: center;
	padding: 5px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#top_dates  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 75%;
}
#top_dates td{
	text-align: center;
	padding: 5px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.redbold {
	color: #E20D15;
	font-weight: bold;
}
#otherguests {
	border: 1px none #333333;
}
#otherguests td{
	border: none;
	padding: 5px;
}
.smallertxt {
	font-size: 75%;
	text-align: center;
}
.blackborder {
	border: 1px solid #333333;
}
