@charset "UTF-8";
a {
	font-size: 14px;
}
a:link {
	text-decoration: underline;
	font-size: 70%;
	font-variant: small-caps;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #0CF;
}
a:active {
	text-decoration: none;
	color: #900;
}
h1 {
	font-size: 24px;
	color: #336;
	text-align: center;
}
h2 {
	font-size: 20px;
	color: #F00;
}
h3 {
	font-size: 18px;
	color: #F00;
}
h4 {
	font-size: 16px;
	color: #F00;
}
#h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #336;
	text-align: center;
}
#h7 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #353265;
	text-align: left;
	text-indent: 0px;
	padding-right: 50px;
	padding-left: 100px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #F00;
}
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333366;
	background-image: url(images/ALangstonWebPageBackGround.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 37px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #333366;
	text-align: center;
	margin: 0px;
} 
.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 */
}
#header3 {
	text-align: center;
	height: 24px;
	width: 760px;
}
#header2 {
	background-color: #FFF;
	text-align: center;
	height: 105px;
	width: 760px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 148px;
	background-color: #333366;
	height: 185px;
	padding-top: 68px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 148px;
	background-color: #333366;
	height: 68px;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 612px;
} 
.twoColFixLtHdr #footer {
	width: 380px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 20px;
	float: right;
	background-color: #333366;
	color: #FFF;
} 
.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;
}
.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;
}
#footer2 {
	background-color: #333366;
	float: left;
	height: 20px;
	width: 380px;
	color: #FFF;
}
#GalleryTitles {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 85%;
	color: #F00;
}
#middlecontent {
	font-weight: normal;
	text-align: center;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #353265;
}
.twoColFixLtHdr #container #mainContent #form1 table {
	border: 0px 0 #FFF;
}

