body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #dad8d3 url('/images/bkgnd.png') repeat-x top;
	font-size: 90%;
	font-family: "ff-nuvo-web-pro-1","ff-nuvo-web-pro-2",sans-serif;
	color: #484848;
}
input, textarea, select {
	font-family: "ff-nuvo-web-pro-1","ff-nuvo-web-pro-2",sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #333333;
}




#wrapper-top {
	width: 100%;
	min-width: 760px;
	height: 280px;
	display: block;
	/*_width: expression(document.body.clientWidth < 761? "760px" : document.body.clientWidth > 760? "100%" : "100%");*/
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	background: url('/images/bkgnd-world.png') no-repeat center top;
}
#wrapper-top img {
	width: 540px;
	height: 280px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}





#wrapper-menu {
	width: 760px;
	margin: 0 auto;
	padding: 13px 0 5px 0;
	color: #999;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #a49e93;
}
#wrapper-menu a {
	margin: 0 8px;
	padding: 0;
	color: olive;
	text-decoration: none;
}
#wrapper-menu a:hover, #wrapper-menu a.active {
	color: #224a51;
}




#wrapper-content {
	width: 400px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
}

#motioncontainer a img { /*image border color*/
	border: 1px solid #ccc;
}

#motioncontainer a:hover img { /*image border hover color*/
	border: 1px solid navy;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv {
	position: absolute;
	padding: 2px;
	left: -300px;
	background-color: lightyellow;
	border: 1px solid gray;
	visibility: hidden;
}

#wrapper-content td {
	vertical-align: top;
}
#wrapper-content input {
	width: 98%;
}
#wrapper-content textarea {
	width: 98%;
	height: 80px;
}

#error {
	padding: 3px;
	line-height: 1em;
}
#error h1 {
	font-size: 1.3em;
}
#error.ok {
	background: #006600;
	color: #ccc;
}
#error.error {
	background: #cc0000;
	color: #ccc;
}
#error.noerror {
	background: none;
	color: #666;
}
a.form-submit, a.form-submit:hover {
	margin: 3px 0 8px 0;
	padding: 5px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #0A756C;
}





#footer {
	width: 760px;
	margin: 0 auto;
	padding: 21px 0 0 0;
	color: #999;
	text-align: center;
	font-size: 70%;
	border-top: 1px solid #a49e93;
}


