@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../Images/bg.gif) 0 0 repeat;
}

#pagewidth {
	width:732px;
}

#leftcol {
	width:220px;
	float:left;
	background-color:#a42512;
}

#header {
	height:104px;
}

#nav {
	width:185px;
	margin:0 0 0 auto;
	color:#FFFFFF;
}

#nav-top {
	background:url(../Images/nav-top.gif) top no-repeat;
}

#nav-content {
	background:url(../Images/nav-bg.gif) 0 0 repeat-y;
}

#nav-bottom {
	background:url(../Images/nav-bottom.gif) bottom no-repeat;
}

#nav-pad {
	padding:10px;
}

#nav-pad ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav-pad ul a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-pad ul a:hover {
	text-decoration:underline;
}

#leftcol-bottom {
	background:url(../Images/leftcol-bottom.gif) 0 0 no-repeat;
	height:74px;
}

#copyright {
	float:right;
	width:110px;
	font-size:10px;
	margin-top:10px;
}

#maincol {
	float:right;
	width:512px;
}

#nav-bar {
	background:url(../Images/nav-bar.gif) 0 0 no-repeat;
	height:42px;
	color:#FFFFFF;
}

#nav-bar ul {
	margin:25px 0 0 0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

#nav-bar ul li {
	display:inline;
	padding:0 5px;
}

#nav-bar ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-bar ul li a:hover {
	text-decoration:underline;
}

#content {
	background:url(../Images/content-bg.gif) top no-repeat;
}

#content-pad {
	padding:20px;
}

h1, h2 {
	font-size:18px;
	border-bottom:5px #730704 solid;
	clear:both;
}

h1 span.small {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

h3 {
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	color:#a42512;
}

h4 {
	font-weight:bold;
	font-style:italic;
	font-size:12px;
}

span.red {
	color:#a42512;
	font-weight:bold;
	font-style:italic;
}

.floatright {
	float:right;
	margin:5px;
}

#contact-box {
	border-top:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	padding:5px 0;
}

p.footer {
	text-align:center;
	font-size:10px;
}

#left {
	width:49%;
	float:left;
}

#right {
	width:49%;
	float:right;
}

table.spec, table.spec td, table.spec th {
	text-align:center;
	border:1px #000000 solid;
}

table.spec th {
	background-color:#000000;
	color:#FFFFFF;
}

label {
	width:110px;
	margin:3px 10px 0 0;
	float:left;
	text-align:right;
	font-weight:bold;
}

ul#pdf li {
	line-height:34px;
}

ul#pdf li img {
	float:left;
	margin-right:5px;
}

a {
	color:#000000;
}