<!--
html, body {margin: 0px;padding: 0px; background-color:#000000;}
td {font:12pt "Century Gothic",Georgia,"times new roman",serif; color:#988650;}
select {font:10pt "Century Gothic",Verdana; color:#404040;}
input {font:10pt "Century Gothic",Verdana; color:#404040;}
textarea {font:10pt "Century Gothic",Verdana; color:#404040;}
button {font:10pt "Century Gothic",Verdana; color:#404040; border:none;background:none;cursor:hand;}
a {font:15pt "Century Gothic",Verdana;color:#808000; text-decoration:none;}
a:hover {font:15pt "Century Gothic",Verdana;color:#ffffff; text-decoration:none;}
hr {height:1px; color:#808000;}

.bodycontainer {background-image:url("images/bgnd.jpg");text-align:center;}
.sectioncontainer {width:1024px;height:100%;border:none;}
.sectionheader {height:105px;border:none;overflow:hidden;vertical-align:top;}
.telsheader {color:#ffcc33;}
div#sectionheaderlogo {height:133px;background-color:#000000;border:none;overflow:hidden;}
div#sectionheadertabs {height:24px;background-color:#000000;border:none;overflow:hidden;}
div#sectionheadermenu {height:24px;background-color:#413c2a;border:none;overflow:hidden;}
.sectionscroller {border:none;}
.sectionbody {background-color:#333333;border:none;}
.sectionfooter {height:20px;border:none;overflow:hidden;}
.sectionfooterinfo {font:11pt Arial;color:#e5b033;font-style:italic;font-weight:bold;text-decoration:none;}

#iframecontent {background-color:#ffffff;padding:10px;}
.tbliframe {padding: 0px;}
.tdbodytitle {font:12pt "Century Gothic",Georgia; font-style:italic;  color:#ffffff; font-style:italic; font-weight:bold; padding-bottom:4px; border-bottom:2px solid #ffcc33;}
.tdbodysubtitle {font:10pt "Century Gothic",Georgia; font-style:italic;  color:#000000;font-weight:bold;background-color:#988650;padding:5px;}
.tdbodypar {font:10pt "Century Gothic",Georgia; font-style:italic; color:#000000;background-color:#eeeecc;padding:3px;}
.tdbodyimp {font:10pt "Century Gothic",Georgia; font-style:italic; color:#000000;background-color:#ffffff;padding:3px;}
.tdbodylink {font:10pt "Century Gothic",Georgia; font-style:italic; color:#843931;font-weight:bold;text-decoration:none;}
.tdbodylink:hover {font:10pt "Century Gothic",Georgia; font-style:italic; color:#e5b033;font-weight:bold;text-decoration:none;}
.tdbodyspacer {height:5px;}
div#ticker {overflow:hidden; width:180px;height:190px;border:1px solid #e5b033;}

div#divscroller{width:180px;height:85px;border: 1px solid #e5b033;padding: 5px;background-color:#000000;text-align:left;}
div#divscroller a{font:11pt Arial;color:#e5b033;font-weight:bold;}
.classscroller{font:11pt Arial;color:#e5b033;margin-top:13px;margin-bottom:250px;}

#blenddiv640 {width:640px;height:480px;background-repeat: no-repeat;border:none;overflow:hidden;border:1px solid #988650;}
#blenddiv {width:500px;height:333px;background-repeat: no-repeat;border:none;overflow:hidden;border:1px solid #988650;}
#blendimage {border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0;}

.menulink_off {font:11pt Arial;color:#988650;font-style:italic;font-weight:bold;text-decoration:none;padding-left:8px;padding-right:8px;}
.menulink_off:hover {font:11pt Arial;color:#ffcc33;font-style:italic;font-weight:bold;text-decoration:none;padding-left:8px;padding-right:8px;}
.menulink_on {font:11pt Arial;color:#ffffff;font-style:italic;font-weight:bold;text-decoration:none;padding-left:8px;padding-right:8px;}
.menulink_on:hover {font:11pt Arial;color:#ffcc33;font-style:italic;font-weight:bold;text-decoration:none;padding-left:8px;padding-right:8px;}

div#PGTittle {width:800px; height:91px; overflow:hidden; padding:0px;background-color:#000000;}
div#PGHeader {width:800px; height:25px; overflow:hidden;}
div#PGBody {width:800px; height:450px; overflow:auto; border:none; padding:0px;background-color:#F7EFF7;}
div#PGComments {width:220px; height:450px; overflow:auto; border:none; padding:0px;}
div#PGFooter {width:800px; height:34px; overflow: hidden;padding: 0px;background-color:#000000;}
.PG_txtTittle {font:10pt Verdana,Arial,Tahoma,serif; color:#404040;font-weight:bold;text-decoration:none;}
.PG_txtTittle:hover {font:10pt Verdana,Arial,Tahoma,serif; color:#ffffff;font-weight:bold;text-decoration:none;}
.PG_txtMsgHdr {font:8pt Arial,Tahoma,serif; color:#404040;font-weight:bold;text-decoration:none;}
.PG_txtMsgHdr:hover {font:8pt Arial,Tahoma,serif; color:#e5b033;font-weight:bold;text-decoration:none;}
.PG_txtMsg {font:8pt Arial,Tahoma,serif; color:#404040;text-decoration:none;}
.PG_tblgrid {border:1px solid #404040;border-collapse:collapse;}
.PG_tdgrid-tit {font:10pt Verdana,Arial,Tahoma,serif; color:#404040;border:1px solid #404040;background-color:#404040;font-weight:bold;color:#ffffff;}
.PG_tdgrid-sub {font:10pt Verdana,Arial,Tahoma,serif; color:#404040;border:1px solid #404040;background-color:#d0c4b8;font-weight:bold;}
.PG_tdgrid-imp {font:8pt Arial,Tahoma,serif; color:#404040;border:1px solid #c0c0c0;background-color:#EEEECC;}
.PG_txtFooter {font:11pt Arial;color:#e5b033;font-style:italic;font-weight:bold;text-decoration:none;}

#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {position:absolute;z-index:201;top:0px;left:0px;display:none;padding:0px;}
#popupInner {background-color:#ffffff;padding-bottom:10px;padding-left:10px;padding-right:10px;}
#popupTitleBar {background-color:#ffffff;height:22px;position: relative;z-index: 203;padding-top:3px;padding-bottom:3px;}
#popupTitle {float:left;font:12pt "Century Gothic",Verdana;color:#404040;}
#popupControls {float:right;cursor:pointer;cursor:hand;}
#popupFrame {margin:0px;width:100%;height:100%;position:relative;z-index:202;border:1px solid #404040;}
-->