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

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #184e7b;
	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: #3E3E3E;
}
a:link, a:visited {color: #074c84;}
a:hover {color: #666666;}
h1 {font-size:1.2em;}
h2 {font-size:1em;}
.home {font-size:1.7em;}
.required {color: #FF0000; font-weight: bold;}
.twoColFixLtHdr #gold #container #mainContent blockquote {
	margin: 3px 15px 3px 10px;
}
.bottomitalics {font-style:oblique; font-size:.95em; font-weight:bold; color:#333333; padding-top:20px;}
.rates {font-style:oblique; font-size:.91em;font-weight:bold; color:#333333;}
.twoColFixLtHdr #gold { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #e7c125;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container { 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #184e7b;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	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. */
	margin: 0 10px;
	height:80px;
	width:964px;
	border-bottom:2px solid #cfb54b;
	} 
.twoColFixLtHdr #header #logo {float:left; padding:27px 0 0 0;}
.twoColFixLtHdr #header #quote {float:right;padding:16px 0 0 0;}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 272px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 0 10px;
	margin:0;
}
.twoColFixLtHdr #sidebar1 #menu {padding: 0;margin: 0 0 0 1px;width:270px;}
.twoColFixLtHdr #sidebar1 #menu ul {color:#FFFFFF;padding:2px 0; margin:0;}
.twoColFixLtHdr #sidebar1 #menu li {margin:2px 1px 2px 0;list-style:none; background:#13548A; color:#e6e2e2;font-weight:bold; display:block; font-size: .97em;}
.twoColFixLtHdr #sidebar1 #menu li a:link, #menu li a:visited {color:#e6e2e2; font-weight:bold;text-decoration:none; display:block;  padding:4px 0 4px 4px; }
.twoColFixLtHdr #sidebar1 #menu li a:hover {background:#487ca7;}
.twoColFixLtHdr #gold #container #sidebar1 #menu li.top a:link, .twoColFixLtHdr #gold #container #sidebar1 #menu li.top a:visited{background:transparent url(../images/button-top.jpg) no-repeat scroll left top;display:block; margin-bottom:2px;}
.twoColFixLtHdr #gold #container #sidebar1 #menu li.top a:hover{background:transparent url(../images/button-top.jpg) no-repeat scroll right top;display:block; margin-bottom:2px;}
.twoColFixLtHdr #gold #container #sidebar1 #menu li.bot a:link, .twoColFixLtHdr #gold #container #sidebar1 #menu li.bot a:visited{background:transparent url(../images/button-bot.jpg) no-repeat scroll left top;display:block; margin-bottom:2px;}
.twoColFixLtHdr #gold #container #sidebar1 #menu li.bot a:hover{background:transparent url(../images/button-bot.jpg) no-repeat scroll right top;display:block; margin-bottom:2px;}
.twoColFixLtHdr #gold #container #sidebar1 #menu li.current {background:#487ca7;}
.twoColFixLtHdr #gold #container #sidebar1 #menu li.currenttop {background:transparent url(../images/button-top.jpg) no-repeat scroll right top;display:block; margin-bottom:2px;}
.twoColFixLtHdr #gold #container #sidebar1 #menu li.currenttop a:hover {background:transparent url(../images/button-top.jpg) no-repeat scroll right top;display:block; margin-bottom:2px;}
.twoColFixLtHdr #gold #container #sidebar1 #menu li.currentbot {background:transparent url(../images/button-bot.jpg) no-repeat scroll right top;display:block; margin-bottom:2px;}
.twoColFixLtHdr #gold #container #sidebar1 #menu li.currentbot a:hover {background:transparent url(../images/button-bot.jpg) no-repeat scroll right top;display:block; margin-bottom:2px;}
.twoColFixLtHdr #mainContent { 
	margin: 7px 10px 5px 292px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#faf9f1;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#999999;
	text-align:center;
	font-size:.65em;
	border-top:1px solid #F0F0F0;
}
.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;
}
.twoColFixLtHdr #gold #container #mainContent li p {
	padding: 1px;
	margin: 5px;
}
.twoColFixLtHdr #gold #container #sidebar1 img {
	padding: 10px 0 0 0;
}
.twoColFixLtHdr #gold #container #sidebar1 .dominion {
	padding: 10px 3px;
}
.twoColFixLtHdr #gold #container #sidebar1 .chip {
	padding: 20px 3px;
}
.toppic {
	padding: 0 0 3px 18px;
}
.toppic2 {
	padding: 0 0 60px 18px;
}

.explanation {
	font-size: 13px;
}
.twoColFixLtHdr #gold #container #mainContent #application td {
	font-size: .85em;
	padding:1px 0;
}
