html,body {
	height: 100%;
}

#container {
	position: relative;
	min-height: 100%;
}

#contentdiv {
	padding-bottom: 40px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	display: inline;
}

p {
	margin: 0 0 15px 0;
}

#copyright {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #ffffff;
	float: right;
}

html,body,p,div,td,th,.content {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

.menuitem,a.menuitem {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #444488;
	text-align: center;
	width: 120px;
	cursor: pointer;
	float: left;
	text-decoration: none;
	height: 14px;
}

.menuitem_on {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #6666aa;
	text-align: center;
	width: 120px;
	cursor: pointer;
	float: left;
	height: 14px;
}

a.menuitem:hover,.menuitem:hover,a.menuitem_on:hover,.menuitem_on:hover
	{
	color: #ffffff;
	background-color: #8888cc;
}

.content {
	padding: 20px;
}

IMG {
	border: 0;
}

#links a img {
	margin: 1px;
}

#header {
	height: 92px;
	overflow: hidden;
}

#logo {
	width: 477px;
	height: 72px;
	float: left;
	margin: 12px 50px 8px 15px;
}

#google_ads {
	float: right;
}