/* CSS Document */
body {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        background: #ffffff;
}

img {
        border: 0;
}

a {
        color: #be0404;
        text-decoration: none;
}



#header, #search, #nav, #nav li, h2, #special, #special h3, #footnav,
#strategies li, #strategies ul {
        margin: 0;
        padding: 0;
}

#headerb {
        background: #26618d;
        width: 100%;
        height: 40px;
        margin-bottom: 0px;
        text-align: center;
        color: ffffff;
}
.clear {
        clear: both;
        font-size: 1px;
        height: 5px;
        margin: 0 0 -4px 0;
}
#headero {
        background: orange;
        width: 100%;
        height: 15px;
        border-bottom: 1px solid #fff;
        margin-bottom: 0px;
        text-align: center;
}
.clear {
        clear: both;
        font-size: 1px;
        height: 5px;
        margin: 0 0 -4px 0;
}

#head2 {
        float: center;
        width: 750px;
        text-align: left;
}

#wrapper {
        margin: auto;
        margin-top: 0px;
        text-align: left;
        width: 750px;
        background: #ffffff;
}
#wrapper2 {
clear: both;
        margin: auto;
        margin-top: 10px;
        text-align: left;
        width: 750px;
        background: #ffffff;
}

#footer {
        clear: both;
        width: 750px;
        background: #26618d;
        color: #ffffff;
}

#leftsec {
float: left;
        width: 200px;
        margin-top: 20px;
}
#leftsec li {
        list-style: none;
        
        background: url(images/bullet_arrow.gif) left center no-repeat;
        padding: 4px 0 4px 25px;
        margin-left: 0;
}
#leftsec a {
        color: #000;
        text-decoration: underline;
}

#mainsec {
        float: right;
        width: 530px;
        margin-top: 20px;

}
#mainsec a {
        color: #000;
}

#sec1header {
        float: left;
        width: 260px;
        background: #26618d;
        color: #ffffff;
}
#sec1 {
        float: left;
        width: 260px;
        background: #ffffff;
        color: #000000;
}

#sec2header {
        float: right;
        width: 260px;
        background: #26618d;
        color: #ffffff;
}
#sec2 {
        float: right;
        width: 260px;
        background: #ffffff;
        color: #000000;
}

#navwrapper {
        width: 750px;
        background: oragne;
}

#logo {
      float: left;
      width: 260px;
      padding: 0.25em 0.5em 0.25em .75em;
}
#topnav {
      float: right;
      margin-top: 10px;
      width: 475px;
}

#navlist li {
list-style: none;
margin: 0;
display: inline;
}
#navlist li a {
	padding: 0.25em 0.5em 0.25em .75em;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	color: #333333;
}
#navlist li a:hover {
	color: #FF9900;

}
#navlist #home a {
	border-left-style: none;
}

#breadcrumb {
	font-size: 10px;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 1px;
	color: #979797;
}
#content #breadcrumb a {
	color: #ACACAC;
	text-decoration: none;
}
#content #breadcrumb a:hover {
	color: #5374AB;
	background-color: #FFFFFF;
}
