/* ----------- My Form ----------- */
.myform{
width:787px;
}

/* ----------- stylized ----------- */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
li {
  float: left;
  position: relative;
  width: 200px;
  height: 30px;
  text-align:center;
  color:#FFFFFF;
  padding-top: 20px;
  background-image:url(Images/Tab.jpg);
  }
li ul {
  display: none;
  position: absolute; 
  top: 4.2em;
  left: 0;
  }
li > ul {
	top: 50px;
	left: inherit;
	}
li:hover ul, li.over ul{ display: block; }

a:link {
	text-decoration: none;
    color: #FFFFFF;
}

a:visited {
	text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    font-weight: bold;
}
a:active {
	text-decoration: none;
    color: #FFFFFF;
}

body{
	color:#000000; margin-top:0px; margin-bottom:0px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:verdana; background-image:url(Images/Background.jpg);
}
.clear{
	clear:both;
}
#wrapper{
	width:800px;
	margin:auto;
	float:center;
	background-image:url(../Images/Background.jpg);
}
.bottom{
	width:750px;
	float:none;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-width: 2px;
	border: 2px;
	border-color: #FFFFFF;
	border-left:thick;
	border-left-color:#FFFFFF;
}
.bottom p{
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #ffffff;
	line-height:20px;
	margin:10px 0;
}
.contact{
	width:735px;
	float:center;
	padding:5px 25px 5px 25px;
}
.contact p{
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #bbada2;
	line-height:20px;
	margin:10px 0;
}
