@charset "utf-8";
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin: 0px;
}

.thrColFixHdr #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. */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header p {
	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. */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #6699CC;
	font-size: 9px;
}
.thrColFixHdr   #header   a:link  {
	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. */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #e05e1f;
	font-size: 10px;
	text-decoration: none;
}
.thrColFixHdr  #header  p a:hover {
	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. */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #6699CC;
	font-size: 10px;
	text-decoration: none;
}
.thrColFixHdr   #header   a:active  {
	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. */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #CC0033;
	font-size: 9px;
	text-decoration: none;
}
.thrColFixHdr   #header   a:visited  {
	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. */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #244d64;
	font-size: 9px;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	border-right-style: none;
	height: 100%;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 80px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.thrColFixHdr  #sidebar1  p {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.thrColFixHdr #sidebar1 h1 {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0099FF;
}
.thrColFixHdr #sidebar1 h2 {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6699cc;
}
.thrColFixHdr   #sidebar1   h3  {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #76b4cf;
	font-weight: bold;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-style: none;
	border-left-color: #999999;
	-moz-border-bottom-colors: #6699cc;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-left-colors: #6699cc;
} 
.thrColFixHdr #mainContent h1 {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e05e1f;
	text-transform: uppercase;
}
.thrColFixHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699cc;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 2px;
	letter-spacing: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent p {
	margin: 0px;
	padding: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding-top: 10px;
	letter-spacing: 0px;
}
.thrColFixHdr #footer {
	background-repeat: no-repeat;
	background-image: url(/images/footergraphic.jpg);
	background-position: absolute bottom;
	background-color: #6699cc;
	background-attachment: fixed;
} 
.thrColFixHdr #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 10px 10px 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #244d64;
	color: #FFFFFF;
}
.thrColFixHdr #footer a:link {
	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 10px 10px 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #244d64;
	color: #e7e7e4;
}

.thrColFixHdr #footer a:hover {
	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 10px 10px 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #244d64;
	color: #ecb104;
}

.thrColFixHdr #footer a:visited {
	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 10px 10px 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #244d64;
	color: #76b4cf;
}

.thrColFixHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
} 

/* CSS Document */

p, li, ul, ol, td, tr, body
{
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	font-variant: normal;
	padding: 10;
	float: none;
	margin-left: 25px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(images/goldgradient.gif);
	background-repeat: repeat-x; 
	background-color: #6699cc
	
	
}

/* 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: 0px;
}
.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: 0px;
}
.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;
}
#tableflashes {
	position: absolute;
	z-index: 3;
	margin-top: 170px;
}
.ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	list-style-position: outside;
	list-style-type: circle;
	list-style: #66cc99;
}
.thrColFixHdr #mainContent h3 {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699CC;
	text-align: left;
	padding-top: 12px;
	font-style: normal;
	font-weight: bold;
}
.thrColFixHdr  #mainContent  h4 {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e05e1f;
	font-weight: bold;
}
.thrColFixHdr #mainContent a:link {
	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. */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #e05e1f;
	font-size: 11px;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:visited {
	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. */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #244d64;
	font-size: 11px;
	text-decoration: none;
}




/* this is the test portion to see if sidebar 1 navlist will work */
#navlist
{
padding: 0 1px 1px;
margin-left: 0px;
font: bold 12px Verdana, sans-serif;
background: gray;
width: 13em;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
	text-align: left;
	padding-left: .5px;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #244d64;
background: #CCD;
text-decoration: none;
}

#navlist li a:link {
color: #448;
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #244d64;
background: #CCD;
text-decoration: none;
} 

#navlist li a:visited { 
color: #667; 
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #244d64;
background: #CCD;
text-decoration: none;
}

#navlist li a:hover
{
border-color: #ecb104;
color: #FFF;
background: #332;
}

/* this is where the test ends */



.thrColFixHdr #sidebar1 a:link {
	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. */
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #e05e1f;
	font-size: 11px;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 p a:hover {
	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. */
	
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #6699CC;
	font-size: 11px;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:visited {
	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. */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #244d64;
	font-size: 11px;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	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. */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #6699CC;
	font-size: 11px;
	text-decoration: none;
}
.thrColFixHdr #mainContent p2 {
	margin: 0px;
	padding: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style:outside;
	left: 25px;
	

}
.thrColFixHdr #container #sidebar1 #topsidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
