body  {
	font: 95%/20px "Times New Roman", Times, serif;
	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: #000000;
	background-color: #C3A771;
}
sup {
	font-size: x-small;
}
#container  {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
} 
#global {
	background-image: url(images/bgGradient.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#header  {
	background-image: url(images/indexLogoTagline.jpg);
	width: 803px;
	height: 155px;
	margin-left: 23px;
	background-repeat: no-repeat;
} 
#secondHeader {
	background-image: url(images/Logo_Top.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 803px;
	margin-left: 23px;
}
#login {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #015696;
	float: right;
	margin-top: 5px;
}
.headlines {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #015696;
}
body {
	background-image: url(images/bgPattern.gif);
	background-repeat: repeat;
}
#pagetitle{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
	margin-left: 24px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 30px;
	width: 500px;
}
#righttitle{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 400px;
	float: right;
	margin-right: 23px;
	padding-bottom: 10px;
	padding-left: 200px;
	margin-top: 30px;
}
#column  {
	width: 785px; /* 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: 15px 0px 15px 15px;
	margin-left: 24px;
	background-image: url(images/indexBoxBgd.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	clear: both;
	float: left;
}

#colLeft  {
	float: left;
	width: 365px;
	background: #ffffff;
	padding: 15px 10px 15px 10px;
	margin-left: 24px;
	background-image: url(images/indexBoxBgd.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	text-align: center;
	height: 430px;
}
#adminLeft  {
	float: left;
	width: 120px;
	background: #ffffff;
	padding: 15px 10px 15px 10px;
	margin-left: 24px;
	background-image: url(images/indexBoxBgd.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	clear: both;
	overflow: auto;
	height: 460px;
}
#adminRight  {
	padding: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	background-image: url(images/indexBoxBgd.jpg);
	background-repeat: repeat-x;
	width: 620px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #cccccc;
	float: right;
	margin-right: 23px;
	overflow: auto;
	height: 460px;
}
#newsLeft  {
	float: left;
	width: 270px;
	background: #ffffff;
	padding: 15px 10px 15px 10px;
	margin-left: 24px;
	background-image: url(images/indexBoxBgd.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	clear: both;
	overflow: auto;
	height: 460px;
}
#newsRight  {
	padding: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	background-image: url(images/indexBoxBgd.jpg);
	background-repeat: repeat-x;
	width: 470px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #cccccc;
	float: right;
	margin-right: 23px;
	overflow: auto;
	height: 460px;
}
#firmLeft  {
	float: left;
	width: 270px;
	background: #ffffff;
	padding: 15px 10px 15px 10px;
	margin-left: 24px;
	background-image: url(images/indexBoxBgd.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	clear: both;
}
#textRight  {
	padding: 0 20px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 250px;
}
#colRight  {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: url(images/indexBoxBgd.jpg);
	background-repeat: repeat-x;
	width: 360px;
	margin-top: 0px;
	margin-bottom: 0;
	border: 1px solid #cccccc;
	float: right;
	margin-right: 23px;
	height: 460px;
}
table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
	margin-top: 3px;
	font-size: 14px;
}

.globeBorder {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 320px;
}
#picBorder {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 3px;
	float: left;
	clear: both;
	margin-top: 20px;
}

#contactRight  {
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 400px;
	text-align: center;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
} 
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #996600;
}
 
#footer  {
	background:#015696;
	width: 803px;
	height: 20px;
	margin-left: 23px;
	margin-top: 20px;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 7px;
	font-weight: bold;
}
.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;
}
.hidden {
	text-decoration: none;
	visibility: hidden;
}
.goldtext {
	font-weight: bold;
	color: #996600;
}
.center {
	margin: 0 auto;
	width: 256px;
	text-align: center;
}
hr {
	color: #CCCCCC;
}
a.email:link {
	font-weight: bold;
	color: #003366;
}
a.email:visited {
	font-weight: bold;
	color: #003366;
}
a.email:hover {
	font-weight: bold;
	color: #996600;
}
.fdFirmName 
{
	font: 120%/20px "Times New Roman", Times, serif;
	font-weight: bold;
}

.fdItalic
{
	font-style: italic;
}

.newsHeader 
{
	font-weight: bold;
}
.newsheadline {	font-size: 18px;
	font-weight: bold;
	color: #015696;
	line-height: 22px;
}
.bold
{
	font-weight:bold;
}
.labels {
	color: #999999;
	font-size: 16px;
}
