

body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #EAEBED;
	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: #606060;

	
}

form { margin:0; padding:0;}

a:link{color: B71A37; text-decoration: none;}
a:visited{color: B71A37; text-decoration: none;}
a:hover{color: 7A6F5B; text-decoration: underline;}

.default{
font-size: 13px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
	
.mini{font-size: 9px;}
.small{font-size: 11px;}
.large{font-size: 16px;}
.xlarge{font-size: 19px;}
.required{color: B71A37;font-size: 11px;}

.green{color: 008000;}
.gray{color: 828282;}
.litegray{color: cccccc;}
.red{color: B71A37;}
.Aqua{color: 00ffff;}

.BGgreen{background-color: 008000;}
.BGgray{background-color: 828282;}
.BGlitegray{background-color: cccccc;}
.BGred{background-color: B71A37;}

.frmDisabled{
	font-size: 11px;
	margin: 2px;
	border: 0px;
}
	
.frmEnabled{
	font-size: 11px;
}

.header-broker-logo {float:left;position:relative;padding-left:10px;padding-top:10px;padding-bottom:10px;font-family:arial;font-size:14px;color:#00315C;vertical-align:top;}
.header-broker-banner {float:right;position:relative;}
.rtside-broker-logo {padding-left:0px;padding-top:10px;font-size:11px;}
.rtside-broker-sitedescrip {font-size:10px;padding-top:10px;padding-left:5px;}
.rtside-broker-sitelist {list-style: none;margin-left: 0;margin-top: 0;padding-left: 1em;text-indent: -1em;font-size:10px;}

.form-broker {
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left: 10px;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
border:1px solid #ff9900;
}

.table-broker {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.table-broker-contactinfo {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header-title { text-align: center; background-color: #00305C; font-size:16px; font-weight: bold; color: #ffffff; height: 30px; }

.button-broker { font-size: 11px; }

/* Style for new STMA section */

p { margin:0 0 8px 0;}

#container { 
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin:20px 20px 0 0;
}

#footer { 
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00315C; 
	color:#5F9BCF;
	text-align:center;
	height:30px;
	font-size:.75em;
}

#footer a:link {color: #5F9BCF; text-decoration: none;}
#footer a:visited {color: #5F9BCF; text-decoration: none;}
#footer a:hover {color: #5F9BCF; text-decoration: none;}
#footer a:active {color: #5F9BCF; text-decoration: none;}
 
#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 */
}
.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;
}

#titlearea {height:50px;}

#hdrbar {
	height:20px;
	background:#5F9BCF;
}

#formdiv {
	background:#B6D1E6;
	color:#00315C;
	margin:20px 0 10px 15px;
	padding:10px;
	
}
#formdiv td{ font-size:.7em;}
#formdiv input{ font-size:.9em;}

#leftcoldiv {
	margin:0px 0px 10px 15px;
	padding:0px;
	font-size:.85em;
}

#leftcol {
	border-top:1px solid #DFE3E6; 
	border-right:1px solid #DFE3E6; 
	padding:10px 5px 10px 0;
	font-size:.85em;
}

#leftcol a:link {color: #C12C25; text-decoration: underline;}
#leftcol a:visited {color: #C12C25; text-decoration: underline;}
#leftcol a:hover {color: #C12C25; text-decoration: none;}
#leftcol a:active {color: #C12C25; text-decoration: underline;}

#rightcol {
	border-top:1px solid #DFE3E6; 
	padding:10px 0 10px 10px;
	color:#5F9BCF;
	font-size:.85em;
	margin-right:15px;
}

#rightcol a:link {color: #5F9BCF; text-decoration: underline;}
#rightcol a:visited {color: #5F9BCF; text-decoration: underline;}
#rightcol a:hover {color: #5F9BCF; text-decoration: none;}
#rightcol a:active {color: #5F9BCF; text-decoration: underline;}

#far-right-title {
	background:	#DBE5EE;
	color:#00315C;
	padding:5px;
	text-align:center;
	margin:20px 15px 0px 15px;
}

#bottomdiv {
	border-top:1px solid #DFE3E6; 
	padding:10px 5px 10px 0;
}
#bottomdiv a:link {color: #5F9BCF; text-decoration: underline;}
#bottomdiv a:visited {color: #5F9BCF; text-decoration: underline;}
#bottomdiv a:hover {color: #5F9BCF; text-decoration: none;}
#bottomdiv a:active {color: #5F9BCF; text-decoration: underline;}


.samll-text { font-size:80%;}

.far-right-div {
	text-align:center;
	border-right:1px solid #DFE3E6;
	border-bottom:1px solid #DFE3E6;
	border-left:1px solid #DFE3E6;
	padding:10px;
	margin:0px 15px 0px 15px;
}
.far-right-div span { color:#C12C25; font-size:85%;}