﻿body {
	font-family: Verdana;
	color: #000000;
	font-size: medium;
	margin:0;
}
table {
	margin: 0;
	table-layout:fixed;
}
.styleFooterLeft {
	background-image: url('Images/FooterbackLeft.png');
}
.styleFooterRight {
	background-image: url('Images/FooterBackRight.png');
}
.styleFooterMiddle {
	text-align: center;
        font-size: 12px;
	background-image: url('Images/FooterBackMiddle.png');
}
.styleTopCorner {
	text-align: center;
	background-image: url('Images/TopLeftBack.png');
	width: 199px;
	height: 80px;
	background-repeat: no-repeat;
}
.styleTopMiddle {
	height:80px;
		background-color: #7BC142;
}
.styleMenuMiddle {
	background-image: url('Images/FooterBackMiddle.png');
}
.styleBodyBack {
	background-position: bottom;
	background-image: url('Images/BackLogo.png');
	background-repeat: no-repeat;
	height: 100%;
}
.styleLeftColumn {
	background-position: top;
	background-image: url('Images/LeftGradient.png');
	background-repeat: no-repeat;
	width: 199px;
}
.styleRightColumn{
	background-image: url('Images/rightGradient.png');
	background-position: top;
	background-repeat: no-repeat;
    font-size: small;
	width: 199px;
}
.styleTagLiner {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	font-style: italic;
	background-color: #7BC142;
}
.sytleInputField {
	margin-left: 0px;
	font-family: Verdana;
	font-size: 12px;
}
.sytleInputLeftAligned {
	text-align: left;
}
.styleInputLabel {
	font-size: xx-small;
	color: #FFFFFF;
	text-align: right;
}

.styleImageNoPadding {
    padding: 0 0 0 0;
	height: 224px;
	width: 329px;
}

.styleFormSubmit {
	color: #FFFFFF;
	text-align: left;
}
.styleFormSubmitLink {
	cursor: pointer;
	font-size: small;
	text-decoration: underline;
}
.styleMainContent {
	border-style: inset;
	border-color: #FFFFFF;
	border-width: 0;
    font-size: small;
    padding: 0px 12px 0px 18px;
}
.styleMainHeading {
    font-size: medium;
    font-weight: bold;
    font-variant: small-caps;
}

#navigation {
	width: 750px;
	margin: 0;
	padding: 0;
	border: 3;
	clear: both;
	overflow: hidden;
		font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type:none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
    color: #000000;
    margin-left:50px;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

