body
{ 
	background: url('50years/images/bg.jpg');
	color: #300161;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.hide
{
	display: none;
}

img
{
	display: block:
	border: 0;
}

h1, h2
{
	color: #300161;
	font-size: 14px;
}

h3, h4, h5, h6
{
	margin-bottom: 0;
	color: #300161;
	font-size: 12px;
}

p
{
	margin-top: 0;
	margin-bottom: 1em;
	color: #000000;
	font-size: 12px;
}

#left p
{
	margin-bottom: 0;
	color: #300161;
	background-color: #dcb769;
	font-size: 10px;
}

#bottom p
{
	font-size: 10px;
}

ol, ul
{
	margin-top: 0;
	margin-bottom: 1em;
	color: #000000;
	font-size: 12px;
	list-style-position: inside;
}

dt, dd
{
	margin-top: 0;
	margin-bottom: 1em;
	color: #000000;
	font-size: 12px;
}


.current
{
	color: #990000;
}

a:link
{
	color: #300161;
	text-decoration: none;
}

a:visited
{
	color: #300161;
	text-decoration: none;
}

a:hover
{
	color: #990000;
	text-decoration: underline;
}

a:active
{
	color: #990000;
	text-decoration: none;
}


/* use this for the banner area */
#top
{
	width: 100%;
	color: #000000;
	background-color: #f2e6ce;
}

/* use this for navigation bar */
#left
{
	width: 15%;
	padding-top: 10px;
	padding-left: 2px;
	color: #ffffff;
	background-color: #dcb769;
	vertical-align: top;
}

/* use this for content area */
#right
{
	width: 85%;
	padding: 10px;
	vertical-align: top;
	color: #ffffff;
}

/* use this for footer on all pages */
#bottom
{
	color: #ffffff;
	background-color: #dcb769;
}