/* fix the @$%@ IE6 scrolling bug */
h1, h2, h3, h4, h5, h6, p { position: relative;}

a { text-decoration: none; }

a:link, a:active { color: #6699CC; }

a:visited { color: #006699; }

a:hover { text-decoration: underline; }

html {
	border: 12px solid #A0A0A0;
	border-bottom: none;
	border-right: none;
	height: 100%; /* for MZ */
}
body {
	margin: 0;
	padding: 0;
	background: white;
	color: #353535;
	font: 86%/22px Tahoma, Arial, sans-serif;
	border: 1px solid #616161;
	height: 100%; /* for IE */
}

code {font-size: small;}

h1, h2, h3 { font-weight: normal; margin: 0px; padding: 0px; }
.content {
	background: #FFFFFF;
	color: #333333;
	font-size: small;
	padding: 15px 15px 5px 15px;
}

.content blockquote, .content li { line-height: 150%; }

.content h2 {
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
	text-align: left;
}

/* item headlines */
.content h3 {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

.content p {
	color: #333333;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 10px;
	text-align: left;
}

.content p.posted {
	border-top: 1px dotted #CCCCCC;
	color: #999999;
	font-size: x-small;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 25px;
	padding: 3px;
	text-align: left;
}

.link-note {
	font-size: x-small;
	line-height: 150%;
	margin-bottom: 15px;
	padding: 2px;
	text-align: left;
}

.photo { margin-bottom: 20px; text-align: center; }

.sidebar { padding: 18px;  }

.sidebar h2 {
	border-bottom: 1px solid #999999;
	color: #666666;
	font-size: x-small;
	font-weight: bold;
	letter-spacing: .3em;
	padding: 3px;
	text-align: left;
	text-transform: uppercase;
}

.sidebar li {
	color: #333333;
	font-size: x-small;
	line-height: 150%;
	list-style-type: none;
	margin-top: 10px;
	text-align: left;
}

.sidebar ul { margin: 0px; margin-bottom: 30px; padding-left: 0px; }

#pagehead {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #369;
	background-color: #62B7F8;
	background-image: url("/images/site-banner.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#mainhead, #subhead { margin-left: 20px; font-weight: bold; color:#fff }
#mainhead { font-size: 24px; padding-top: 10px; }
#subhead { font-size: 16px; margin-bottom: 10px; }
#pagehead a { color: white; text-decoration: none; }
#pagehead a:hover { color: #FF5959; text-decoration: underline; }
#orderlink {font-weight: bold;}
#navbar {margin-right: 16px; font-size: 14px; color:#000}
#faqcenter { margin-left: 150px; }

#comment-data {
	border-right: 1px dotted #BBBBBB;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	text-align: left;
	width: 180px;
}

#container { background: #fff; }
#center { margin-left: 36px; margin-right: 315px; }
#right {
	overflow: hidden; 
	position: absolute; 
	top: 90px;
	right: 12px;
	width: 300px;
	background: #F2F7FB;
	border: 1px solid #E3EDF5;
}

/* 
#left { background: #FFFFFF; left: 0px; width: 150px; }
#center { margin-left: 150px; margin-right: 240px;}
#right { background: #E3EDF5; right: 4px; width: 240px;  }
 */