/* CSS Document */


body, h1, h2, h3, h4, h5, h6, p, li, ul, a, form, blockquote {
  margin: 0px; /* Removes default margin that some browsers add. */
  padding: 0px; /* Removes default padding that some browsers add. */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	line-height: 100%;
	background-image: url(images/back.gif);
	background-repeat: repeat;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.button {
	text-decoration: none;
	background-color: #5E8DB6;
	padding: 3px 6px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 100%;
	display: inline-block;
}
.button:hover, .button:active, .button:focus {
	background-color: #666666;
	
}
#header {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main_image {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #851618;
	font-size: 70%;
	color: #FFFFFF;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}
#content {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
}
#left_column {
	float: left;
	width: 475px;
	margin-right: 30px;
}
#content h1 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
.details_holder {
	background-color: #E1F5FF;
	padding: 20px;
	margin-bottom: 20px;
}
.details_holder p {
	font-size: 80%;
	line-height: 120%;
}
#content h2 {
	color: #1761A3;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
}
#content h2 a {
	color: #CC0000;
}
#left_column p {
	font-size: 90%;
	line-height: 130%;
	margin-bottom: 30px;
}
.indent {
	float: left;
	width: 40px;
}
#right_column {
	float: left;
	width: 405px;
}
#right_column tr {
	font-size: 80%;
}
