﻿
body {
	background: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0;
}
/* Link Styles */
a:link
{
	color: #000080;
	text-decoration: none;
}
a:visited
{
	color: #000080;
	text-decoration: none;
} 
a:hover
{
	color: #CC3300;
	font-style: normal;
	text-decoration: underline;
}

a:active 
{
	color: #000080;
	text-decoration: none;
}
/* Header Styles */
h1
{
	margin: 0px 0 0 0;
	color: #0000FF;
	font-size: large;
	font-weight: bold;
}
h2
{
	color: #000080;
	font-size: medium;
	font-weight: bold;
}
h3
{
	color: #000080;
	font-size: small;
}
h4
{
	color: #000080;
	font-size: 1.1em;
	font-weight: bold;
}
h5
{
	font-size: small
}
h6
{
	color: #000080;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
/* Layout of site - #main_canvas is overall container */

#main_canvas {
	position: relative;
	width: 948px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}
/*Styles for Masthead, title, and logo, divs */

#masthead {
	z-index: 0;
	position: relative;
	width: auto;
	height: 145px;
	top: 0px;
	left: 0px;
}
#title {
	font-size: 24pt;
	color: #0000FF;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	top: 61px;
	left: 47px;
}
#logo {
	position: absolute;
	z-index: 0;
	top: 26px;
	left: 700px;
}
/* Stles for Top Navigation Menu Styling */
#top_menu {
	position: relative;
	width: 915px;
	z-index: 0;
	height: 41px;
	padding-right: 33px;
	background-image: url('../images/top_menu_background.jpg');
	background-color: #000080;
}

#top_menu ul {
	margin: 0;
	padding: 8px 0 0 0px;
	list-style: none;
	line-height: normal;
	float: right;
}
#top_menu li {
	float: left;
	}
#top_menu a {
	background: #98FF75;
	border-bottom: 1px #006600 solid;
	display: block;
	margin-right: 3px;
	padding: 7px 33px 9px 33px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
#top_menu a:link {	
	text-decoration: none;
}
#top_menu a:visited {
	text-decoration: none;
}
#top_menu a:hover {
	background: #FFF000;
	text-decoration: underline;
	color: #000000;
}
#top_menu .current {
	background: #FFFFFF;
	border-bottom: 1px #FFFFFF solid;
	margin-right: 3px;
	color: #000000;
}
#top_menu a:active {
	text-decoration: none;
}

/* Styles for Side Panel Navigation Menu Styling */
#side_menu_1 {
	position: relative;
	width: 230px;
	z-index: 0;
	line-height: 25px;
	height: 620px;
	float: left;
}
#side_menu_1 a {
	font-size: small;
}
#side_menu_1 a:hover {
	text-decoration: underline;
	font-style: normal;
	color: #008000;
}
#side_menu_1 ul {
	list-style-image: url('../images/green_bullet.gif');
}
#side_menu_1 ul ul {
	list-style-image: url('../images/green_bulle_2.gif');
}
.side_menu_heading {
	margin: 15px 0 0 0;
	text-align: left;
	color: #808080;
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 20px;
}
.side_menu_subheading {
	margin: 15px 0 0 0;
	text-align: left;
	color: #808080;
	font-size: small;
	font-weight: bold;
	text-indent: 20px;
}
/* Styles for body content area of dwt and for footer */
#body {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding: 15px;
	width: 640px;
	z-index: 0;
	margin-left: 10px;
	float: left;
	position: relative;
}
#footer {
	padding: 2px 0 2px 0;
	clear: both;
	position: relative;
	width: 100%;
	background-color: #E0E0E0;
	text-align: right;
	font-size: x-small;
	color: #808080;
}
#footer a {
	text-align: right;
	font-size: x-small;
	color: #808080;
	text-decoration: underline;
}
/* Styles for tables used for content layout in columns*/
table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px #808080 solid;
	border-collapse: collapse;
	background: #FFFF99;
}
table td {
	padding: 15px;
	border: 1px #808080 solid;
	vertical-align: top;
}
table#green {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px #808080 solid;
	border-collapse: collapse;
	background: #CCFFCC;
}
table#yellow {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px #808080 solid;
	border-collapse: collapse;
	background: #FFFF99;
}

/* Styles for layout containers */

#box_contents {
	border: thin #C0C0C0 solid;
	background: #FFFF99;
	position: relative;
	width: 400px;
	z-index: 1;
	margin: 15px auto;
	padding: 10px;
}
#box_green {
	border: thin #C0C0C0 solid;
	background: #CCFFCC;
	position: relative;
	width: 500px;
	z-index: 1;
	margin: 10px auto;
	padding: 10px;
	top: 1px;
	left: 0px;
}  
.box_yellow {
	border: thin #C0C0C0 solid;
	background: #FFFF99;
	position: relative;
	width: 450px;
	z-index: 1;
	margin: 10px auto;
	padding: 10px;
	top: 1px;
	left: 0px;
}

.sub_darkblue {
	color: #000080;
	font-weight: bold;
}
.sub_olive {
	color: #333300;
	font-weight: bold;
}
.align_centre {
	margin-right: auto;
	margin-left: auto;
	display: block;
}





