html, body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11pt;
	line-height: 17pt;
	margin: 0;
	padding: 0;
	min-width: 778px;
	height: 100%;
}

a, a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px solid #000CFF;
	color: #000CFF;
}

a:hover {
	border: none;
}

img {
	border: 0;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	line-height: 20pt;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h2 a, h2 a:link, h2 a:visited {
	border: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.caption {
	color: black;
	font-size: 9pt;
	line-height: 12pt;
	padding: 6px;
	font-style: italic;
	font-weight: bold;
}

.inline_photo {
	margin: 8px;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	line-height: 10pt;
}

.inline_photo img {
	border: 1px solid black;
	margin-bottom: 4px;
}

.indent {
	margin-left: 20px;
}

.smallh {
	font-weight: normal;
	font-size: 11pt;
}

.error {
	color: red;
	font-style: italic;
}

.success {
	color: green;
	font-weight: bold;
}

a.definition {
	cursor: help;
	border-bottom: 1px solid gray;
	text-decoration: none;
	color: #444;
}

#comment_bubble {
	background: url( images/css/bubble.png ) no-repeat left top;
	width: 405px;
	height: 157px;
	padding: 40px 56px 100px 60px;
	font-size: 10pt;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#comment_bubble #comment_title {
	position: relative;
	bottom: 14px;
	left: 2px;
}

#comment_bubble #comment_title a {
	border: none;
	text-decoration: none;
}

#comment_bubble h2{
	margin-top: 0;
	margin-bottom: 0;
}

#logo {
	position: absolute;
	top: 0;
	width: 216px;
	height: 216px;
	margin: 8px;
	margin-left: 16px;
	z-index: 10;
}

#head {
	font-size: 28pt;
	line-height: 38pt;
	border-top: 10px solid black;
	padding: 10px;
	font-family: Copperplate, Times, serif;
	z-index: 10;
	background: #004b90;
	height: 46px;
	padding-left: 248px;
	overflow: hidden;
}

#head img {
	margin-top: 9px;
}

#head a, #head a:link, #head a:visited {
	color: white;
	border: none;
}

#nav {
	margin-bottom: 60px;
	padding-left: 234px;
	padding-top: 8px;
	height: 32px;
	background-color: black;
}

#nav a {
	border: none;
	height: 24px;
	display: block;
	float: left;
	color: white;
	font-weight: bold;
	margin-left: 14px;
	margin-right: 14px;
}
#nav a:hover {
	border-bottom: 4px solid white;
}

#nav #shopping_cart {
	float: right;
	color: #FFF;
	font-size: 10pt;
	margin-top: 1px;
}

#nav #shopping_cart a{
	font-weight: normal;
}

#nav #shopping_cart a:hover {
	color: #2EACFF;
	border: none;
}

#nav #shopping_cart a:active {
	color: #1F8AFF;
}

#user {
	position: absolute;
	top: 190px;
	right: 0px;
	font-size: 10pt;
	margin-right: 12px;
}

#user a {
	border: none;
}

#container {
	position: relative;
	min-height: 100%;
}

* html #container {
	height: 100%;
}

#center {
	padding-left: 30px;
}

#center .content {
	padding: 8px;
	padding-left: 22px;
	padding-right: 40px;
}

#center h1 {
	margin-left: -14px;
}

#footer {
	clear: both;
	padding: 8px 0 8px 0;
	background-color: #004b90;
	font-size: 9pt;
	line-height: 14pt;
	color: white;
	text-align: center;
	border-top: 2px solid black;
	height: 64px;
	width: 100%;
	position: relative;
	margin-top: -82px;
}

#footer #valid_buttons {
	padding-top: 8px;
}

#footer #valid_buttons a, #footer #valid_buttons a:link, #footer #valid_buttons a:visited{
	border: none;
}
