/* CSS Document */
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
}
	
#footer_copyright {
	color: #999999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
#content p, li, table {
	font: 12px/16px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#content .sidebar p {
	font: 11px/14px Arial;
	color:#666666;
}

#content h1 {
	color: #E51837;
	font: bold 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

#content h2 {
	color: #E51837;
	font: bold 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#content .column1 {
	clear: left;
	left: 0px;
	top: 0px;
	width: 420px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
}
#content .sidebar {
	background-color: #EBF4FB;
	text-align: left;
	width: 150px;
	padding: 10px;
	float: left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
#formAlts input {
	text-align: right;
	background: #FFFFFF;
	border-style: none;
	
}#formAlts select {
	font: 11px Arial, Helvetica, sans-serif;
	background: #F5FAFD;
}
a:link, a:visited {
	font-weight: bold;
	color: #0056A5;
}
a:hover {
	font-weight: bold;
	color: #E51837;
}
#content img {
	border: 1px solid #999999;
	margin: 5px;
	background: #E6E6E6;
}
.homebanner {
	background-color: white;
}