@charset "UTF-8";
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: 100%;
	background-color: #200;
}
.twoColFixLtHdr #container {
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #555;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
} 
.twoColFixLtHdr #header {
	background-color:#90F;
	background: url(../graphics/banner/CSWBanner-2010.jpg) no-repeat center;
	height: 110px;
/*	width: 974px; */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header a {
	border:none;
	margin:0;
	padding:0;
	outline:none;
}
.twoColFixLtHdr #header img {
	border:none;
	margin:0;
	padding:0;
	outline:none;
}
.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #EBEBEB;
	background-image: url(../graphics/backgrounds/sidebar1.jpg);
	background-repeat: no-repeat;
	height: 388px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	color:#FFFFFF;
} 

.twoColFixLtHdr #mainContent p {
	/*border: 1px solid #FFF;
	margin: 20px;
	padding: px;
	color: #CCC;
	font-family:Georgia, "Times New Roman", Times, serif;*/
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align:center;
	border-top: 1px solid #300;
} 
.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 */
	font-size: 65%;
	text-align:center;
}
.twoColFixLtHdr #footer ul {
    display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

.twoColFixLtHdr #footer ul a {
	font-size: 75%;
	display: inline;
	padding: 0 25px;
	height: 20px;
	color: #000;
	text-decoration: none;
	line-height: 20px;
}

.twoColFixLtHdr #footer li {
	display:inline;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc33; */
}

.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: 100px;
	width: 100px;
}
.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;
}

.twoColFixLtHdr #hmenu1 ul {
    display:inline;
	list-style:none;
	margin:0;
	padding:0;
	width:974;
}

.twoColFixLtHdr #hmenu1 ul a {
	font-size: 90%;
	display: inline-block;
	padding: 0 25px;
	height: 20px;
	background-color: #900;
	color: #fec4ae;
	text-decoration: none;
	line-height: 20px;
}

.twoColFixLtHdr #hmenu1 li {
	display:inline;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc33; */
}

.twoColFixLtHdr #hmenu1 li a:hover {
	background-color: #600;
	color: #FFF;
}	

.twoColFixLtHdr #hmenu1 {
	background-image:none;
	background-color:#900;
	height: 20px;
	text-align:center;
	border-top: #600 1px solid;
	border-bottom: #600 1px solid;
}

.twoColFixLtHdr #hmenu2 {
	background-image:url(../graphics/backgrounds/vintagepaperbar5.jpg);
	background-color:#600;
	height: 30px;
	border-bottom: #300 1px solid;
	color: #272C0C;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 130%;
	padding-left: 30px;
	font-weight:bold;
	line-height:30px;
}
.twoColFixLtHdr #hmenu2 ul {
    display:inline;
	margin:0;
	padding:0;
	width:974;
}

.twoColFixLtHdr #hmenu2 ul a {
	font-size: 80%;
	font-style:italic;
	font-weight:bold;
	font:"Times New Roman", Times, serif;
	display: inline-block;
	padding: 0 10px;
	height: 25px;
	background-color: none;
	color: #272C0C;
	text-decoration: none;
	line-height: 30px;
}

.twoColFixLtHdr #hmenu2 li {
	display:inline;
	background:url(../graphics/buttons/whiteslash.png) no-repeat 0 50%;
	padding-left:30px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc33; */
}

.twoColFixLtHdr #hmenu2 li a:hover {
	background-color: #600;
	color: #FFF;
}

.twoColFixLtHdr #vmenu {
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	margin-top: 25px;
}

.twoColFixLtHdr #vmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.twoColFixLtHdr #vmenu li {
	margin-bottom: 11px;
}

.twoColFixLtHdr #vmenu ul a {
	display: block;
	height: 25px;
	width: 158px;
	line-height: 25px;
	text-decoration: none;
	background: url(../graphics/buttons/menuarrow3.gif) no-repeat;
	color: #fec4ae;
	font-size: 90%;
	text-align: center;
	text-indent: -20px;
}

.twoColFixLtHdr #vmenu ul a:hover, .selected a {
	margin-left: 20px;
}
