

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
	text-align: center;
	background: url('../../img/bgc.gif') left top repeat-x #fff;
}
body, td, th, a, input, textarea, select {
    font: 12px Verdana, Arial;
	color: #666666;
}
.fSmall {
	font-size: 8px;
}
#stayalive {
	position: absolute;
	width: 1px;
	height: 1px;
	top: -100px;
	left: -100px;
}
a {
    color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ul li {
	list-style: none;
}
.relwrap {
	position: relative;
	width: 996px;
	margin: 0px auto auto auto;
	text-align: left;
}
.head {
	width: 990px;
}
.head {
	height: 122px;
	background-image: url('../../img/logo.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.head .spacer {
	padding: 0px 0px 0px 516px;
}
.navTop, .navTop ul, .navTop ul li {
	height: 34px;
}
.navTop {
	text-align: right;
}
.navTop ul li {
	float: right;
	padding: 0px 6px 0px 6px;
	background-image: url('../../img/lisplit.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
.navTop ul li.last {
	padding: 0px 0px 0px 6px;
	background: none;
}
.navTop ul li, .navTop ul li a {
	line-height: 34px;
}
.prt, .navTop {
	width: 468px;
}
.prt {
	height: 60px;
	background-color: #fff;
}
.high {
	font-weight: bold;
}
.con {
	width: 996px;
}
.con .spacer {
	padding: 12px 0px 12px 24px;
}
.r1, .r2 {
	float: left;
}
.r2 {
	width: 820px;
}
.r1 {
	width: 152px;
}
.r1 ul {
	padding: 6px 6px 3px 6px;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	background-image: url('../../img/smallboxtop.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
.r1 .ulwrap {
	background-image: url('../../img/greypix.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
.r1 .next {
	margin-top: 12px;
}
.r1 li {
	padding: 4px 27px 4px 6px;
}
.r1 li.bHead {
	background-color: #a20936;
}
.r1 li.bSub {
	background-color: #b4395d;
	background-image: url('../../img/arrdown.gif');
	background-position: 117px center;
	background-repeat: no-repeat;
}
.r1 li.bHead, .r1 li.bSub {
	border-top: 0px;
}
.r1 li.bHead, .r1 li.bHead a, .r1 li.bSub, .r1 li.bSub a {
	color: #fff;
}
.r1 li.bSub, .r1 li.bSub a {
	font-weight: bold;
}
.r1 li.bLight, .r1 li.bLight a {
	color: #b2b2b2;
}
.r1 li {
	border-top: 1px solid #ececec;
}
.r1 li.hRow {
	background-image: url('../../img/lishadow.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
}
.r1 li.free {
	padding-right: 0px;
}
.r1 li.bFoot {
	padding-top: 80px;
}
.tRight {
	text-align: right;
}
.gSearch {
	width: 130px;
	border: 1px solid #a20936;
}
.gGo {
	margin-top: 3px;
	border: 1px solid #a20936;
}
.r2 .spacer {
	padding: 0px 12px 0px 12px;
}
.r2 #boxCol1, .r2 #boxCol2 {
	float: left;
}
.r2 #boxCol1, .r2 .text {
	padding: 0px 12px 0px 12px;
}
.r2 #boxCol2 {
	padding: 0px 12px 0px 0px;
}
.r2 ul {
	padding: 6px 6px 3px 6px;
}
.r2 .ulwrap {
	width: 316px;
	background-image: url('../../img/greypix.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
.r2 .next {
	margin-top: 12px;
}
.r2 li {
	padding: 4px 27px 4px 18px;
}
.r2 li.bHead {
	padding-left: 6px;
	background: url('../../img/boxshadow.gif') bottom left repeat-x #d2effc;
	border-top: 0px;
}
.r2 li, .r2 li a {
	color: #006fa3;
}
.r2 li.bHead, .r2 li.bHead a {
	font-weight: bold;
}

/**
 * Flash sIFR
 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
}
.sIFR-replaced {
    visibility: visible !important;
}
span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
    visibility: hidden;
}
.sIFR-hasFlash h1 {
    letter-spacing: -1px;
    font: 24px Arial;
}
.sIFR-hasFlash h2 {
    letter-spacing: -1px;
    font: 14px Arial;
}