/* CSS Document */

* {
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	background-color: #3e3a36;
	width: 100%;
	height: 100%;
}

/* for Internet Explorer */
/*\*/
* html {
	scrollbar-face-color: #3e3a36;
	scrollbar-highlight-color: #3e3a36;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #b2b0af;
}
/**/

a:link, a:visited, a:active {
	color: #6793da;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #6793da;
	text-decoration: none;
}

TABLE {
}

TD, TH {

}

IMG {
	border: none;
}

H1 {
}

H2 {
	font-weight: bold;
}

H3 {
}

p {
	padding-bottom: 5px;
}

UL {
}

OL {
}

LI {
}

INPUT {
}

FORM {
}

LABEL {
}

/* End Tag Specs */


/* Start Container Classes */

DIV.Shell {
}

DIV.Main {
	width: 800px;
	height: 100%;
	min-height: 100%;
	position: relative;
	top: 25px;
	left: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
	font-size: 1em;
 	background-color: #FFFFFF;
	background-image: url(../images/GFX/MainShad.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.Main Table {
	margin: 100px 10px 0px;
}

.Main TD {
	vertical-align: top;
}

DIV.Main#Pop {
	width: 360px;
	height: 441px;
	top: 10px;
	background-image: none;
	background-color: #FFFFFF;
}

#Pop H2, #Pop P {
	width: 340px;
	padding: 10px 10px 0px;
}

#Col-Left {
	width: 300px;
	padding: 16px 5px 15px 15px;
}

#Col-Right {
	padding: 0px 15px 15px;
}

/* Right Column IDs */
#Col-Right1, #Col-Right2, #Col-Right3, #Col-Right4, #Col-Right5, #Col-Right6, #Col-Right7, #Col-Right8 {
	width: 400px;
	padding: 15px;
	background-color: #e8e3d2;
	border-top: 1px solid #3e3a36;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: auto;
	min-height: 200px;
}

/* for Internet Explorer */
/*\*/
* html #Col-Right1 {
	height: 200px;
}
/**/

#Col-Right Table {
	margin-top: 0px;
	color: #666666;
	margin: 0px;
}

#Col-RightHome Table {
	font-size: 8pt;
	line-height: 10pt;
}

#Col-RightHome H2 {
	width: 440px;
	padding: 15px 2px 2px;
	background-color: #e8e3d2;
	border-top: 1px solid #3e3a36;
	margin: 0px 0px 10px;
}

#Col-Right1 IMG {
	width: 80px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

.Main OL {
	margin-left: 17px;
	margin-top: 5px;
	padding-left: 5px;
	color: #3e3a36;
	font-size: 1em;
	list-style-position: outside;
 }

.Main UL {
	margin-left: 15px;
	padding-left: 0px;
	color: #3e3a36;
	font-size: 1em;
	list-style-type: square;
	list-style-position: outside;
}

.Main LI {
	font-size: 1em;
	padding-bottom: 4px;
	padding-top: 0px;
}

.Main LI A:link, .Main LI A:visited {
	text-decoration: none;
}

.Main LI A:hover {
	text-decoration: underline;
}

/* News + Event List objects */
#Col-Right1 LI {
	clear: left;
}

#Col-Right1 LI DIV {
	margin-top: 5px;
}

