@charset "utf-8";
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #FFF;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	color: #C90;
	padding-left: 10px;
	margin-left: 0px;
	padding-top: 5px;
	margin-top: 0px;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #C90;
	background-color: #993333;
}
a:link, a:visited  {
	color: #C90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.main #container {
	width: 775px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.main #menu {
	position: absolute;
	top: 244px;
	width: 775px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.main #menu a:link, #menu a:visited {
	color: #FFF;
	text-decoration: none;
}
.main #menu a:hover {
	color: #C63;
	text-decoration: none;
}
.main #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: static;
	height: 280px;
}
.main #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	color:#CCC;
	background-color: #333;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}

.main #content p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: .1em;
	font-size: 1.2em;
}

.main #mainContent #column_container {
	position: static;
	width: inherit;
	font-size: .9em;

}
.main #mainContent #content ul   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-left: 30px;
	width: 550px;
	left: 0px;
	line-height: 1.6em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main #content {
	margin-top: 10px;
	text-align: left;
	padding-left: 10px;

}
.main #content #contentRT {
	float: right;
	width: 300px;
}

.main #container #mainContent #column_container #rt_column span {
	text-align: center;
}

.main #lt_column {
	padding: 10px;
	width: 250px;
	height: 400px;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/box_lt.gif);
	background-repeat: no-repeat;
}
.main #lt_column  h2 {
	text-align: center;
	color: #CCC;
}
.main #lt_column p {
	margin-left: 15px;
	margin-right: 15px;
}
.main #rt_column {
	width: 460px;
	padding: 10px;
	float: right;
	background-image: url(/images/box_rt.gif);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main #rt_column img {
	text-align: center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: inherit;
}
.main #rt_column p {
	margin-right: 15px;
	margin-left: 15px;
	text-align: left;
	letter-spacing: .1em;
	font-size: 1.0em;
}


.main #footer {
	clear: both;
	padding: 0 10px;
	background-color: #300;
}

.main #footer a:link, #footer a:visited, #footer a:hover {
	font-size: .7em;
	color: #FFF;
	text-decoration: none;
}

.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFF;
}

.center {
	text-align:center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

