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

body {
	background-color: #c3c3c3;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
a {
	color: #CD1640;
}
a:hover {
	color: #E68699;
}

.container {
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-y;
	margin: auto;
	vertical-align: top;
	background-position: center top;
}
.guts {
	font-size: 13px;
	color: #222222;
	background-color: #FFFFFF;
	width: 800px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	vertical-align: top;
}
.shadows {
	vertical-align: top;
}
.shadl {
	background-image: url(../images/bg_shadl.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.shadr {
	background-image: url(../images/bg_shadr.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
#leftcol {
	background-image: url(../images/bg_leftcol.gif);
	background-repeat: no-repeat;
	background-position: 255px 10px;
	width: 160px;
	padding-right: 65px;
	padding-left: 65px;
	font-size: 11px;
	float: left;
}
h1 {
	font-size: 18px;
	color: #CD1640;
	margin: 0px;
	padding-top: 8px;
}
h2 {
	margin: 0px;
	font-size: 15px;
	color: #676767;
}
h3 {
	font-size: 14px;
	color: #676767;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
h4 {
	font-size: 14px;
	color: #676767;
}
#header {
	width: 800px;
}
.floatclr { /* 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 its child floats */
	clear:both;
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	width: 600px;
}

#mainnav {
	white-space: nowrap;
	width: 800px;
	margin-bottom: 15px;
}
#subnav {
	margin-bottom: 25px;
	font-size: 12px;
}
#subnav a {
	background-color: #FFFFFF;
	background-image: url(../images/bullet_subnav.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	width: 140px;
	padding-left: 15px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f6999b;
	color: #676767;
	padding-top: 4px;
	padding-bottom: 3px;
	text-decoration: none;
}
#subnav a:hover {
	color: #CD1640;
	background-color: #eeeeee;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content {
	width: 462px;
	padding-right: 45px;
	float: right;
	padding-bottom: 35px;
}


#footer {
	background-color: #c3c3c3;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	font-size: 11px;
	color: #FFFFFF;
	width: 816px;
	text-align: center;
	clear: both;
	padding-bottom: 35px;
	padding-top: 3px;
}

#content ul {
	padding: 0px;
	margin: 0px;
}

#content ul li {
	margin: 0px;
	padding-left: 25px;
	list-style-type: none;
	background-image: url(../images/bullet_list.gif);
	background-position: 15px 5px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}
.img_right {
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}
