/* LEVEL PLAYING FIELD */

body {
margin: 0;
padding: 0;
}

body,td,th {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {margin:0;padding:0}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0}
form {margin:0;padding:0} 

/* MAIN TAG DEFINITIONS */

body {
	background-color: #b4cfe6;
}

p,li,td,th {
	font-size: .7em;
	line-height: 1.45em;
	margin:0 0 1.85em 0
}
td,th {
	vertical-align: top;
	text-align: left;
	padding: 2px 2px 2px 6px;
}

li {
	margin-bottom: .6em;
}

h1,h2,h3,h4,h5,h6 {margin:0 0 1em 0;}


h1 {
	font-size: 1.05em;
	color: #0039a6;
	font-style: italic;	
}

h2 {
	font-size: .75em;
	color: #0039a6;
}

h3 {
	font-size:  .7em;
	margin-bottom: 0;
}
	
a {
	color: #0039a6;
}

a:visited {
	color: #663399;
}


ul {
	margin: 0px;
	margin-left: 45px;
	padding: 0px;
}

ul li {
	padding: 0px;
	padding-left: 5px;  /*indents actual li text block */
}

label {
font-size: .7em;
width: 165px;
display: block;
clear: left;
float: left;
}

input, select {
width: 145px;
height: 15px;
margin-bottom: 3px;
font-size: .7em;
background-color: #f0f0f0;
border: solid 1px #808080;
}
select {
width: 100px;
}

/* SECTION DEFINITIONS */

#Wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background-image:url(new-images/FINRA.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 11px;
}

#Masthead {
	background-color: #0039a6;
	border-right: 23px solid #ffe000;
	width: 727px;
	height: 65px;
}

#Logo {
float: left;
height: 65px;
width: 300px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

#MainArea {
	width: 750px;
}

#TitleBox {
	background-color: #ffe000;
	height: 177px;
	overflow: hidden;
}
#TitleBox h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 1.0em;
	color: #fff;
	font-weight: normal;
	padding: 25px 15px 0px 20px;
}

#LeftNav {
float: left;
width: 227px;
}

#LeftNav ul {
	margin: 0px;
	padding: 0px;
	padding-top: 33px;
	padding-left: 13px;
}

#LeftNav li {
	color: #0039a6;
	font-weight: bold;
	font-size:  .7em;
	margin-bottom: .55em;
	padding: 0px;
	padding-top: 3px;
	background-image: none;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 10px;  /*indents actual li text block */
	background-position: 0px 0px; /*first number indents bullet correct amount (second number lines up bullet to text by moving it down */
}

#LeftNav a {
	color: #0039a6;
	text-decoration: none;
}

#LeftNav .selected {
	background-image: url(new-images/hover-arc.gif);
}

#LeftNav .pointer {
	cursor: pointer;
}

#Content {
float: left;
width: 523px;
}

#MainImage {
	padding-bottom: 45px;
}

#MainText {
	padding-right: 65px;
}

#Footer {
color: #999;
font-size: .55em;
text-align: left;
padding-left: 227px;
padding-top: 20px;
}

#Footer a {
	color: #999;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}

/* SPECIAL STYLES FOR EXPAND COLLAPSE */

#arrow1, #arrow2, #arrow3, #arrow4, #arrow5, #arrow6, #arrow7 {
	width: 14px;
	height: 13px;
	background-image:url(new-images/arrow_right.gif);
	display: inline;
	background-repeat: no-repeat;
}

#one, #two, #three, #four, #five, #six, #seven, #eight, #nine { display: none; }