@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #E8FFFF;
	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-size: 12px;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.gavheadtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid black;
	height: 50px;
	vertical-align: middle;
}

.gavheadright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid black;
	height: 50px;
}
.gavheadleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-left: 1px solid black;
	height: 48px;
}
.gavheadmid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}

.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 18px;
	color: #663300;
	font-weight: normal;
}
.twoColFixLtHdr #container #sidebar1 h4 {
	font-size: 16px;
	font-weight: normal;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.twoColFixLtHdr #container #sidebar1 a:link {
	color: #660000;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:visited {
	color: #660000;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #666600;
	border-bottom:1px dotted #666600
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color: #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 */
}
.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;
}

table.navmast {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
}
table.navmast th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.navmast td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;
}.twoColFixLtHdr #container #header .navmast a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .navmast a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .navmast a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

.twoColFixLtHdr #container #footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.twoColFixLtHdr #container #footer a:hover {
	color: #FFFF99;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	margin: 0px;
}
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
	padding-left: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-weight: normal;
	font-size: 16px;
	color: #003366;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent #svcsubset p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent #svcsubset a:link {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #003366;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent #svcsubset a:visited {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #003366;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent #svcsubset a:hover {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FF0000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:link {
	color: #003366;
}

.twoColFixLtHdr #container #mainContent a:visited {
	color: #003366;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #FF0000;
}

.noteinset	{
	margin:10px 50px 10px 20px; border-top:1px solid silver;
}	
.gavehtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	height: 60px;
}
.resourcelink {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.resourcedesc {
	font-size: 12px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
