* {padding:0; margin:0}
.menuwrapper { width:660px; margin:0 auto}
.dropdown {float:left}
.dropdown dt {padding:4px; font-weight:bold; cursor:pointer; }
.dropdown dt:hover {}
.dropdown dd {position:absolute; overflow:hidden; width:120px; display:none; background:#fff; z-index:200;text-align: center; opacity:0}
.dropdown a, .dropdown a:active, .dropdown a:visited {  margin: 0 auto;  display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
.nodrop, .nodrop:active, .nodrop:visited {float:left; display:block; padding:4px; font-weight:bold; color:#333; text-decoration:none}
.nodrop:hover {}

body {
	background:url(../images/bg-body.png) repeat-x top center #E8F7F9;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}



/* Structure */

#wrapper {
	margin:0 auto;
	width:768px;
	
	font-size:14px;

	}
#header {
	height:123px;
	background:url(../images/headerBg003.png) no-repeat;
	}
#menu {
	height:35px;
	line-height:14px;
    text-align:center;
	background:url(../images/201x39_circle_02.png) repeat-x;

	}
#formbody {
	float:left;
	width:768px;
 position:relative;
	 background-color:White;
	}
#footer {
	clear:both;
	height:100px;
	background:url(../images/footer.png) no-repeat;
	}




/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}


