body {
   	font-family: Arial, Verdana, Geneva, sans-serif;
   	background-color: #666;
   	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 {
	border: 0px;
}
p {
	margin: 0px 0px 20px 0px;
}
/* ---------------------------------------------------- */
#contentElement {
   position: relative;
   width: 760px;
   margin: 20px auto;
   text-align: left;
   border: 1px solid white;
}
#white_fill {
	margin: 5px;
	padding: 5px;
	background-color: white;
	display: block;
}
#black_border {
	margin: 10px;
	border: 1px solid #000;
	padding: 10px;
	display: block;
}
/* ---------------------------------------------------- */
#header {
	height: 225px;
	background: url(../images/top.jpg) no-repeat 0 0;
}
#links {
	position: absolute;
	top: 75px;
	left: 350px;
}
/*reset IE/Win */
* html body #links {
	top: 74px;
}
#links a{
	margin-right: 12px;
}
/* ---------------------------------------------------- */
#outer_wrapper {

}
#wrapper {

}
/* ---------------------------------------------------- */
#container {
	width: 100%;
	float: left;
	margin-right: -230px;
}
#content {
	margin-right: 230px;
}
/* ---------------------------------------------------- */
#main {
	margin: 0px 0px 0px 290px;
	border: 1px solid #000;
	font-size: 0.9em;
	width: 150px;
	height: 218px;
	padding: 5px;
}
/* ---------------------------------------------------- */
#left {
	float: left;
	width: 250px;
	height: 228px;
	overflow: auto;
	padding: 0px 20px 0px 0px;
}
/* ---------------------------------------------------- */
#sidebar {
	width: 228px;
	height: 228px;
	float: right;
	border: 1px solid #000;
	text-align: center;
}
* html body #sidebar img {
	margin-bottom: -5px;
}
/* ---------------------------------------------------- */
#footer {
	font-size: 0.9em;
	text-align: right;
	margin-top: 10px;
}
* html body #footer {
	margin-top: 0px;
}
/* ---------------------------------------------------- */
.clearing {
	height: 0;
	clear: both;
}
.hide {
	display: none;
}
.right {
	text-align: right;
}
.caption {
	margin-top: 5px;
}
/* ---------------------------------------------------- */
/* LINKS */
a {
   text-decoration: none;
   line-height: 16px;
}

a:link {
   color: #62718F;	
}

a:visited {
   color: #62718F;
}

a:hover {
   color: #990000;
}

a:active {
   color: #62718F;
}