body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	background-image: url(../pics/bg.gif);
	background-repeat: repeat-y;
}

h1 {
	margin: 10px 0px 0px 0px;
	padding: 20px 0px;
	font-size: 20px;
	line-height: 24px;
	color: #003366;
}

h1.pageTitle {
	margin: 0px;
	padding: 0px;
}

h2 {
	clear: both;
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	color: #003366;
}

a {
	color: #003366;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

a.title {font-size: 16px;}

hr {
	height: 1px;
	color: #d0d0d0;
	clear: both;
}

/* Menu environment */
a.menu {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

.mainmenu {
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-right: 20px;
	cursor: hand;
}

.submenu {
	overflow: hidden;
	position: absolute;
	padding: 10px;
	top: 20px;
	width: 150px;
	background-image: url(../pics/bg-menu.jpg);
	background-repeat: repeat-;
	border: solid 1px #000;
}

/* Main div containers */
#partners {
	position: absolute;
	left: 20px;
	top: 300px;
	width: 120px;
}

#partners #powered {margin-top:100px;width:75px;font-size:11px; line-height:12px; color:#999;}
#partners #powered a {margin-top:10px;color:#999;}

#content {
	position: absolute;
	left: 160px;
	top: 300px;
	width: 814px;
}

#content #copyright {
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #999;
	clear: both;
}

/* General classes used throughout the site */
#print_header {display:none;}
#print_footer {display:none;}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	font-size: 0px;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
}

.small {font-size:12px;}

.thumbnail {border:solid 1px #d0d0d0;}

.error { color:#900; }

.googleAdSense {margin-top: 50px;}