.Main H1 {
	font-size: 1.7em;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.Main H2 {
	font-size: 0.9em;
	color: #847248;
	font-weight: bolder;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
}

/* for Internet Explorer */
/*\*/
* html .Main H2 {
	font-size: 1em;
}
/**/

.Main H2 A:link, .Main H2 A:visited, .Main H2 A:active {
	text-decoration: none;
}

.Main H2 A:hover {
	text-decoration: underline;
}

.Main H3 {
	font-family: "Times New Roman", Times, serif;
	color: #847248;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-style: italic;
	width: 100%;
	border-bottom: 1px solid #847248;
	line-height: .8em;
}

.Main H4 {
	font-size: 0.9em;
	color: #000000;
	letter-spacing: 0.2em;
	float: right;
}

.Main H5 {
	font-size: 1em;
	color: #000000;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

.Main H6 {
	font-family: "Times New Roman", Times, serif;
	color: #847248;
	font-size: 1.5em;
	font-weight: bold;
	padding-right: 10px;
	font-style: italic;
	line-height: 0.8em;
	float: left;
}

.Main A:link, .Main A:visited, .Main A:active {
	text-decoration: underline;
}

.Main A:hover {
	text-decoration: none;
}

.Main p {
	padding-bottom: 10px;
}

DIV.Header {
	width: 750px;
	height: 70px;
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 3;
	padding: 15px;
}

.Header IMG {
	float: right;
}

DIV.Marquis {
	width: 780px;
	height: 280px;
	position: relative;
	left: 10px;
	top: 100px;
	z-index: 4;
}

DIV.Footer {
	width: 780px;
	height: 50px;
	position: relative;
	left: 0px;
	top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 7px 0px 15px;
	color: #8b8986;
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 10px;
}

DIV.Footer#PopUp {
	width: 360px;
	height: 20px;
	top: 441px;
	z-index: 5;
	position: absolute;
}

.Footer p {
	bottom: 0px;
	position: absolute;
	left: 0px;
}

.Footer p:first-line {
	font-size: 11px;
	color: #b2b0af;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
}

.Footer A:link, .Footer A:visited, .Footer A:active {
	color: #b2b0af;
	text-decoration: none;
}

.Footer A:hover {
	text-decoration: underline;
	color: #ffffff;
}

.Footer#RightFooter {
	float: right;
	width: auto;
	height: auto;
	left: auto;
	right: 0px;
	top: -5px;
	margin-top: 0px;
}

.Footer UL {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 10px;
	color: #b2b0af;
	font-weight: bold;
	list-style-image: none;
}

.Footer LI {
	list-style-type: none;
	margin: 0px;
	padding-right: 5px;
	float: left;
}

.Footer LI:Hover {
}

.Footer LI A:link, .Footer LI A:visited, .Footer LI A:active {
	color: #ffffff;
	text-decoration: underline;
}

.Footer LI A:hover {
	text-decoration: none;
}

/* End Container Classes */


/* Start Nav Classes */

DIV.Nav {
	top: 80px;
	position: absolute;
	left: 0px;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

.Nav UL {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

.Nav LI {
	float: left;
	list-style-type: none;
}

.Nav A:Link, .Nav A:Visited, .Nav A:Active {
	color: #c5ba8e;
	text-decoration: none;
}

.Nav A:hover {
	text-decoration: none;
}

.Nav IMG {
	float: none;
}

DIV.SubNav {
	position: absolute;
	bottom: 17px;
	left: 5px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	width: 600px;
	height: 20px;
	padding-bottom: 3px;
	visibility: hidden;
}

.SubNav A:Link, .SubNav A:Visited, .SubNav A:Active {
	border-right-style: none;
	margin: 0px;
	padding: 0px;
	color: #847248;
	font-weight: normal;
	display: block;
}

.SubNav A:Hover {
	padding-left: 0px;
	border: none;
	color: #c18a0b;
}

.SubNav UL {
	color: #000000;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-weight: bold;
}

.SubNav LI {
	font-size: 10px;
	float: left;
	margin-left: 10px;
	list-style-type: none;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.SubNav LI A:Hover {
	text-decoration: none;
}

/* End Nav Classes */


/* Start Container Shadow Classes */

DIV.Shadow {
	width: 780px;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 10px;
	background-image: url(../images/GFX/Shadow_Top.gif);
	background-repeat: repeat-x;
 }

.Shadow#PopTop {
	width: 360px;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0px;
	background-image: url(../images/GFX/Shadow_Top.gif);
	background-repeat: repeat-x;
 }

.Shadow#TopLeft {
	width: 10px;
	position: absolute;
	left: -10px;
	top: 0px;
	background-image: url(../images/GFX/Shadow_TopLeft.gif);
	background-repeat: no-repeat;
 }

.Shadow#TopRight {
	width: 10px;
	left: auto;
	right: -10px;
	top: 0px;
	background-image: url(../images/GFX/Shadow_TopRt.gif);
	background-repeat: no-repeat;
 }

.Shadow#Left {
	width: 10px;
	height: 100%;
	min-height: 100%;
	left: -10px;
	top: 0px;
	background-image: url(../images/GFX/Shadow_Left.gif);
	background-repeat: repeat-y;
}

