﻿body {
	font-family: "Lucida Sans";
	margin-top: 0px;
	background-color: #F4F4F4;
	font-size: small;
	margin-bottom: 0px;
}
h3 {
	color: #E95611;
	font-size: medium;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
hr {
	width: 284px;
	color: #E95611;
}
#container {
	margin-top: 0px;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
}
#logo {
	width: 310px;
	height: 29px;
	margin-left: 5px;
margin-top:23px;
position:absolute;
	background-repeat: no-repeat;
}
#navigation {
	width: 860px;
	background-image: url('images/navbg.gif');
	background-repeat: repeat-x;
	height: 71px;
	margin-left: 5px;
}
#images {
	width: 860px;
	height: 252px;
	margin-left: 5px;
	margin-top: 18px;
}
#topmain {
	background-image: url('images/topmain.gif');
	background-repeat: no-repeat;
	width: 860px;
	height: 39px;
	margin-top: 15px;
	margin-left:5px;
}
#main {
	background-image: url('images/bordermain.gif');
	background-repeat: repeat-y;
	width: 860px;
	margin-top: -25px;
	margin-left:5px;
	
}

#mainhome {
	background-image: url('images/bordermain.gif');
	background-repeat: repeat-y;
	width: 860px;
	margin-top: -25px;
	margin-left:5px;
	min-height:700px;
}

.quote {
	color: #800080;
}

#maintext {
	width:840px;
	margin-left:3px;
	padding-left:5px;
	padding-right:5px;
	padding-top:8px;
}
#leftcolumn {
	width: 274px;
	background-image: url('images/lefthead.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}
#midcolumn {
	width: 274px;
	background-image: url('images/midhead.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}
h2 {
	color: #FFFFFF;
	font-size: medium;
	margin-top: 0px;
}

h1 {
	color: #FFFFFF;
	font-size: medium;
	margin-top: 0px;
}

#rightcolumn {
	width: 274px;
	background-image: url('images/righthead.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}
#mainfoot {
	background-image: url('images/bottommain.gif');
	background-repeat: no-repeat;
	width: 860px;
	height: 39px;
	margin-left:5px;
}
#navigation ul {
	float: right;
	margin-top: 30px;
	list-style: none;
	padding-right: 20px;
}
#navigation ul li {
	margin-right: 10px;
	float: left;
	text-transform: capitalize;
}
#navigation ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
}
#navigation ul li a:hover {
	color: #E95611;
}
#footer {
	width: 860px;
		height:70px;
}
#footer ul {
	float: right;
	margin-top: 30px;
	list-style: none;
	padding-right: 20px;
}
#footer ul li {
	margin-right: 10px;
	float: left;
}
#footer ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
}
#footer ul li a:hover {
	color: #E95611;
}
#weblink {
	margin-left: 10px;
	margin-top: 30px;
	position:absolute;
}
#weblink a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	
}
#weblink a:hover {
	border-bottom: 2px dotted #E95611;
}
#dropmenudiv {
	position: absolute;
	border: 1px #666666;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a {
	display: block;
	border-bottom: 1px solid black;
	padding: 2px;
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
	border-bottom-style: dotted;
}
#dropmenudiv a:hover {
	/*hover background color*/
	background-color: #E95611;
	color: #ffffff;
}

table.navbar {
   border-collapse: collapse;
   color:#ffffff;
}
table.navbar td a{
   display: block;
     padding: 3px;
   text-decoration: none;
   color:#ffffff;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #ffffff;
  
}
table.navbar td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #666;
}

.orange 
{
	color:#E05206;
	font-weight:bold;
	font-size:18px; }

.purple
{
	color:#A31A7E;
	font-weight:bold;
	font-size:18px;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
color: #D80101;
text-decoration: none;
font-weight: bold;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}

