body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 750px;
	float: left;
	clear:both;
}

#mainContainer {
	margin:0 auto;
	padding: 0px 0 0 0;
	width: 750px;
	text-align: justify;
	background-color:#FFFFFF;
}

#leftContent {
	width: 50%;
	float: left;
	padding: 5px 0 10px 0;
}

#rightContent {
	text-align: right;
	width: 50%;
	float: left;
	padding: 5px 0 10px 0;
}

#bottomContent {
	width: 100%;
	clear:both;
}

#footer {
	width: 100%;
	clear:both;
	padding: 10px 0 0 0;
}

p {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

.left {
	float: left;
	width: 180px;
	padding: 0 5px 0 0;
}

h2 {
	display: inline;
	font-size:12px;
}

h6 {
	text-align:center;
	font-size:9px;
}

input {
	width:150px;
	height:15px;
	margin: 0;
	padding: 0;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	display: inline;
	font-size: 11px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
