#container {
	float: none;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 100px;
	width: 760px;
}
#maincontentcontainer {
	float: left;
	width: 760px;
}
#left {
	float: left;
	height: 100%;
	width: 147px;
	text-align: left;
	padding-left: 3px;
}
#right {
	width: 578px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A1B2C6;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	padding-top: 5px;
}
#headerright {
	width: 608px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A1B2C6;
	float: left;
	height: 110px;
	text-align: right;
}
#navigation {
	margin-top: 80px;
	margin-right: 15px;
	font-size: medium;
	font-weight: lighter;
	color: #A1B2C6;
}
#headerleft {
	float: left;
	width: 135px;
	height: 100px;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	background-color: #eeeeee;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1 {
	font-size: x-large;
	color: #A1B2C6;
	font-weight: lighter;
}
h2 {
	font-size: small;
	font-weight: bold;
	color: #A1B2CF;
}
a {
	color: #A1B2CF;
	text-decoration: none;
	cursor: pointer;
}
.textfield  {
	background-color: #F5F5F5;
}

a:hover {
	color: #000;
	text-decoration: none;
}
.floatright   {
	float: right;
}
.tableleft {
	float: left;
	height: 100px;
	width: 100px;
}
.tableright {
	float: left;
	height: 100px;
	width: 450px;
	padding-left: 10px;
}
.tableright h1 {
	margin: 0px;
}
.tableright p {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.smallgraytext {
	font-size: small;
	color: #666;
	text-align: right;
}
