﻿/* CSS layout */
#submain td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .87em;
	color: #004F20;
	text-align: left;
	padding: 5px;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -12px;
	clip: rect(0px, auto, auto, auto);
}
#mainwrapper {
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}
#main {
	width: 560px;
	float: right;
	margin-top: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #808080;
	border-bottom-color: #808080;
	padding-top: 0px;
	position: relative;
	padding-right: 5px;
	margin-right: 5px;
	top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h3 {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	font-style: italic;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #000080;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #211C7B;
	border-bottom-color: #211C7B;
}
#leftsidebar li {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: .1em;
	margin-right: 10px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #210473;
}
body {
	background-image: url('images/TIN Images/Background/BGslatebarcropped.jpg');
	background-repeat: repeat-x;
	position: relative;
	background-color: #FFFFFF;
}
#leftsidebarp {
	color: #210473;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
	margin: 10px 5px 5px 5px;
	background-color: #FFFFFF;
	text-align: left;
}
#footer {
	padding: 5px 0px 0px 0px;
	border-width: 1px;
	border-color: #808080;
	border-top-style: dashed;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #2e3192;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #211C7B;
	font-weight: bold;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #211c7b;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #686800;
	text-align: center;
	font-style: italic;
	text-decoration: none;
}
table{
	margin: -5px;
	width: 100%;
	background-color: #FFFFFF;
}
#submain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #FFFFFF;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#leftsidebar {
	float: left;
	width: 150px;
	margin-left: 2px;
	text-decoration: none;
	margin-right: 2px;
}
#leftsidebar li a:hover{
	background-color:white;
	border-top:2px solid black; 
	color:black;
}
#container img {
	padding: 3px 5px 2px 2px;
}
#main p {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	font-style: normal;
	color: #004F20;
	text-decoration: none;
	margin-bottom: 0px;
}
#top_nav {
	position: relative;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	background-color: #FFFFFF;
	background-image: url('images/TIN Images/Background/blackbar.jpg');
	background-repeat: repeat-x;
	width:100%;
}
#main ul li {
	padding: 10px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #004F20;
	font-weight: bold;
	list-style-position: inside;
}
#banner {
	margin: 5px -px -px -px;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #000000;
	width: 100%;
}
/* Center image between margins */
div.center{
   width: 100%;
   text-align: center
}
/* Style for thumbnail images */
img.thumbs{
   width:500px;
   height:640px
}
#leftsidebar li a {
	text-decoration: none;
	color: #000000;
	display: block
	}