@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColLiqCtrHdr #container {
	width: 750px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	outline-style:ridge;
}
.oneColLiqCtrHdr #header {
	width: 100%;
	
	background: #FFFFFF; 
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #table {
	width: 100%;
	
	background: #FFFFFF; 
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	width: 100%;
	
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;*/
} 
.oneColLiqCtrHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

 Begin Top Nav   
#nav {
        FONT-SIZE: 93%; BACKGROUND: url(bg.gif) #dae0d2 repeat-x 50% bottom; FLOAT: left; WIDTH: 100%; LINE-HEIGHT: normal
}
#nav UL {
        PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#nav LI {
        PADDING-RIGHT: 0px; PADDING-LEFT: 9px; BACKGROUND: url(file:///C|/Documents%20and%20Settings/PM2/My%20Documents/FCCWeb/FirstClass/left.gif) no-repeat left top; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#nav A {
        PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 6px; FONT-WEIGHT: bold; BACKGROUND: url(file:///C|/Documents%20and%20Settings/PM2/My%20Documents/FCCWeb/FirstClass/right.gif) no-repeat right top; FLOAT: left; PADDING-BOTTOM: 4px; COLOR: #A28158; PADDING-TOP: 5px; TEXT-DECORATION: none
}
#nav A {
        FLOAT: none
}
#nav A:hover {
        COLOR: #333
}
#nav #current {
        BACKGROUND-IMAGE: url(file:///C|/Documents%20and%20Settings/PM2/My%20Documents/FCCWeb/FirstClass/left_on.gif)
}
#nav #current A {
        BACKGROUND-IMAGE: url(file:///C|/Documents%20and%20Settings/PM2/My%20Documents/FCCWeb/FirstClass/right_on.gif); PADDING-BOTTOM: 5px; COLOR: #333
}

 End Top Nav

 Begin Bottom Nav 

#bottomnav {
        FONT-SIZE: 93%; BACKGROUND: url(bg.gif) #dae0d2 repeat-x 50% bottom; FLOAT: right; WIDTH: 100%; LINE-HEIGHT: normal
}
#bottomnav UL {
        PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 10px; LIST-STYLE-TYPE: none
}
#bottomnav LI {
        PADDING-RIGHT: 0px; PADDING-LEFT: 9px; BACKGROUND: url(file:///C|/Documents%20and%20Settings/PM2/My%20Documents/FCCWeb/FirstClass/left.gif) no-repeat left top; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#bottomnav A {
        PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 6px; FONT-WEIGHT: bold; BACKGROUND: url(file:///C|/Documents%20and%20Settings/PM2/My%20Documents/FCCWeb/FirstClass/right.gif) no-repeat right top; FLOAT: right; PADDING-BOTTOM: 4px; COLOR: #A28158; PADDING-TOP: 5px; TEXT-DECORATION: none
}
#bottomnav A {
        FLOAT: none
}
#bottomnav A:hover {
        COLOR: #333
}
#bottomnav #current {
        BACKGROUND-IMAGE: url(file:///C|/Documents%20and%20Settings/PM2/My%20Documents/FCCWeb/FirstClass/left_on.gif)
}
#bottomnav #current A {
        BACKGROUND-IMAGE: url(file:///C|/Documents%20and%20Settings/PM2/My%20Documents/FCCWeb/FirstClass/right_on.gif); PADDING-BOTTOM: 5px; COLOR: #333
}

 End Bottom Nav 

</style>.infobox {
	background-color: #999;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
#infoBox {
	background-color: #999;
	color: #FFF;
	font-weight: bold;
}
