/* body and positioning */

html, body {
	margin: 0 auto;
	text-align: center;
	background-color: #2a4688;
	background-image: url(siteimages/bkgd.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#login {
	width: 790px;
    margin: 0 auto;
text-align: center;

}

#secureLogin {
	float: right;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
    	background-image: url(siteimages/key.gif);
	background-repeat: no-repeat;
	background-position: right center;
        padding-right: 55px;
margin-right: 5px;
}

#brokerLogin {
float: left;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
    	background-image: url(siteimages/key.gif);
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 55px;
margin-left: 5px;
}

#ogbs {
   font-weight: bold;
	font-size: 12px;
    height: 22px;
   background-image: url(siteimages/key.gif);
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 55px;
    margin-left: 215px;
width: 150px;
text-align: left;
}

#top {
	height: 231px;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	text-align: right;
}

#topNav {
	width: 800px;
	height: 52px;
	text-align: center;
	margin: 0 auto;
}

#mainbody {
	text-align: left;
	width: 570px;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 25px;
	float: right;
	padding-right: 20px;
}

#subNav {
	text-align: left;
	width: 200px;
	float: left;
	margin-top: 0px;
}

.leftRow {
	text-align: left;
	width: 237px;
	float: left;
	padding-right: 12px;
	border-right: 1px dotted #aaaaaa;
}

.rightRows {
	text-align: left;
	width: 235px;
	padding-left: 12px;
}

.columnOne,  {
	text-align: left;
	width: 237px;
	float: left;
	padding-right: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.columnTwo {
	text-align: left;
	width: 235px;
	padding-left: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.linksColOne,  {
	text-align: left;
	width: 43%;
	float: left;
	padding-right: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.linksColTwo {
	text-align: left;
	width: 43%;
	padding-left: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer {
	padding-top: 25px;
	clear: both;
	text-align: left;
	padding-left: 35px;
	width: 550px;
	padding-bottom: 15px;
}

img {
	border: none;
}

img a {
	border: none;
}

/* text and lists */

p, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
}


hr {
	background-image: url(siteimages/hr.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 27px;
	background-position: left center;
	border-top: none;
}

.paragraph, .Paragraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: -1px;
	color: #ac3524;
}

.Headline, .headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: -1px;
	color: #ac3524;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #5e7fa2;
}

h4 {
    font-color: #ffffff;
    font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    background-color: #020F46; 
}

h5 {
    font-color: #ffffff;
    font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    background-color: #020F46;
	padding: 4px; 
}

.subhead, .Subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #5e7fa2;
	font-weight: bold;
}

#mainbody ul li {
	list-style-type: none;
	background-image: url(siteimages/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -10px;
	padding-left: 25px;
	line-height: 19px;
}

a, a:link, a:visited {
	color: #2a4688;
}

a:hover, a:active {
	color: #ac3524;
}

#footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #aaaaaa;
}

.linksColOne ul li {
	font-size: 11px;
}

.linksColTwo ul li {
	font-size: 11px;
}

.columnOne ul li {
	font-size: 11px;
}

.columnTwo ul li {
	font-size: 11px;
}

.latestNews ul li {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	list-style-type: none;
	margin-left: -30px;
	width: 175px;
	padding-bottom: 12px;
}

#subNav h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #010e43;
	padding-left: 15px;
	font-weight: bold;
}

#financials {
	padding-left: 7px;
}