.Shadow#Right {
	width: 10px;
	height: 100%;
	min-height: 100%;
	left: auto;
	right: -10px;
	top: 0px;
	background-image: url(../images/GFX/Shadow_Rt.gif);
	background-repeat: repeat-y;
}

.Shadow#Bot {
	top: 0px;
	left: 0px;
	background-image: url(../images/GFX/Shadow_Bot.gif);
}

.Shadow#PopBot {
	width: 360px;
	top: 0px;
	left: 0px;
	background-image: url(../images/GFX/Shadow_Bot.gif);
 }

.Shadow#BotLeft {
	width: 10px;
	height: 10px;
	position: absolute;
	left: -10px;
	top: 0px;
	background-image: url(../images/GFX/Shadow_BotLeft.gif);
	background-repeat: no-repeat;
}

.Shadow#BotRight {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 100%;
	top: 0px;
	background-image: url(../images/GFX/Shadow_BotRt.gif);
	background-repeat: no-repeat;
}

/* End Container Shadow Classes */


/* Start Component Specific Classes */

.Lines {
	width: 20px;
	height: 100px;
	top: -0px;
	border-left: 1px solid #847248;
	position: absolute;
	left: 18px;
}

.Lines#Wide {
	border-bottom: none;
	left: 491px;
}

IMG.Thumbs {
	width: 80px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #3e3a36;
	float: left;
}

A:link IMG.Thumbs {
}

A:hover IMG.Thumbs {
	border: 1px solid #c5ba8e;
}

IMG.IE-hover {
	width: 80px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #c5ba8e;
}

/* End Component Specific Classes */


/* Start Form Classes */
.FormField {
	font-size: 7pt;
	color: #999999;
	border: 1px inset #3e3a36;
	background-color: #FFFFFF;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-left: 0px;
	width: 200px;
	padding-left: 5px;
}
.Button {
	color: #ffffff;
	border: 1px solid #3e3a36;
	background-color: #3e3a36;
	font-size: 9px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.Button:hover {
	border: 1px solid #666666;
}

Div.ErrorMessage {
	position: relative;
	white-space: nowrap;
	visibility: hidden;
	position: absolute;
	margin-left: 0px;
	margin-top: 10px;
	font-weight: bold;
	color: #AA3300;
	font-size: 110%;
}
/* End Form Classes */


/* Start Google Fin Classes */
.truncate {
table-layout:fixed;
border-collapse: collapse;
}
.truncate td {
white-space: nowrap;
vertical-align: top;
}
.truncate div {
overflow:hidden;
text-overflow: ellipsis;
}
.g,.r,.b {white-space:nowrap; text-align:right;}
.g {color:#008000; width:4.5em;}
.r {color:#AA3300; width:4.5em;}
.b {width:5em;}
.t {width:4em; padding-left:4px;}
.so {color:#008000}
.mainsrc {color:#676767}
.news {padding-bottom:0.5em; text-align:left;}
.chg {color:#33CC33;}
.chr {color:#993300;}
tr.mkt .mkts {
	padding:3px 8px 5px 2px;
	border-left:1px solid #EFEFEF;
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
}
tr.mkt .mkti { padding:3px 8px 5px 0;white-space:nowrap; border-top:1px solid #EFEFEF;border-bottom:1px solid #EFEFEF;}
tr.mkt .mkte { padding:3px 15px 5px 0;white-space:nowrap; border-right:1px solid #D0D0D0; border-top:1px solid #EFEFEF;border-bottom:1px solid #EFEFEF;}
tr.mkth .mkts {
	padding:2px 2px 3px;
	background-color:#FFFFFF;
	border-left:1px solid #D0D0D0;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}
tr.mkth .mkti {
	padding:3px 8px 5px 0;
	background-color:#FFFFFF;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	white-space:nowrap;
}
tr.mkth .mkte {
padding:3px 15px 5px 0;
background-color:#FFFFFF;
border-top:1px solid #D0D0D0;
border-bottom:1px solid #D0D0D0;
border-right:1px solid #FFFFFF;
white-space:nowrap;
}
