@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: #333333;
	font-family: "Times New Roman", Times, serif;
	;
}
.twoColFixRtHdr #container {
	width: 900px;  /* 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 #666666;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;  /* 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. */
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #FFFFFF;
	padding: 20px 20px 20px 20px;
}
.twoColFixRtHdr #mainContent {
	padding: 5px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 25px;
	margin-right: 290px;
}
.twoColFixRtHdr #footer {
	padding: 10px 10px 10px 20px;
	background-color: #EEE;
	border-top: 1px solid #666666;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixRtHdr #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;
}
.breadcrums {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 40px 10px 0px 20px;
	width: right;
	text-align: left;
}
#ulMainNav li {
	display: inline;
	float: left;
	text-align: center;
	padding-left: 20px;
}
#ulMainNav a:link, #ulMainNav a:active, #ulMainNav a:visited {
	color: #333333;
	text-decoration: none;
	background-image: url(rich_media/ManNav/mainNavflipblank.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	width: 100px;
	text-align: center;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#ulMainNav a:hover, #ulMainNav a.current:link, #ulMainNav a.current:visited {
	color: #666666;
	background-position: center center;
	float: left;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	background-color: #FFFF66;
}
#ulMainNav {
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: inline;
	height: 20px;
	width: 900px;
	float: left;
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #EEE;
}
#sidebarnav {
	border: 1px solid #666666;
	background: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.sidebarnavtxt {
	padding-left: 10px;
}
h1 {
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
	color: #7E7E7E;
	;
	letter-spacing: -0.75px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 0.875em;
	color: #474747;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.textnav {
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #484244;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	background: #FFFF66;
}
a:visited {
	color: #272425;
}
.bold {
	font-weight: bold;
	color: #474747;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.75px;
	line-height: 1.2em;
}
.italic {
	font-weight: normal;
	color: #000000;
	font-style: italic;
	word-spacing: -0.25px;
	font-size: 0.875em;
	line-height: 1.3;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	width: right;
	text-align: left;
}
#bottomtxt a:link, #ulMainNav a:active, #ulMainNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: normal;
}
#bottomtxt a:hover, #ulMainNav a.current:link, #ulMainNav a.current:visited {
	color: #333333;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	background-color: #FFFF66;
}
.SidebarTxt {
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #666666;
}
#ulSideBarNavit {
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: inline;
	height: 20px;
	width: 250;
	float: left;
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #EEE;
}
#SideBarLines {
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: inline;
	height: 20px;
	width: 250px;
	float: left;
	list-style-type: none;
	clear: both;
	margin: 0px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #EEE;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding: 0;
	font-size: 10px;
}
a {
	color: #c75f3e;
}

#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	color: #474747;
	border-bottom: 1px solid #474747;
	text-align: left;
	padding: 2px 3px 2px 4px;
	font: bold 10px;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding: 2px 6px;
	color: #474747;
}

* {
	
}


td.alt {
	color: #797268;
	background-color: #474747;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
