/* CSS Document */

<!--
body,td,th {
	font: 95%/140% Georgia, Times New Roman, Times, serif;
	color: #000;
}
body {
	background: #cccc99 url(../images/bg_stripe.jpg) repeat-y right top;
	margin: 0px;
}
p {
	text-align: justify;
	vertical-align: top;
	display: block;
	padding-right: 1em;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #E60000;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #2A007C;
}
h1 {
	font-size: 42px;
	line-height: 38px;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 30px;
	line-height: 26px;
	margin: 0px 0px -3px;
	padding-top: 10px;
}
h3 {
	font-size: 18px;
	line-height: 19px;
	margin: 30px 0 -12px 0;
}
#loginout h3 {
	margin-bottom: .5em;
}
h4 {
	font-size: 14px;
	margin: 2px 0 1px 0;
}
.picPanel h3 {
	font-size: 19px;
	margin: 6px 0 -4px 0;
	text-align: right;
}
/*--POSITIONING--*/

div {
	/* border: 1px solid red; */
}
div#container {
	position: absolute;
	height: 400px;
	width: 853px;
	top: 0px;
	right: 0px;
	border: 0px transparent solid;
	background: url(../images/header.jpg) no-repeat right top;
}
div#rightNav, div#leftNav, div#centralTxt, div#wideCol {
	top: 215px;
}
div#leftNav, div#searchPanel, div#secondPanel, div#thirdPanel {
	width: 230px;	
}
div#leftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 255px;	
	position: absolute;
	margin-left: 12px;
	/* border: 1px red dashed; */
}
div#searchPanel {
	padding: 9px 12px 3px 12px;
	border: 1px #999 solid;
	background-color: #7D7DFF;
	font-size: 9px;
	text-align: right;
	color: #000;
}
div#secondPanel, div#thirdPanel {
	margin-top: 12px;
	padding: 6px 12px 12px 12px;
	border: 1px black solid;
}
div.panel {
	text-align: right;
	margin-top: 6px;
	padding: 6px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 9.5px;
}
div#rightNav {
	background: #CCC;
	position: absolute;
	width: 120px;
	right: 5px;
	text-align: left;
	border: 0px transparent solid;
}
div#centralTxt {
	position: absolute;
	right: 136px;
	/* border: 1px blue solid; */
	width: 435px;
	margin-bottom: 40px;
}
div#wideCol {
	position: absolute;
	right: 136px;
	/* border: 1px blue solid; */
	width: 705px;
	margin-bottom: 40px;
}
div#dateline, div#topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: -6px;
	margin-top: 6px;
	padding-left: 12px;
	background-color: transparent;
}
div#topNav {
	top: 179px;
	position: absolute;
	margin-left: -6px;
	padding-left: 12px;
}
div.section {
	border: 0px transparent solid;
}

/*--LISTS--*/
ul, li, .section  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px 0px 0px 0px;
	margin: 0;
	list-style: none;
}
ul {
	margin: 0;
	/* border: 1px solid blue; */
}
div#members li {
	background-color: #7D7DFF;
	border: 1px solid #666;
	border-top: 2px solid #C1C1FF;
	color: #FFF;
}
div#members li:link {
	color: #FFF;
}
li {
	padding: 2px 3px 2px 9px;
	border: 1px solid #666;
	border-top: 2px solid #E6E6E6;
	text-decoration: none;
}

ol {
	padding-top: 1em;
}

ol li, ol li:hover  {
	border: none;
	font: 13px/16px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 1em 0;
	background: none;
	color: #000;
	list-style: decimal;
}

ol li:hover {
	
}

#members li:hover, li:hover {
	color: #FFF;
	background: #2A007C;
	text-decoration: none;
}
#rightNav a {
	text-decoration: none;
}
#rightNav a:link {
	text-decoration: none;
	color: #666;
}
div#members a:link  {
	text-decoration: none;
	color: #FFF;
}
div#rightNav a:hover, div#members a:hover {
	text-decoration: none;
	color: #FFF;
}
.sectionHd {
	line-height: 190%;
	color: #2A007C;
}
.section, .sectionHd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.section {	
	padding: 5px 9px 6px 9px;
	margin: 0px 0 -6px 0;
	border: 1px solid #666;
	border-top: 1px solid #E6E6E6;
	background-color: #2A007C;
	color: #FFF;
}
.panelTxt, .panelTxt_feint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 9.5px;
	text-align: right;
}
.panelTxt_feint {
	/* color: #666; */
	text-decoration: line-through;
}
.CAPS {
	text-transform: uppercase;
}
div.float {
	float: right;
	margin-top: 16px;
	margin-left: 12px;
	margin-bottom: -9px;
}
div.picPanel {
	float: right;
	width: 202px;
	margin: 9px 0 9px 12px;
	padding: 6px;
	_padding-bottom: 6px;
	border: 1px solid #2A007C;
	background-color: #CCCC98;
}
div.float p, p.byline {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	color: #2A007C;
}
div.picPanel p {
	text-align: right;
	font-size: 90%;
	font-weight: bold;
}
#byline {
	text-align: left;
	font-weight: bold;
	margin: 16px 0px -6px 0px;
	padding: 3px 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}
img.border {
	border: 1px solid black;
}
div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 10px;
	padding-top: 20px;
	vertical-align: bottom;
	border-top: 1px solid #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}
 rhnLabel .a, .rhnLabel a:link, {
	color: #FFF;
}
.contacts p {
	line-height: 150%;
}
img#eml {
	border: none;
	margin-right: 2px;
	width: 13px;
	height: 11px;
}
.regIco {
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFF;
	background-color: #2A007C;
	letter-spacing: 2px;
	text-align: center;
	border: 1px solid #CCCC98;
}
div#topLft {
	position: absolute;
	top: 0;
	left: 0;
}
img.uparra {
	border: none;
	margin-right: 2px;
}
.boldTxt {
	font-weight: bold;
}
div#subHd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	margin: 6px 0 -6px 0px;
}
div.caption {
	font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
}
div.credit {
	font: bold 7px/9px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.linkStyle ul, .linkStyle li {
	border: none;
	padding: 0;
	background-color: transparent;
	color: #000;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 9px;
	text-transform: uppercase;
}
.linkStyle ul a, .linkStyle li a {
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
	text-transform: none;
}
.linkStyle ul a:hover, .linkStyle li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.bylineEnd {
	font: bold italic 95% Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.right {
	text-align: right;
}

blockquote {
	margin-left: 0;
	padding-left: 3.6em;
	padding-right: 1em;
	font: bold 120%/130% Georgia, "Times New Roman", Times, serif;
	background: url(../images/66.png) no-repeat left top;
	color: #630;
	border-right: 1px dotted #000;
	margin-right: 2em;
}

-->
