body {
	margin: 20px;
	background-color: #FFFFFF;
	color: #231f20;
	line-height: 140%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	color:#ed1b2e;
	font-weight:normal;
	font-family:Futura,Arial,Helvetica,sans-serif;
	line-height:100%;
}

h1 {
	font-size:3em;
	font-weight:lighter;
	background-image:url(images/horiz_dots.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
}

a {
	text-decoration:none;
	color:#ed1b2e;
}

#container {
	background-image: url(images/top_bg.jpg);
	background-repeat:no-repeat;
	margin: auto;
	width: 1364px;
	padding-top:31px;
}

#inner {
	background-image:url(images/page_bg_rpt.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:976px;
	padding:0px 194px;
}


#inner1 {
	background-image: url(images/page_bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding: 174px 8px 20px;
}

#navigation {
	height: 36px;
	padding: 16px 20px 0 20px;
	color: #fff;
	width: 872px;
	background-image: url(images/nav-bg.jpg);
	background-repeat:no-repeat;
	font-size:14px;;
}

#footer {
	width:960px;
	background-image:url(images/page_bg_btm.jpg);
	background-repeat:no-repeat;
	margin:auto;
	padding:15px 8px;
	font-size: .9em;
	color: #231f20;
}

#footer a {
	text-decoration: none;
	color: #ed1b2e;
}
#leftcol {
	float: left;
	width: 186px;
}

#rightcol {
	float: right;
	width: 150px;
	font-size: 0.9em;
	line-height: 120%;
}

#maincol {
	margin-left: 247px;
	padding-right: 42px;
}

#navigation ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#navigation ul li {
	padding-right: 10px;
	margin-right:10px;
	float: left;
	display: block;
	border-right:1px solid #fff;
}

#navigation ul li.last {
	border:0px;
}

#navigation a {
	text-decoration: none;
	color: white;
}

#navigation a:hover {
	color: #ddd;
}

#subnav ul li a {
	font-family:Futura,Arial,Helvetica,sans-serif;
	line-height:120%;
	color: #231f20;
	background:#fff;
	text-decoration: none;
	display: block;
	padding: 4px 20px ;
	background-image:url(images/nav_end_white.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#subnav ul li a:hover, #subnav ul li.selected a, #subnav ul li.parent a {
	color: #fff;
	background:#ed1b2e;
	background-image:url(images/nav_end_red.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#subnav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#subnav ul li {
	margin-top:2px;
}

#subnav ul ul {
	border-top: none;
}

#subnav ul li li {
	margin:0;
}

#subnav ul li.selected, #subnav ul li.parent {
	background:#eb1b2e;
	background-image:url(images/nav_selected_bg.jpg);
	background-repeat:no-repeat;
}

#subnav ul li.selected ul li {
	background:transparent;
}

#subnav ul li ul li a, #subnav ul li.selected ul li a, #subnav ul li.parent ul li a  {
	color: #231f20;
	background-image:url(images/nav_divider_dots.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#subnav ul li ul li a:hover, #subnav ul li ul li.selected a  {
	color: #fff;
}

#subnav ul li ul li a.first, #subnav ul li.selected ul li a.first, #subnav ul li.parent ul li a.first  {
	background:transparent;
}

#subnav ul li li li a {
}

#subnav ul li li li li a {
}

#sitename {
	float:left;
	padding-left:20px;
	padding-top:80px;
	color:#ea6a00;
	font-family:"Comic Sans","Comic Sans MS",Arial,Helvetica,sans-serif;
	font-size:30px;
}

#sitelogo {
	padding-top:20px;
	padding-right:20px;
	float:right;
}