﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url('../images/bg104.gif');
}
body img { border: 0px; text-decoration: none; }
/*This will keep the graphic images you use that are hyperlinked from having the ugly blue border around them. */
#container {
	border: 1px solid #8899AA;
	width: 800px;
	margin: 2em auto 0 auto;
	background: top;
	text-align: left;
	background-color: #FFFFFF;
}
#masthead {
	padding: 10px;
}
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 10px 10px 0 10px;
}
#strapline {
	font-size: medium;
	font-style: italic;
	color: #404030;
	text-align: left;
	padding-left: 180px;
	padding-top: 3em;
	padding-bottom: 1em;
}
#navigation {
	background-color: #7C8C9C;
	text-align: center;
	width: 100%;
	height: 2.5em;
}
#navigation ul {
	list-style-type: none;
	margin: 0 0 0 150px;
	padding: 0;
}
#page_content {
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: auto 2px 2px 2px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#column_l {
	position: relative;
	width: 500px;
	margin: 0;
	padding: 0 10px 10px 10px;
	text-align: left;
}
#column_r {
	width: 240px;
	margin: 0;
	right: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
#footer {
	text-align: center;
	background-color: #89a;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
/* Styles for Navigation */
#navigation a:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #f2f2f2 #B8BBBD #B8BBBD #B8BBBD;
	background-color: #f2f2f2;
}
/* Styles for Content */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
h1 {
	color: #CC6600;
	font-size: 1.5em;
	text-align: left;
}
h2 {
	color: #CC6600;
	font-size: 1.25em;
}
h3 {
	color: #CC6600;
	font-size: 1em;
}
h4 {
	color: #CC6600;
	font-size: 0.9em;
}
h5 {
	color: #CC6600;
	font-size: 0.75em;
}
h6 {
	color: #CC6600;
	font-size: 0.5em;
}
big {
	color: #CC6600;
	font-size: medium;
}
.imglft {float: left; padding: 5px; } /*will float images in the content area to the left with a bit of padding between the image and text */
.imgrgt { float: right; padding: 5px; } /*will float images in the content area to the right with a bit of padding between the image and text.*/ 
.centre { text-align: center; } /*will allow you to center text or images that are within <p> tags */


/* Styles for Footer */
#footer a:hover {
	color: #000;
	text-decoration: none;
}

/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.indent {
	text-indent: 20px;
}
form  {
	margin-left: 20px;
}
label {
	vertical-align: top;
}

