body {
	background:#d4ddd9;
	margin:20px;
	padding:0px;
	text-align:center;
}

h3, h4, h5, a, ul, li, lo, td {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:11px;
	color:#000000;
	line-height:15px;
	margin:5px;
}

h1 {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	margin:5px;
	text-align:left;
}

ul {
	font-family:Arial, sans-serif;
	color:#000000;
	line-height:15px;
}

li {
	font-size:11px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:visited {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse:collapse;
}

/* Creates the div container for the footer. */

div#container {
	width:747px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;	
	border:2px solid #007070;
}

div#header {
	width:747px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
}

div#copyright {
	color:#000000;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:11px;
}

ul#mainnav {
	line-height:14px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul#mainnav li {
	display:inline;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a {
	font-size:11px;
	text-align:left;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

ul#mainnav li a:hover {
}

ul#mainnav li a.active {
}

div#clear {
	clear:both;
}

address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-style:normal;
	font-weight:bold;
}

.headerleft {

	float:left;
	border-bottom: 2px solid #007070;
}

.waiting {

	float:right;
	margin: 10px
}

div#body {

	clear:both;

}

.cc {

	float:left;
	margin: 5px;

}