@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	min-width: 780pix;
	color: #000000;
	height: auto;
	width: 780px;
	background-color: #FFF;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #007CB7;
	font-size: 1.4em;
}
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000;
}


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 85px;
	padding: 0px;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 780px;
	height: 167px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	top: 15px;
}
.oneColFixCtrHdr #footer {
	background-image: url(Images/comlweb%20footer.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #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 */
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
}
#mainContent ul li {
	font-size: 0.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}
.fltrt {
	float: right;
	padding-left: 10px;
}

.name {
	font-variant: small-caps;
}
.description {
	clear: right;
	overflow: auto;
	background-color: #E4E1DC;
}
.fltlft {
	float: left;
	padding-right: 10px;
}
.slogan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: normal;
	background-color: #007CB7;
	height: 15px;
	width: 780px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	color: #FFF;
	border-top-color: #FFF;
	padding: 0px;
	line-height: normal;
	margin: 0px;
	text-align: left;
}
.italictimes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.flushright {
	text-align: right;
}
