@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin: 0px;
	background-image: url(images/backgrd.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
a:link {
	color: #CD3301;
	text-decoration: underline;
}
a:visited {
	color: #CD3301;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #CD3301;
	text-decoration: underline;
}
.subheading {
	color: #FFF;
	display: block;
	height: 20px;
	width: 300px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(images/subheading_bkgrd.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


#wrapper {
	height: auto;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FC3;
	min-height: 600px;
}
#banner {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C30;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#content {
	height: auto;
	width: 665px;
	margin-right: auto;
	margin-left: 0px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	height: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #C30;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FC3;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
}
#footer a:link {
	color: #FFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
#footer a:active {
	color: #FFF;
	text-decoration: underline;
}

#right div img {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#left {
	height: auto;
	width: 675px;
	margin-right: auto;
	margin-left: 5px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#right {
	height: auto;
	width: 225px;
	margin-right: 5px;
	margin-left: auto;
	float: right;
	background-color: #C30;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu {
	height: 20px;
	width: 680px;
	margin-right: auto;
	margin-left: 0px;
	background-color: #C30;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FC3;
	font-weight: normal;
	margin-bottom: 0px;
}
#menu a:link {
	color: #FC3;
	text-decoration: none;
}
#menu a:visited {
	color: #FC3;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

#menu a:active {
	color: #FC3;
	text-decoration: none;
}
#content_banner {
	height: auto;
	width: 675px;
	margin-right: auto;
	margin-left: 0px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.table_row {
	color: #666;
	background-color: #FFF;
	display: none;
	font-family: Tahoma, Geneva, sans-serif;
}
.table_heading {
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
.small_text {
	font-size: 9px;
}

.table_row_white {
	color: #666;
	background-color: #FF9;
	display: none;
	font-family: Tahoma, Geneva, sans-serif;
}

