body
{
	/* background-color: #c0c0c0; */
	background-color: #1b46a1;
	/* background-image: url(/images/bg.gif);
	background-color: #fff; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 25px;
	padding: 0px;
}

img {
border-color: #ccc;
}

#nav
{
	background-color: #003399;
	color: #fff;
	padding: 5px;
	margin: 0;
	padding-left: 1em;
	font-size: 14px;
	text-align: center;

	/* margin-left: -410px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px"); */
}

#nav li
{
display: inline;
}

#nav li a
{
padding-top: 2px;
padding-right: 45px;
padding-bottom: 2px;
padding-left: 45px;
text-decoration: none;
color: #ffffff;
}

#nav li a:hover
{
	color: #ccc;
}

#nav li .current
{
	color: #ccc;
}

#main
{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #666666;
}

#masthead
{
	margin: 0px;
	border-bottom: 3px solid #999; 
	width: 820px;
	height: 100px;
	background-image: url(/images/masthead.jpg);
}

#body
{
	padding-top: 1px;
	background-color: white;
	position: relative;
	border-right: 180px solid #fff;
}

#sidebar
{	
	width: 160px;
	position: absolute;
	right: -180px;
	_right: 0px;
	top: 0px;
	padding: 10px;
}

#sidebar h3
{
	color: #003399;
	font-size: 13px;
	/* border-bottom: 1px solid #003399; */
	margin-bottom: 4px;
	margin-top: 24px;
	clear: both;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
}

#sidebar p
{
	margin-bottom: 8px;
}

#content
{
	padding: 20px;
	border-right: 1px solid #b0b0b0;
	color: #333333;
	min-height: 350px;
}

#content h1
{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid #003399;
	color: #003399;
}

#content .date
{
	float: right;
}

#content .postedBy
{
	float: left;
}

#content .meta
{
	height: 1em;
}

#content p
{
	text-align: justify;
	line-height: 1.3em;
}

a
{
	color: #666666;
}

#footer
{
	width: 820px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #b0b0b0;
	background-color: #eeeeee;
	color: #b0b0b0;

}

.left
{
	float: left;
}

.right
{
	float: right;
}

.csskeyword
{
	color: blue;
}

.cssvalue
{
	color: red;
}

p.caption
{
	text-align: center;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.nodisplay
{
	display: none;
}

.sales {
border: 1px solid #ccc;
}

.sales tr td {
padding: 5px;
}

.odd {
background-color: #eeeeee;
}

.required {
font-weight: bold;
}