body {
	background: url(../images/bg.jpg) no-repeat left top;
	margin: 0px;
	font-family: verdana, arial;
	font-size: 11px;
	color: #666;
	text-align: center;
}

a {
	color: #666;
}

a:hover {
	background: #d8d1ca;
}

img a:hover {
	background: none;
}

#images div a:hover {
	background: none;
}

form {
	display: inline;
}

#logo {
	display: block; 
	position: absolute; 
	left: 20px; 
	top: 35px;
}

td {
	vertical-align: top;
	padding: 4px 4px 4px 0px;
}

#logo a:hover {
	background: none;
}

hr {
	height: 1px;
	color: #CCC;
	border: 1px solid #CCC;
}

h3 {
	margin: 0px;
}

li {
	list-style-image: url(../images/bullet.gif);
	margin-top: 4px;
}

input, textarea {
	border: 1px solid #CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 4px;
}

.wrapper {
	width: 100%;
	margin-top: 150px;
}

.menuSurround {
	background: url(../images/menubgall.gif) repeat-x;
	height: 32px;
	width: 100%;
	margin-top: 150px;
	text-align: center;
}

.menu {
	width: 700px;
	margin: auto;
	height: 32px;
}

	
#active {
	background: url(../images/menubgactive.gif) repeat-x;
	height: 33px;
	}
	
.menuSub {
	background: url(../images/menubgsub.gif) repeat-x;
	width: 100%;
	height: 11px;
	margin-top: 0px;
	_margin-top: -3px;
	}

.outerContentWrapper {
	width: 860px;
	margin: auto;
	margin-top: 33px;
	text-align: right;
	position: relative;
}
	
.contentWrapper {
	width: 800px;
	margin: auto;
	margin-left: 110px;
}


.left {
	width: auto;
	float: left;
	text-align: left;
	margin-right: 20px;
}

.center {
	width: 300px;
	float: left;
	text-align: left;
	margin-right: 20px;
}

.right {
	width: 220px;
	float: left;
	text-align: left;
}

.pointer {
	background: #4ca9d5; 
	width: 100px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	height: 13px;
}

.submit {
	border: 0px;
	background: url(../images/submit.gif) center center;
	height: 30px; 
	width: 70px;
	cursor: hand;
}
