@charset "UTF-8";
/* CSS Document */


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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	background-color: #cccccc;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixRtHdr #container {
	width: 980px;
	background: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #000000;
} 

.twoColFixRtHdr #header #mastfix {
	background: #FFFFFF; /* IE5 fix */
	padding: 0;
	margin: 0;
	height: 99px;
	white-space: nowrap
	
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	margin: 20px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}

.twoColFixRtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
} 


.twoColFixRtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.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;
}

.exphed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #a9a9c0;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: lighter;
}

.reshed {
	color: #333333;
	font-weight: bold;
	margin-bottom: -6px;
}
.promo {
	float: left;
}
.fronblurb {
	padding-top: 6px;
	padding-left: 3px;
	padding-right: 12px;
	text-align: left;
}
#nav {
	background-color: #a9a9c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: center;
	padding: 1px;
	word-spacing: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
}
.orangehighlight {
color: #FF9900
}
.td {
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
