@charset "UTF-8";
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #E3F2F9;
	background-image: url(images/Back.jpg);
	background-repeat: repeat-x;
}
.leftY {
	width: 315px;
	background-color: #D7D3AD;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #container {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: url(images/vertsep.jpg);
	background-repeat: no-repeat;
	background-position: right 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a {
	color: #000066;
	text-decoration: none;
	outline: none;
}
.fltrt { /* 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;
}
.leftCol {
	float: left;
	width: 45%;
	margin-right: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #65A365;
}
.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;
}
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 250px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
.twoColFixLtHdr #container #footer a {
	color: #FF0000;
		outline: none;

}
.twoColFixLtHdr #container #footer a:hover {
	color: #000066;
	text-decoration: none;
}
.fltrt { /* 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;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	text-align: left;
	line-height: 25px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bolder;
	color: #006600;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 30px;
	padding-top: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	font-style: normal;
	margin-bottom: 0px;
}
h5 {
	padding-left: 8px;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2D647F;
	padding: 3px;
}
a {
	color: #0000FF;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
		outline: none;

}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

.MenU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000CC;
	margin-top: 110px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	float: right;
	width: 100%;
}
.MenUbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}
.MenUbutton a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	display: inline;
	font-weight: normal;
	float: left;
	font-size: 18px;
	outline: none;
}
.MenUbutton :hover {
	display: inline;
	color: #EEE5C0;
}
.infoBar {
	background-repeat: no-repeat;
	background-position: center -53px;
	padding-top: 10px;
}
.midDiv {
	background-image: url(images/midDivBack.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 400px;
	padding-top: 3px;
	padding-right: 55px;
	padding-bottom: 40px;
	padding-left: 55px;
	margin-left: 10%;
}
.noStyle {
}
.selected {
	color: #FFFFFF;
	background-position: center 30px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
}

img.border {
	padding: 7px;
	border-right-color: #4393BD;
	border-bottom-color: #306881;
	background-color: #FFFFFF;
	border-top-color: #8FBCCC;
	border-left-color: #4393BD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 6px;
	margin-left: 6px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
			}
 
.scrollEr {
	height: 405px;
	overflow: hidden;
}
.bio {
	font-size: 10px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #E3F2F9;
}
.bio p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
