@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f9f9f9;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x,repeat-y;
	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;
}

.heading {
	color: #470000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

a {
	color: #005158;
	font-weight:bold;
	text-decoration:none;
	}
	
a:link {
	color: #005158;
	text-decoration:none;
	}
	
a:hover {
	color: #660000;
	text-decoration:underline;
	}
	
a:visited {
	color: #005158;
	text-decoration:none;
	}
	
a:visited:hover {
	color: #660000;
	text-decoration:underline;
	}

.thrColLiqHdr #container { 
	width: 80%;  /* 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-left: 1px  ridge #1d656b;
	border-right: 1px inset #1d656b;
	border-bottom: 1px inset #1d656b;
	border-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	background: #ffffff; 
	padding: 0 10px;  /* 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. */
} 
.thrColLiqHdr #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 */
}


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent { 
	
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	padding-left: 5px;
	padding-right: 5px;
	/*height:400px;*/
}

.thrColLiqHdr #footer { 
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	background:#ffffff;
	padding:5px;
} 
.thrColLiqHdr #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 */
	
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #470000;
}
.navigation {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
	height:24px;
	width:100%;
	border-bottom: 1 px thin #005158;
	border-top: 1 px thin #005158;

	
	}
.menu  {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 0px;
	height:24px;

	
		}
	.menu a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing:.1em;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-right: 10px;
	border-right:1px solid #FFFFFF;

	
		}
.menu a:link {
	color:#ffffff;
	text-decoration: none;
	}
	
.menu a:visited {
	color:#ffffff;
	text-decoration: none;
	}
	
.menu a:hover {
	color:#4c0000;
	background-color:#F8F8F8;
	text-decoration: none;
	}
.menu a:active {
	color:#4c000;
	background-color:#F8F8F8;
	text-decoration: none;
	
	}
.menu a:visited:hover {
	color:#4c0000;
	background-color:#F8F8F8;
	text-decoration: none;
	
	}
.bullet {
	list-style-image: url(../images/bullet.gif);
}
.heavier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
