body {
		margin: 0;
		padding: 1em 0 0 0;
		font-family: arial, helvetica, sans-serif;
		background-color: #006699;
		text-align: center;
		font-size: 95%;
		color: #00496E;
}

a:link, a:visited {
	color: #007A7B;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #659DCE;
	text-decoration: underline;
}

hr {
	color: #699FCE;
	width: 100%;
	text-align: center;
	height: 1px;
	padding: 0;
	margin: 0;
} 

#container
{
		margin: 0 auto; /* left and right to auto for centering in NN7 */
		border: 2px solid #004D75; 
		background: #FFFFFF url(images/curve-banner.jpg) no-repeat;
		text-align: left;
		width: 760px;
}

#banner {
	height: 100px;
}
		
#banner h1
{
		margin: 10px 0 0 0;
		color: #FFD700;
		padding: .5em;
		font-weight: bold;
		font-size: 18px;
		letter-spacing: 1px;
		text-align: right;
}
		
#navigation
{
	float: left;
	width: 120px;
	padding-top: 0px;
}
		
#navigation ul {
	margin-left: 15px;
	list-style: none;
	padding-left: 10px;
	margin-top: 0px;
}

#navigation li {
	font-size: 14px;
	padding: 3px 0 2px 0px;
	color: white;
	font-weight: bold;
}

#navigation a:link, #navigation a:visited {
	color: white;
	text-decoration: none;
}
		
#navigation a:hover {
	color: #FFD700;
	text-decoration: none;
}		

#content
{
	padding-top: 0px;
	margin: 0 2em 0 200px;
	background-color: white;
}
		
#content h2 { 
	margin-top: 0;
	font-size: 110%;
	font-weight: bold;
	color: #006699;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

#content h3 {
	margin-top: 6px;
	font-size: 100%;
	font-weight: bold;
	color: #006699;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

#content p {
	line-height: 1.3;
	margin-top: 6px;
}

#content p.quote {
	font-style: italic;
}
		
#footer {
	clear: both;
	background: url(images/curve-footer.jpg) no-repeat transparent;
	padding: 4px 0 4px 0; 
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
	color: #FFD700;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration:none;
}

#footer a:hover {
	color: #FFD700;
	text-decoration:none;
}

#content ul {
	list-style: none url(images/blue-bullet.gif);
	vertical-align: middle;
}
#content li {
	margin-top: 6px;
}

.purchasenote {
	font-style: italic;
	font-size: 90%;
}

.announce {
	background: #CDDFEF;
	border: 1px solid #006699;
	padding: 5px;
}