body {
	background-color:  #52072B;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	margin: 0;
	padding: 0;
	color: black;
}

body.front {
	margin-top: 10px;
}

#frontbanner {
	margin: 0px 20px 10px 10px;
	padding: 10px 20px 20px 10px;
}

p.fronttitle{
	color: white;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 2px;
}

p.frontsubtitle {
	color: white;
	font-size: 120%;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

p.frontfooter {
	margin-top: 2px;
	padding-top: 0px;
	text-align: right;
}

#logo {
	position:absolute; 
	width:116px; 
	height:116px; 
	z-index:1; 
	top: 14px; 
	left: 10px;
}

#banner {
	background-color: #52072B;
	color: white;
}

/* banner title */
.title {
	color: white;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px 0px 0px 150px;
	padding-top: 10px;
}

/* banner subtitle */
p.subtitle {
	text-align: right;
	margin: 0px 10px 0px 0px;
	color: white;
	font-size: 120%;
	padding-bottom: 8px;
}

/* left navigation */
#navlist ul {
   margin: 20px 0 0 0; /* removes indent IE and Opera */
	padding: 0; /* removes indent Mozilla and NN7 */
   list-style-type: none; /* turns off display of bullet */
   font: bold 14px arial, verdana, lucida, sans-serif;
	letter-spacing: 1px;
}

#navlist li {
	margin: 0 0 6px 0; /* vertical spacing between navigation links */
}

#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 30px;
	width: 150px;
	background-image:  url(images/navbullet.gif); 
	background-repeat: no-repeat;
}

#navlist a:link, #navlist a:visited {
	color: #52072B;
   /*/*/color: #52072B;
   text-decoration: none; 
}
#navlist a:hover {
	background-image:  url(images/navbullet-over.gif);
	background-repeat: no-repeat;
	color: #8C7859; 
}

#content {
	width: 600px;
	margin: 20px 0px 20px 20px;
	background-color: #CFDAA7;
	background-image: url(images/om-background.gif);
	background-repeat: no-repeat;
	color: black;
	height: 420px;
}

/* links for content area */
#content a:link, #content a:visited {
	color: #52072B;
	text-decoration: none;
}

#content a:hover {
	color: #8C7859;
	text-decoration: underline;
}

h1 {
	color: #52072B;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

h2 {
	color: #5F513C;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p, td {
	margin-top: 4px;
	margin-bottom: 10px;
	color: black;
	line-height: 1.4;
}

.quote {
	font-style: italic;
	margin: 10px 20px 10px 20px;
	font-size: 90%;
}
	
#footer {
	color: white;
	font-size: 80%;
	text-align: center;
}	

.copyright {
	text-align: left;
	color: white;
	font-size: 80%;
}
	
.contact {
	text-align: right;
	color: white;
	font-size: 80%;
}

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

a:hover {
	color: white;
	text-decoration: underline;
}

/* Image placed on the right in content area */
.imgright {
	float: right;
	margin: 10px 0px 10px 10px;
	border: #52072B solid 2px;
}

/* Image placed on the left in content area */
.imgleft {
	float: left;
	margin: 10px 10px 10px 0px;
	border: #52072B solid 2px;
}

/* Form submit button */
input.submit {
   background-color: #CFDAA7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #52072B;
}

/* Form text boxes */
input.textbox {
	font-size: 90%;
}

.label {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 90%;
	color: #5F513C;
}

#topnav ul
{
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 2px;
	list-style-type: none;
	text-align: right;
	font-family: arial;
	font-size: 14px;
	height: 25px; 
	background-color: #B6AD7B;
}

#topnav ul li { display: inline; }

#topnav ul li a
{
	text-decoration: none;
	padding-left: 30px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 4px;
	text-align:left;
	color: #52072B;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(images/topnavbullet.gif) top left no-repeat;
	height: 25px;
}

#topnav ul li a:hover
{
	color: #8C7859;
	background: url(images/topnavbullet-over.gif) no-repeat;
	background-color: transparent;
	height: 25px;
}

