body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
/*
	font-family: Georgia, Times, "Times New Roman", serif;
*/
	font-size: smaller;
	color: black;
	background-color: #eeeeee; 
	text-align: center;
	margin: 0px;
}

div#container {
	width: 760px;
	border-width: 0px 1px 1px 1px;
	border-color: #666666;
	border-style: solid;
	background-color: white; 
	text-align: left;
	margin: 0px auto 10px auto;
}

div#header {
	background-color: #ffa500;
	margin: 0px;
	vertical-align: middle;
}

div#header h1 {
	display: inline;
	color: #00008b;
	font-size: 250%;
	font-weight: bold;
}

div#header h1 a {
	text-decoration: none;
	color: #00008b;
}

div#header img {
	border-width: 0px;
}

div#navigation {
	text-align: center;
	background-color: black;
	padding: 5px;
}

div#navigation ul {
	display: inline;
	padding: 5px;
	color: white;
}

div#navigation ul li {
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: 2px 7px 2px 7px;
	font-weight: bold;
}

div#content {
	padding: 8px;
	background: transparent url(images/bg.gif) repeat-y left top;
	border-width: 0px;
}

div#footer {
	text-align: right;
	font-size: smaller;
	padding: 2px;
}

a {
	color: #ffa500;
	font-weight: bold;
}

div.center {
	text-align: center;
}

h2 {
	color: #00008b;
	font-size: 200%;
	margin-top: 10px;
}

h3 {
	color: #00008b;
	font-weight: bold;
	font-size: 130%;
	margin-top: 25px;
}

h4 {
	color: #00008b;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
	margin-top: 15px;
}

span.quote {
	font-style: italic;
}

img {
	margin: 5px;
	border: solid black 1px;
}

img.header {
	padding: 2px;
	border-width: 0px;
}

img.alignedleft {
	float: left;
	margin: 0px 8px 8px 0px;
}

img.alignedright {
	float: right;
	margin: 0px 0px 8px 8px;
}

div.picturewithcaptionfloatedright {
	float: right;
	text-align: center;
}

div.picturewithcaptionfloatedright img {
	margin: 0px 0px 8px 8px;
}

span.caption {
	font-weight: bold;
}

br.clearBoth {
	clear: both;
}

table {
	font-size: 100%;
}

td.price {
	font-weight: bold;
}