body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	padding:0;
	margin: 0;
    color: #000000;
	background : #666666 url(images/lblue047.gif) repeat scroll 0% 0%;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	display: block;
	margin-top: 0;
}
 #header {
	background: #DDDDDD; 
	height: 150px; 
margin: 0;
	text-align: center;
	padding: 0;
			/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}

#menue {

height: 44px;
width: 780px;
background: blue;
padding:0;
margin: 0;


}

#menue ul { 
/*color:#FFFFFF; 
font-size:14px; 
font-weight:bold; 
height:44px; 
padding-left:20px; 
padding-top:14px;
text-transform: uppercase; 
width:926px; */

list-style-image:none; 
list-style-position:outside; 
list-style-type:none;
height: 44px;
margin: 0 auto;
padding-left:0;
padding-right:0;

}
#menue li{
display:inline;

}

#menue a:hover {
background:#0099ff;
color:#FFFFFF;
height:30px;
text-decoration:underline;
width:130px;
}





#menue a {
color:#FFFFFF;
display:block;
float:left;
font-size:12px;
font-weight:bold;
height:30px;
padding-top:14px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:130px;
}





 #mainContent {
	padding:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding: 40px;
	min-height: 300px;
	
	}

#mainContent.guests blockquote {
border-bottom: 1px solid #cccccc;



}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:blue;
	color: #ffffff;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#container #mainContent p {
	text-align: justify;
	
}
img.left {
padding-right: 10px;
float: left;
}

img.right {
padding-left: 10px;
float: right;
}
h2 {
color: #000066;
}

blockquote {margin:1.5em;color:#666;font-style:italic; quotes:"" ""; content:"";}




/*form style*/

#mainForm 
{
	position: relative;


	margin: 0 auto;
	text-align: left;
	
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}

#cal {

position: relative;
width: 605px;
height:800px;
margin: 0 auto;

  
  
}

#cale {
position:absolute;
margin: 0 auto;
width: 600px;

}
#flashcontent {
width: 500px;
height: 700px;
margin: 0 auto;
}
#ad {
padding-top: 60px;
position: relative;
margin: 0 auto;

}
#map {
margin: 0 auto;
width: 500px;
height: 500px;
padding: 30px;
position: relative;


}