html {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/layout/header_bg.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 24px;
	font-weight: 500;
	color: #EEEEEE;
}

h2 {
	margin: 20px;
	border-bottom: 1px solid #999999;
	padding-bottom: 4px;
	font-size: 18px;
	text-align: center;	
}

h3 {
	font-size: 18px;
}

img{
	border: none;	
}

img.ad_left{
	margin-right: 18px;	
}

img.ad_right{
	margin-left: 18px;	
}

a {
	border: none;	
}

a:link {
	color: #003300;
	font-weight: 600;
}

a:visited {
	color: #667766;
	font-weight: 600;
}


a:hover {
	color: #336633;
}

a.note {
	vertical-align:super;
	font-size: 10px;
	line-height:0;
	padding: 0px 2px;
	background-color: #ccc;
	text-decoration:none;
	margin: 2px;
}

tr {
	border: 0px none;
}

th {
	margin: 0px auto auto auto;
	text-align: right;
	vertical-align: top;
}

td {
	vertical-align: top;	
}

hr {
	margin: 40px;
	border: none;
	border-bottom: 1px solid #999999;
}

dt {
	font-weight: 600;	
	margin-bottom: 4px;
}

dd {
	margin-bottom: 10px;	
}

li {
	margin-top: 4px;
	margin-bottom: 4px;	
}

#header {
	margin: 0px auto 40px auto;
	border: 0px solid;
	padding: 0px;
	width: 700px;
}

#logo {
	margin: 9px 10px 0px 0px;
	float: left;
	border: 0px;
	padding: 0px;
}

#titlecontainer {
	position: relative;
	top: 5px;
	border: 0px solid;
	display: inline;
}

#navigation {
	margin: 15px auto 1px auto;
	border: 0px dashed;
	padding: 0px;
	width: 550px;
	height: 22px;
	background-image: url(../images/layout/nav_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	
}

#navigation li {
	position: relative;
	top: 2px;
	border: 0px solid;
	padding: 7px;
	display: inline;
}

#content {
	margin: 0px auto;
	border: 0px;
	padding: 40px;
	width: 680px;
	background: #EEE url(../images/layout/content_bg_top.gif) no-repeat top left;
	
}

#footer {

	margin: 0px auto 20px auto;
	border: 0px;
	padding: 20px 0px 0px 0px;
	width: 740px;
	background: #FFF url(../images/layout/content_bg_bot.gif) no-repeat top left;
	text-align: center;
}

h1.title {
	margin-bottom: 4px;
	display: inline;
}

li.currentpage{
	font-weight: 600;
	list-style-type: circle;
}

li.currentpage:before {
	content: "\00BB \0020";
}

table.specsheet{
	width: 350px;	
}

.titletext{
	color: #EEEEEE;
}
