/*Broker Education */
/*Site and CSS by Cape Media, Annapolis, MD*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0 auto;
	width:800px;
}

#buBody {
	width:auto;
	margin:15px auto;
}

#bodyRight {
	width:auto;
	margin-right:13px;
	float:right;
}

#bodyCenter {
	width:auto;
	margin-right:1px;
	float:right;
	font-size:.95em;
}

#bodyCenter p {
	width:285px;
	padding:0 0 0 10px;
	margin:0 5px 10px 2px;
}

#bodyCenter span {
	font-weight:bold;
	color:#701111
}

#bodyLeft {
	width:128px;
	height:275px;
	background-image:url(../images/brokeru_bkgdLeft.jpg);
	background-repeat:repeat-y;
	font-size:.75em;
}

#bodyLeft span {
	background-image:url(../images/brokeru_buttonLeft.jpg);
	background-repeat:repeat-y;
	display:block;
	padding:3px;
}

#bodyLeft a:link {
	color:#000;
	display:block;
	text-decoration:none;
}

#bodyLeft a:visited {
	color:#990000;
	display:block;
	text-decoration:none;
}

#bodyLeft a:hover {
	display:block;
	background-image:url(../images/brokeru_buttonLeftHi.jpg);
	text-decoration:none;
	font-weight:bold;
}

#bodyLeft a:active {
	display:block;
	text-decoration:none;
}

li {
	margin:5px 20px;
	padding:0;
	font-size:.95em;
}

ul {
	margin:0;
	padding:0;
}

/*subhead*/
#subheader {
	text-align:center;
	background-image:url(../images/brokeru_subheader1.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
}

#subheader span {
	padding:0 10px;
}

#quikNav {
	margin:-10px 0 0 0;
	text-align:right;
	font-size:12px;
	color:#701111;
}

#quikNav span {
	padding:0 15px;
}

#quikNav a:link {
	color:#990000;
	text-decoration:none;
}

#quikNav a:visited {
	color:#990000;
	text-decoration:none;
}

#quikNav a:hover {
	color:#FF0000;
	font-weight:bold;
}

#quikNav a:active {
	color:#FF0000;
	font-weight:lighter;
}

/*navigation bar */
.nav_int {
	text-align:center;
	padding: 4px 0;
	background-color:#AADFAA;
	border:2px solid yellow;
	font-size:smaller;
}

.nav_int a:link {
	display:block;
	color:#000;
	text-decoration:none;
	background-color:#FFF;
}

.nav_int a:visited {
	display:block;
	color:#000;
	text-decoration:none;
	/*border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;*/
}

.nav_int a:hover {
	display:block;
	text-decoration:none;
	font-weight:bold;
	width:auto;
	background-color:#CCFFFF;
	/*border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;*/
}

.nav_int a:active {
	color:#FF0000;
	font-weight:lighter;
}

.nav_int p {
	margin:4px auto;
	text-align:center;
	width:94%;
	background-color:#FFFBF0;
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

/* styles for footer*/
#footer {
	 text-align:center;
	 background-image:url(../images/brokeru_subheader1.jpg);
	 background-repeat:no-repeat;
	 font-size:.75em;
}

#footer a:link {
	color:#000;
	text-decoration:none;
}

#footer a:visited {
	color:#990000;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:underline;
}

#footer a:active {
	color:#FF0000;
	font-weight:lighter;
}

#footer span {
	padding:0 10px;
}

#footer p {
	padding:8px 2px 13px 2px;
	text-align:center;
}

/* styles for credits*/
#copy {
	width:auto;
	margin:auto;
	text-align:center;
	font-size:.6em;
	color:#666666;
}