BODY {
MARGIN: 0px; 
PADDING: 10px;
BACKGROUND: #b5bdce;
COLOR: black;
} 

A:link {background: none; color: navy; text-decoration: none; cursor: pointer; font-weight: bold;}
A:visited {background: none; color: navy; text-decoration: none; cursor: pointer; font-weight: bold;}
A:hover {background: none; color: red; text-decoration: underline; cursor: pointer;}
A:active { background: none; color: red; cursor: pointer;}

.Global {
WIDTH: 95%;
HEIGHT: 100%;
}

.Global TD {
VERTICAL-ALIGN: top;
}

.Header {
WIDTH: 100%;
HEIGHT: 100px;
PADDING: 0px;
BORDER-TOP: 1px solid black; 
BORDER-LEFT: 1px solid black;
BORDER-RIGHT: 1px solid black; 
}

.Header TD {
BORDER: 0px;
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
}

.NavBar {
WIDTH: 100%;
HEIGHT: 27px;
BORDER: 1px solid black;
}

.NavBar TD {
BACKGROUND: url("goldline-gradient.gif") repeat;
COLOR: inherit;
FONT: bold 10px verdana,sans-serif;
PADDING: 0px 0px 0px 0px;
TEXT-ALIGN: left;
VERTICAL-ALIGN: middle;
}

.NavBarLink {
HEIGHT: 27px;
}

.NavBarLink TD {
BACKGROUND: none;
TEXT-ALIGN: center;
PADDING: 0px 10px 0px 10px;
}

.LinkWidth {
WIDTH: 100px;
}

.NavBarLink A:link {background: none; color: #000000; text-decoration: none; cursor: pointer;}
.NavBarLink A:visited {background: none; color: #000000; text-decoration: none; cursor: pointer;}
.NavBarLink A:hover {background: none; color: #ff0000; text-decoration: underline; cursor: pointer;}
.NavBarLink A:active { background: none; color: #ff0000; background: none; cursor: pointer;}


.Left {
BACKGROUND: #ffffff;
COLOR: inherit;
BORDER-LEFT: 1px solid black;
}

.Content {
BACKGROUND: #ffffff;
COLOR: inherit;
}

.Right {
BACKGROUND: #ffffff;
COLOR: inherit;
BORDER-RIGHT: 1px solid black;
}

.RightPanelBox {
WIDTH: 100%; 
HEIGHT: 25%;    /*  leave at 25% - box will expand if more text than can fit */
BORDER: 1px solid gray;
}
.RightPanelBoxForAds {
WIDTH: 100%; 
HEIGHT: 10%;    /*  leave at 10% - box will expand if more ads than can fit */
BORDER: 0px solid gray;
}

.BoxStyle {
MARGIN-TOP: 15px;
WIDTH: 90%;
BACKGROUND: #d2d8e6;
COLOR: inherit;
BORDER: 0px solid #284151;
}

.BoxStyle TD {
/* BACKGROUND: #d2d8e6; */
COLOR: inherit;
PADDING: 0px;
TEXT-ALIGN: left;
BORDER: 0px;
}

.BoxStyleAds {
MARGIN-TOP: 15px;
WIDTH: 90%;
/* BACKGROUND: #d2d8e6; */
COLOR: inherit;
BORDER: 0px solid #E0E0E0;
}
.BoxStyleAds TD {
/* BACKGROUND: #d2d8e6; */
COLOR: inherit;
PADDING: 0px;
TEXT-ALIGN: left;
BORDER: 0px;	
}

.HeadingStyle {
COLOR: #000000;
FONT: bold 20px verdana,sans-serif;
BACKGROUND: inherit;
}

.SubHeadingStyle {
COLOR: #000000;
FONT: bold 14px verdana,sans-serif;
BACKGROUND: inherit;
background:transparent url(images/h3.png) no-repeat center left;
padding-left:24px
}

.SubHeading2Style {
COLOR: #555555;
FONT: bold 12px verdana,sans-serif;
BACKGROUND: inherit;
/*  background:transparent url(images/h3.png) no-repeat center left;  */
padding-left:0px
}

.FAQHeadingStyle {
COLOR: #000000;
FONT: bold 20px verdana,sans-serif;
BACKGROUND: inherit;
background:transparent url(images/h3.png) no-repeat center left;
padding-left:24px
}

.RateFee {
COLOR: blue;
FONT: bold 12px verdana,sans-serif;
BACKGROUND: inherit;
}


P {
FONT: 13px arial,sans-serif;
}

.Padded {
PADDING: 15px;
}

.SmallFont {
FONT: 13px verdana,sans-serif;
}

.SmallestFont {
FONT: 11px verdana,sans-serif;
}

.MedFontBold {
FONT: bold 15px verdana,sans-serif;
}

.SmallFont TD {
FONT: 13px verdana,sans-serif;
}

.MedFontBold TD {
FONT: bold 15px verdana,sans-serif;
}

.Footer {
BACKGROUND: url("goldline-bg3.gif");
COLOR: #000000;
FONT: 10px verdana,sans-serif;
HEIGHT: 25px;
TEXT-ALIGN: center;
BORDER: 0px solid black;
}

#content h2 {
background:transparent url(images/h3.png) no-repeat center left;
padding-left:24px
}

/*   Float settings for floating text around images  (see Twitter image on home page)  */
img.floatLeft { 
    float: left; 
    margin: 12px; 
}
img.floatRight { 
    float: right; 
    margin: 12px; 
}


/*  Twitter styles for Home page Blog  */
.twittershell {
	float:left;
	width:450px;
	height: 100px
	font-weight:lighter;
	background-color: #F5F5DC;
	border-style:solid;
	border-width:thin;
	border-color:#F5DEB3;
	padding-left:0px;
}
.twitterstyle2 {
	color: #FFFFFF;
	background-color: #CD853F;
	padding: 2px;
	font-weight: bold;
	padding-left:25px;
}

#twitter_div
{
font-size:75%;
height: 200px;
overflow:scroll;
}
#twitter_div ul
{
list-style:none;
}
#twitter_div li
{
padding:5px;
margin-bottom:10px;
}
.clearfloat {
clear:both;
height:0;
font-size:1px;
line-height:0;
}
/*  Twitter styles for Home page Blog  */

