﻿@charset "UTF-8";

td img {
	display: block;
	vertical-align: middle;
	margin: 10px;
	clear: both;
}
.textintable {
	color: #006666;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
}
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #2859C7;
	background-repeat: repeat;
	background-image: url(images/gradientbluegreen1.png);
}

.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: 0;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/SideBarimg.png);
	background-repeat: repeat-y;
} 

.twoColFixLtHdr #header {
	background-color: #3A73CD;
	height: 150px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	background-color: #2859C7;
	color: #35100F;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 145px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #76AB72;
}

.twoColFixLtHdr #container #mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6D8C60;
}

.twoColFixLtHdr #container #mainContent h2 {
	color: #405E32;
}
.twoColFixLtHdr #footer p { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h4 {
	color: #556B30;
}

a {
	color: #527CCE;
	text-decoration: none;
}
.photoright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 7px;
}
.PhotoLeft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#prevNext {
	position: absolute;
	visibility: visible;
	bottom: 0px;
}
