A:link {
	text-decoration: none;
	color: white;
}
A:visited {
	text-decoration: none;
	color: white;
}
A:hover {
	text-decoration: underline;
	color: white;
}
a.hotel:link,a.other:link {
	text-decoration: underline;
	color: black;
}
a.hotel:visited,a.other:visited {
	text-decoration: underline;
	color: black;
}
a.hotel:hover,a.other:hover {
	text-decoration: underline;
	color: black;
}

h3{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-bottom:5px;
	color:black;
}
p,td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	color:black;
}
body{
	margin:20 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:RGB(223,238,211);
	color:white;
}
.clear{
	clear:both;
}
#main{
	width:900px;
	border:10px solid RGB(95,170,35);
}
#header{
	width:100%;
}
#header-top{
	text-align:left;
	height:100px;
	background-color:RGB(95,170,35);
}
#header-bottom{
	width:100%;
	background-color:white;
	text-align:left;
}
#texthead {
	height:100%;
	font-size: 24px;
	color:#fff;
	padding-top:5px;
	float:left;
}
#selogo{
	float:left; 
	width:250px; 
}
#content{
	width:100%;
	border-top:10px solid RGB(95,170,35);
	text-align:left;
	background-color:RGB(95,170,35);
	line-height:18px;
}
#content-left{
	width:67%;
	float:left;
	padding:10px;
	background-color:white;
}
#content-spacer{
	float:left;
	width:1%;
}
#content-right{
	width:30%;
	float:right;
	color:black;
}
#menu{
	width:100%;
	text-align:center;
	font-size:17px;
}
.menutext{
	font-size:14px;
	text-align:center;
}
.menu-mouseover{
	cursor:pointer;
	width:25%;
	height:50px;
	background-color:RGB(95,170,35);
	color:white;
}
#menu-bc{
	float:left;
	width:24%;
	background-color:RGB(95,170,35);
}
#menu-loc{
	cursor:default;
	float:left;
	width:24%;
	background-color:RGB(95,170,35);
	margin-left:1%;
}
#menu-par{
	cursor:default;
	float:left;
	width:24%;
	background-color:RGB(95,170,35);
	margin-left:1%;
}
#menu-umg{
	cursor:default;
	float:left;
	width:24%;
	background-color:RGB(95,170,35);
	margin-left:1%;
}

#social-bm{
	width:100%;
	text-align:center;
}

#text{
	width:100%;
	padding-top:20px;
	color:black;
}
#foot{
	color:black;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}


.inputForm{
	border:1px solid RGB(95,170,35); 
	width:145px; 
	height:18px; 
	font-size:11px;
}

.selectForm{
	border:1px solid RGB(95,170,35); 
	width:145px;
	height:18px; 
	line-height:18px; 
	font-size:11px;
}

.submitForm{
	width:110px; 
	height:25px; 
	font-weight:bold; 
	background-color:RGB(95,170,35); 
	color:white; 
	font-family:arial; 
	border:1px solid white; 
	font-size:10pt;
}

h1,h2,h3,label{
	color:black;
}

DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
   padding: 1px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   }
DIV.shadow {
   background-color: #8e8e8e;
   border: 1px solid #959595;
   margin: 0px;
   }
DIV.shadow2 {
   background-color: #aaa;
   border: 1px solid #bebebe;
   margin: 0;
   }
DIV.shadow3 {
   background-color: #d1d1d1;
   border: 1px solid #e1e1e1;
   margin: 0;
   }
DIV.shadow4 {
   background-color: #ededed;
   border: 1px solid #f6f6f6;
   margin: 0;
   }
DIV.shadow5 {
   float: left;
   background-color: #fcfcfc;
   border: 1px solid #fff;
   margin: 0.7em 1em;
   }


