html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* IE 5.5/6 png transparency */
.png {
	behavior: url(/templates/v2/scripts/iepngfix.htc);
}
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444444;
	line-height: 1.4em;
	font-size: 12px;
}
body {
	background: #656565;
}	
form {
	margin: 0px;
	padding: 0px;
}
form td {
	padding-top: 3px;
	padding-bottom: 3px;
}
label.error {
	display:block;
	color: red;
	vertical-align: top;
 }
label {
	display: block;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
p {
	padding-bottom: 15px;
}
ul,ol {
    margin-left:1.5em;
    padding:0;
}
blockquote {
	padding-left:20px;
}
li {
	padding: 0px;
	margin: 0px;
	position: relative;
}
.clear {
	clear: both;
}
.right {
	float: right;
	display:inline;
}
.left {
	display:inline;
	float: left;
}
a, a:link, a:visited, a:active {
	color: #0c838d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.button {
	display:block;
	width: 91px;
	height: 23px;
	color: #fff;
	background: url(/templates/v2/images/b-bg.gif) left top no-repeat;
	overflow: hidden;
	text-align: center;
	padding-top: 3px;
}
.container {
	float: none;
	width: 942px;
	display:block;
	position: relative;
}
#header {
	height: 108px;
	display:block;
	float:left;
	width: 100%;
	padding-top: 10px;
	background: url(/templates/v2/images/header-bg.gif) left top repeat-x;
}
	#logo {
		width: 205px;
		margin-top:25px;
		float:left;
	}
	#header a, #header a:link, #header a:hover, #header a:active, #header a:visited {
		color: #fff;
	}
	#searchbox {
		padding-top: 10px;
	}
	#searchbox .searchfield {
		width: 131px;
		height: 17px;
		padding: 3px;
		background: url(/templates/v2/images/search-bg.gif);
		border: 0px;
	}
	.register {
		background: url(/templates/v2/images/i-register.gif) left 2px no-repeat;
		padding-left: 17px;
		margin-right:20px;
		font-size: 95%;
	}
	.myaccount {
		background: url(/templates/v2/images/i-myaccount.gif) left 2px no-repeat;
		padding-left: 17px;
		font-size: 95%;
	}
#menu {
	width: 600px;
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 65px;
	left: 388px;
}
#menu li {
	background: url(/templates/v2/images/nav-off.gif) left top no-repeat;
	height: 43px;
	padding-top: 20px;
	width: 138px;
	padding-right:1px;
	display: inline;
	float:left;
	font-size: 105%;
}
#menu li.on {
	background: url(/templates/v2/images/nav-on.gif) left top no-repeat;
	height: 43px;
	padding-top: 14px;
	font-weight: bold;
	width: 138px;
	padding-right:1px;
	display: inline;
	float:left;
}
#bodycontent {
	float: left;
	width: 100%;
	background: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
	#hpgraphics {
		display:block;
		width: 942px;
		float: left;
		padding-bottom: 15px;
	}
	#graphicmenu {
		width: 284px;
		float: left;
		display: block;
	}
	#graphicmenu a{
		border-top: 1px solid #FFF;
		display: block;
	}
	#mainboxtop {
		background: url(/templates/v2/images/mainbox-top.gif) no-repeat;
		width: 942px;
		height: 37px;
		display: block;
		float:left;
	}
	#mainboxmid {
		background: url(/templates/v2/images/mainbox-bg.gif) repeat-y;
		width: 912px;
		display: block;
		float:left;
		padding: 2px 15px 2px 15px;
		text-align: left;
	}
	#mainboxbot {
		background: url(/templates/v2/images/mainbox-b.gif) no-repeat;
		width: 942px;
		height: 36px;
		display: block;
		float:left;
	}
	.leftcol {
		width: 49%;
		float: left;
	}
	.rightcol {
		width: 49%;
		float: right;
	}
	.box {
		border: 1px solid #e7e7e7;
		padding: 7px;
		float:left;
	}
	.listtable td{
		padding-bottom: 10px;
	}
	.listtable2 td{
		padding-bottom: 5px;
	}
	.listitem {
		float: left;
		clear: left;
		margin-bottom: 10px;
	}
		.listitem img { 
			float: left;
			border: 1px solid #000;
			margin-right: 10px;
		}

#footer {
	clear: left;
	width: 100%;
	height: 175px;
	float:left;
	background: url(/templates/v2/images/footer-bg.gif) left top repeat-x;
	color: #FFF;
	padding-top: 10px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #FFF;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #747474;
}
h1 span {
	color: #a62620;
}