@charset "utf-8";
html {
	overflow: scroll;
}

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: 75%;
	background-color: #FFFFFF;

}
.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#navcontainer {
	background-color: #194D92;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#header {

}

#navlist {
	padding:0px;
	margin:0px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin:0px;
}

.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 px;  /* 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. */
} 
.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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #6c8db9;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#sidebar1 h3 {
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}

#sidebar1 a {
	color:#CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

#sidebar1 a:hover {
	color:#FFFFFF;
	text-decoration: underline overline;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:750px;
	background-color: #FFFFFF;
} 
span.title {
	font-size: larger;
	font-weight: bold;
	color: #194D92;
}

#bodyContent {
	background:#FFFFFF;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 720px;
	float: right;
}
#sidebar2 {
	font-size: 90%;
	color: #194D92;
	padding: 5px;
	float: right;
	width: 150px;
	text-align: center;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #6C8DB9;
	border-bottom-color: #6C8DB9;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #6C8DB9;
	text-align: right;
	font-size: 80%;
	background: #FFFFFF;
} 
.twoColFixLtHdr #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 */
	line-height: 100%;
}
.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;
}

#sectionHdr {
	background-color: #6c8db9;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sectionHdr h3{
	margin:0px;
	padding:0px;
}
#sectionHdr p.breadcrumbs{
	margin:0px;
	padding:0px;
}

h1 {
	color: #6c8db9;
	font-size: 200%;
}

h2 {
	color: #6c8db9;
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

.news {
			
	font-size:10px;
	font-weight:normal;
	padding:4px;
	color:#1452A1;
	position:relative;
	float:right;
	padding-bottom:10px;
}

.news a {
	color:#CCCCCC;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}	

.news a:hover {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline overline;
}	
#sidebar1 ul {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0px;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color:#1452A1;
}

#sidebar1 ul ul {
	list-style-type: square;
	padding-left: 5px;
	margin-left: 15px;
	font-size: .95em;
	color: #CCCCCC;
	text-transform: none;
}
table.product {
	background-image: url(../images/table-bottom-bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a {
	color: #2B5B9B;
}

hr
	{
	width: 70%;
	height: 2px;
	color: #6C8DB9;
	text-align:center;
	}

td.section
	{
	background-color:#FFFFFF;
	font-size:11px;
	font-family:Trebuchet MS;
	color:#000000;
	padding:10px;
	margin:4px;
	width: 50%;
	border: 0px solid #1452A1;
	}


td.section p
	{
	margin-top:6px;
	padding:6px;
	line-height:14px;
	}

td.header
		{
	padding:6px;
	font-size:11px;
	color:#FFFFFF;
	margin:0px;
	font-weight:bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #0C4F9E;
	border-left-color: #FFFFFF;
	}

td.header a
	{
	font-size: 10pt;
	text-decoration: none;
	}

.floater {
		float: left;
		width: 171px;
		height: 171px;
		text-align: center;
		padding: 3px;
	}

.floater img {
	border: 1px solid #003366;
	margin: 3px;
	padding: 0px;
	vertical-align:middle;
	}

.floater {
	border: none;
	}

.line {
	height: 1px;
	background-color: #6699CC;
	background-image: url(../images/borderLine.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 200px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
