@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	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: black;
	background-image:none;
	background-color:black;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:black;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#CCCCCC;
}
.oneColFixCtrHdr #header {
	height:124px;
	background-image:url(../images/if/top3.jpg);
	background-repeat:no-repeat; 
}
.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 */
}

/* main content */
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#666666;
	padding-top:20px;
	padding-bottom:10px;
	border-top:2px solid white;
	border-bottom:2px solid white;
}
.oneColFixCtrHdr #mainContent p {
	color:#EEEEEE;
	font-size:85%;
	font-weight:normal;
	line-height:1.25em;
	letter-spacing:.15em;
	margin:10px 50px 8px 50px;
}
.oneColFixCtrHdr #mainContent a {
	color:white;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent a:hover {
	color:white;
	background-color:#333333;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family:"Monotype Corsiva";
	margin:0;
	margin-top:10px;
	margin-bottom:-7px;
	padding-left:50px;
	color:black;
	font-size:160%;
}
.oneColFixCtrHdr #mainContent h2 {
	margin:0;
	margin-top:13px;
	margin-bottom:-7px;
	padding-left:50px;
	background:none;
	color:black;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:100%;
}
.oneColFixCtrHdr #mainContent ul {
	color:#EEEEEE;
	font-size:85%;
	font-weight:normal;
	line-height:1.25em;
	letter-spacing:.15em;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 75px;
}
.oneColFixCtrHdr #mainContent div.imgRT {
	float:right;
	margin:10px;
}
.oneColFixCtrHdr #mainContent div.imgRT img {
	border:1px solid white;
}
.oneColFixCtrHdr #mainContent div.imgLT {
	float:left;
	margin:10px 10px 10px 55px;
}
.oneColFixCtrHdr #mainContent div.imgLT img {
	border:1px solid white;
}

/* form setup */
.oneColFixCtrHdr #mainContent form {
	margin:15px auto 0px auto;
	width:605px;
	background-color:#555555;
	border:1px outset black;
	font-size:85%;
}
.oneColFixCtrHdr #mainContent td.textRight {
	text-align:right;
}

.oneColFixCtrHdr #footer {
	height:85px;
	margin-top:15px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:none;
	background-color:black;
}

/* mainMenu */
.oneColFixCtrHdr #mainMenu {
	width:100%;
	height:30px;
	background-color:black;
}

/* textMenu */
.oneColFixCtrHdr #footer p#textMenu {
	font-size:80%;
	text-align:center;
	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 */
	color:#666666;
}
.oneColFixCtrHdr #footer a#textMenu {
	color:#999999;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover#textMenu {
	color:#999999;
	text-decoration:underline;
}



/* copyright */
.oneColFixCtrHdr #footer p#copyright {
	color:#666666;
	font-size:60%;
}
.oneColFixCtrHdr #footer a#copyright {
	color:#666666;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover#copyright {
	color:#666666;
	text-decoration:underline;
}

/* special circumstances */
.caption {
	font-size:10px;
	color:black;
}
.black {
	color:black;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

/* table setup for designers page */
.oneColFixCtrHdr #designerTbl {
	width: 350px;
	border: none;
	margin-left: 60px;
	
}
.oneColFixCtrHdr #designerTbl td {
	width: 50%;
	font-size:85%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

