body {
   	font-family: Arial, Verdana, Geneva, sans-serif;
   	background-color: #FFF;
   	font-size: 75%;
   	line-height: 16px;
	margin: 0px;
	color: #000;
}
form {
   	margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   	font-family: Arial, Verdana, Geneva, sans-serif;
   	font-size: 1em;
	border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.4em;
   	font-weight: normal;
   	line-height: 20px;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
    margin: 0 0 5px 0;
}
img {
	display: none;
}
p {
	margin: 0px 0px 20px 0px;
}
/* ---------------------------------------------------- */
#contentElement {
   position: relative;
   width: 640px;
   text-align: left;
}
/* ---------------------------------------------------- */
#header {

}
#logo {
	
}
#breadcrumb {
	font-size: 0.9em;
}
/* ---------------------------------------------------- */
#container {
	width: 100%;
	float: left;
}
#content {
	
}
/* ---------------------------------------------------- */
#main {
	margin-top: 15px;
}
/* ---------------------------------------------------- */
#left {
	display: none;
}

/* ---------------------------------------------------- */
#sidebar {
	display: none;
}
/* ---------------------------------------------------- */
#footer {
	font-size: 0.9em;
}
#extra_logos {
	display: none;
}
/* ---------------------------------------------------- */
.top {
	text-align: right;
}
.clearing {
	height: 0;
	clear: both;
}
/* ---------------------------------------------------- */
/* LINKS */
a {
   text-decoration: none;
   line-height: 16px;
   color: #666;
}