﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #FDFD00;
	background-image: url("../images/background.png");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 100px;
	border-top: 0px #006600 solid;
	border-bottom: 5px #006600 solid;
	background-color: #fff;
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	position:absolute;
	top: 120px;
	left: 10px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background: #FFFFFF;
	position: relative;
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 375px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #008000;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	/*float: left;*/
	clear: both;
}
#navigation a {
	text-decoration: none;
	color: #008000;
	display: block;
	margin: 5px 5px;
	padding: 5px;
	border: 2px solid #708090;
	background-color: #FFFF00;
}
#navigation a:hover {
	text-decoration: none;
	color: #008000;
	background-color: #FFCC00;
}
/* Content Styles */
h6 {
	color: #008000;
}
h5 {
	color: #008000;
}
h4 {
	color: #008000;
}
h3 {
	color: #008000;
}
h2 {
	color: #008000;
}
#content h1 {
	color: #008000;
}
#content img {
	padding: 10px;
	border: 1px #008000 solid;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #008000;
	text-decoration: underline;
}
#footer a:hover {
	color: #006600;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

p#heading{
	font-size: 24px;
	 font-weight:bold;
}

#bottom_image{

	background-image: url("../images/background.png");
	background-position: top left;
	background-repeat: repeat-x;

}

.tableheading
{	
	text-align:center;
	font-size:medium;
	font-weight:bold;
}

.boldcentre
{	
	text-align:center;
	font-weight:bold;
}

.center {
	text-align: center;
}
