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

body {
	margin-top: 0px;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	background-repeat: repeat;
}
h1 {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #ed1c24;
	margin: 0px;
	line-height: 22px;
}
p {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	line-height: 20px;
}
li {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
a:link {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ed1c24;
	margin: 0px;
	line-height: 20px;
	text-decoration: none;
}
a:hover {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ed1c24;
	margin: 0px;
	line-height: 20px;
	text-decoration: underline;
}
a:visited {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ed1c24;
	margin: 0px;
	line-height: 20px;
	text-decoration: underline;
}
a:active {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ed1c24;
	margin: 0px;
	line-height: 20px;
	text-decoration: none;
}
#container {
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
}
#outer_container {
	height: 1000px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-image.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header {
	height: 315px;
	width: 1100px;
	float: left;
}
#side_nav {
	height: auto;
	width: 296px;
	float: left;
	margin: 0px;
	background-image: url(images/nav_bar_bg_image.png);
	background-repeat: repeat-y;
	z-index: 0;
}
#col_left {
	height: auto;
	width: 320px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#subs_col_center {
	height: auto;
	width: 700px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#col_right {
	height: auto;
	width: 350px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#clrfloat {
	clear: both;
}
#footer {
	height: 100px;
	width: 1100px;
	float: left;
	z-index: 1000;
	margin: 0px;
	background-image: url(images/footer-image.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 125px;
}
#footer p {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	line-height: 20px;
}
#footer a:link {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	line-height: 20px;
	text-decoration: none;
}
#footer a:hover {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	line-height: 20px;
	text-decoration: underline;
}
#footer a:active {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	line-height: 20px;
	text-decoration: none;
}
#footer a:visited {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	line-height: 20px;
	text-decoration: none;
}
