html, body {
	margin:0;
	padding:0;
	height:100%;
}
html {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666666;
}
body {
	background: url(../images/background.png) center top repeat-y;
	background-color: #E0F5FE;
}
a, a:link, a:active, a:visited, a:hover {
	color: #CC0000;
	text-decoration: underline;
}
form {
	margin: 0px;
}
#container {
	position: relative;
	width: 800px;
	margin:0 auto; /* center, not in IE5 */
	padding: 0px;
	left: 50%;
  margin-left: -400px; /*set this value to half the size of the div*/
	margin-top: 0px;
	min-height:100%;
}
#top {
	margin: 0px;
	padding: 0px;
}
#top #logo {
	float: left;
	margin: 20px 49px 0px 15px;
}
#top #topImg {
	float: left;
	margin: 0px;
}

#topLinks {
	position: relative;
	clear: both;
	background-color: #E10915;
	height: 26px;
	width: 780px;
	margin-left: 10px;
}
#topLinks img {
	float: left;
	margin: 0px;
}


#main {
	margin: 10px 10px 15px 15px;
	padding-bottom:60px;
}
#main h1 {
	font-size: 16px;
	margin: 5px 0px 10px 0px;
	/*color: #E10915;*/
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
#main p {
	margin: 8px 0px 8px 0px;
}

#main #side {
	float: right;
	margin: 0px 0px 15px 15px;
}
#main #side img {
	margin-bottom: 10px;
}
#bottom {
	position:absolute;
  bottom:0;
	background-color: #E10915;
	height: 22px;
	width: 780px;
	margin:0 auto; /* center, not in IE5 */
	left: 50%;
  margin-left: -390px; /*set this value to half the size of the div*/
	margin-bottom: 10px;
	color: white;
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#bottom a {
	color: white;
	text-decoration: none;
}
#bottom a:hover {
	color: white;
	text-decoration: underline;
}

#links {
	position: relative;
	float: left;
	width: 150px;
	margin: 0;
	border-right: 1px dotted #CCCCCC;
	margin-right: 15px;
}
#links p {
	text-align: center;
	font-size: 10px;
	color: #999999;
	line-height: 11px;
	margin: 10px 15px 5px 0px;
}
#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 3px;
	 margin-top: 3px;
}
#navigation a {
   color: #999999;
   display: block;
   width: 130px;
   border-bottom: 1px dotted #CCCCCC;
   padding-left: 5px;
	 padding-bottom: 3px;
	 text-decoration: none;
}
#navigation a:hover {
   color: #666666;
}

#rightSide {
	float: right;
	width: 200px;
	margin-left: 20px;
}
#rightSide img {
	clear: inherit;
	margin-bottom: 10px;
}

.quote {
	margin-left: 20px;
	color: #666666;
	font-style: italic;
}
.floatingImages {
	float: left;
	margin: 0px 20px 20px 0px;
}
.hidden {
	visibility: hidden;
}