@charset "utf-8";
/* CSS Document */

html, body, table, td, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
table {
	border-collapse:collapse;
}
img {
	border: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #dec5af;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
}

/* main link styling */
a:link, a:visited, a:active {
	color: #684046;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #505B83;
	text-decoration: underline;
}
/* end main link styling */


/* site wrapper */
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
/* for 2 column pages */
#inner-wrap1 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#masthead {
	width: 950px;
	height: 150px;
}
/* main container */
#container {
	margin: 0px;
	padding: 0px;
	width: 950px;
	background-repeat: repeat-y;
	float: left;
	background-image: url(images/bg-repeat.jpg);
	background-position: left top;
}
#titles {
	width: 510px;
	height: 35px;
}
#main1 {
	width: 735px;
	padding-left: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-bottom: 25px;
	position: relative;
	float: left;
	padding-top: 35px;
	padding-right: 15px;
}
#main1-short {
	width: 735px;
	height: 700px;
	padding-left: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-bottom: 25px;
	position: relative;
	float: left;
	padding-top: 35px;
	padding-right: 15px;
}
/* 2 column content container */
#content1 {
	margin-top: 5px;
	width: 740px;
	float: left;
}

/* top main navigation */
#nav-container {
	width: 950px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/bg-navtop.jpg);
	background-repeat: no-repeat;
	float: left;
	visibility: visible;
	z-index: 50;
}

#nav-top {
	padding-left: 190px;
	height: 70px;
	width: 850px;
	padding-top: 5px;
}
/* close top main navigation */

/* begin left column elements */
#left-col {
	width: 200px;
	position: absolute;
	left: -8px;
	top: 35px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	z-index: 50;
	margin: 0px;
}
#ad1-leftcol {
	width: 190px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	padding-left: 10px;
}
#leftcol-ccards {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	padding-left: 10px;
}
#leftcol-logos {
	width: 190px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	padding-left: 10px;
}
#video-series {
	width: 190px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: right;
	padding-left: 10px;
}
#searchpro {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
}

#searchpro input {
	width: 115px;
	color: #FFF;
	background-color: #101F46;
	height: 18px;
}



/* END left column elements */


/* clear items */
.clear {
	clear: both;
}

.indent1 {
	margin-left: 10px;
}
.indent2 {
	margin-left: 15px;
}
.indent3 {
	margin-left: 20px;
}
.bg-pic1 {
	background-image: url(images/pic-collage1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* strong (bold), italic and underline text styling */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.p-main1 {
	font-size: 12px;
	color: #293356;
	margin: 0px;
	line-height: 16px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.p-leftcol {
	font-size: 12px;
	color: #2d385f;
	font-weight: bold;
	padding-right: 1px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 5px;
}

h1 {
	font-size: 14px;
	padding-bottom: 5px;
	color: #684046;
	padding-top: 5px;
	padding-left: 5px;
}
.h1clone {
	font-size: 14px;
	padding-bottom: 5px;
	color: #684046;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	color: #1F2E57;
	padding-top: 0px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 5px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.h2clone {
	font-size: 13px;
	color: #1F2E57;
	padding-top: 0px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 5px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.subhd1 {
	font-size: 12px;
	font-weight: bold;
	color: #1F2E57;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.bg-name {
	background-image: url(images/bg-advotext.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 56px;	
}
ol.bullet-num1 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
ol.bullet-num1 li {
	font-size: 12px;
	color: #293356;
	list-style-type: decimal;
	list-style-position: outside;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
ul.bullet1 {
	font-size: 12px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}
ul.bullet1 li {
	font-size: 12px;
	color: #293356;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-image: url(images/bg-bullet-xsm.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
ul.bullet2 {
	font-size: 12px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	width: 325px;
}
ul.bullet2 li {
	font-size: 12px;
	color: #293356;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}
#flash-meds {
	height: 265px;
	width: 340px;
	margin-top: -20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	float: right;
	padding: 0px;
}
/* Begin "quotes" styles */
/* quotes as graphics */
.quote-img1 {
	float: left;
	width: 350px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.quote-img2 {
	float: right;
	width: 350px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* end quotes as graphics */

/* quotes with html text */
#quotewrap1 {
	background-image: url(images/bg-quote-repeat.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 350px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#quotewrap2 {
	background-image: url(images/bg-quote-repeat.jpg);
	background-repeat: repeat-y;
	float: right;
	width: 350px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#quote1 {
	background-image: url(images/bg-quotetop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 350px;
}
#quote2 {
	background-image: url(images/bg-quotebot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#quotetext {
	margin: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#quotetext p {
	font-size: 17px;
	color: #293356;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	font-style: italic;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* end quotes with html text */
/* END all "quotes" styles */

/* Begin Staff styling */
#staff {
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
#staff1   p {
	padding-left: 35px;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #293356;
}
/* Staff inner container */
#staff1 ul {
	width: 500px;
	padding-left: 70px;
	margin: 0px;
	padding-top: 10px;
}
#staff1  li {
	list-style-image: url(images/bullet1.gif);
	list-style-type: none;
}
.staff-title {
	font-size: 14px;
	font-weight: bold;
	color: #684046;
	padding-left: 3px;
}
.staff-subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #684046;
	padding-left: 3px;
}
/*(Staff CSS DL styling concept from 'Bulletproof Web Design' by Dan Cederholm) */
dl.staff {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DBC5AD;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 15px;
	}
dl.staff:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.staff dt {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 14px;
	color: #293356;
	font-weight: bold;
	padding: 0px;
	}
dl.staff dt img {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	border: 1px solid #DAC4AC;
	padding: 0;
	}
dl.staff dd {
	margin-left: 100px;
	color: #293356;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	}
*  html  dl.staff { /* fix for IE5+6 */
	height: 1%; 
	}
*:first-child+html .staff { /* fix for IE7 */
	min-height: 1px; 
	} 	
/* END Staff styling */
/* END staff boxes  */

/* BEGIN Reference Letters Testimonials page styling. */
/*(CSS from 'Bulletproof Web Design' by Dan Cederholm) */
#testimonials {
	width: 680px;
	margin-left: 10px;
}
dl.testimonial {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCB098;
	}
dl.testimonial:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.testimonial dt {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 13px;
	color: #293356;
	font-weight: bold;
	padding-left: 25px;
	}
dl.testimonial dt img {
	float: left;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0;
	}
dl.testimonial dd {
	color: #293356;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCB098;
	padding-top: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	}
* html dl.testimonial { /* fix for IE5+6 */
	height: 1%; 
	}
*:first-child+html .testimonial { /* fix for IE7 */
	min-height: 1px; 
	} 	 	
/* END Reference Letters Testimonials page styling. */

/* Begin pic/images styling */
#pic-collage1 {
	width: 320px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-right: 0px;
}
#pic-sm1 {
	float: left;
	width: 125px;
	padding: 0px;
	margin: 5px;
}
#pic-sm2 {
	float: right;
	width: 125px;
	margin-right: 15px;
	margin-left: 5px;
}

/* begin 175px wide pics */
#pic1, pic1a {
	width: 175px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	margin-right: 10px;
}
#pic2, pic2a {
	width: 175px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
/* end 175px wide pics */

/* begin 250px wide pics */
#pic3, pic3a {
	width: 250px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	margin-right: 10px;
}
#pic4, pic4a {
	width: 250px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
}
/* end 250px wide pics */
/* begin 300px wide pics */
#pic5, pic5a {
	width: 300px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
#pic5 p, #pic5a p {
	font-size: 11px;
	font-weight: bold;
	color: #293356;
	text-align: center;
}
#pic6, pic6a {
	width: 300px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#pic6 p, #pic6a p {
	font-size: 11px;
	font-weight: bold;
	color: #293356;
	text-align: center;
}
/* end 300px wide pics */
/* begin 350px wide pics */
#pic7, pic7a {
	width: 350px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
#pic7 p, pic7a p {
	font-size: 11px;
	font-weight: bold;
	color: #293356;
	text-align: center;
}
#pic8, pic8a {
	width: 350px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#pic8 p, pic8a p {
	font-size: 11px;
	font-weight: bold;
	color: #293356;
	text-align: center;
}
/* end 350px wide pics */
/* begin 400px wide pics */
#pic9, pic9a {
	width: 400px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
#pic9 p, pic9a p {
	font-size: 11px;
	font-weight: bold;
	color: #293356;
	text-align: center;
}
#pic10, pic10a {
	width: 400px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#pic10, pic10a p {
	font-size: 11px;
	font-weight: bold;
	color: #293356;
	text-align: center;
}
/* end 400px wide pics */

/* END pic/images styling */

#sitemap {
	width: 500px;
	float: left;
	margin-bottom: 45px;
	padding-left: 25px;
	padding-top: 10px;
}
/* sitemap link styling */
#sitemap a:link, #sitemap a:visited, #sitemap a:active {
	color: #2d385f;
	font-size: 12px;
	text-decoration: none;
}
#sitemap a:hover {
	color: #684046;
	text-decoration: underline;
}
#sitemap ul {
	font-size: 12px;
	list-style-type: none;
	list-style-position: outside;
	width: 450px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#sitemap li {
	font-size: 12px;
	color: #636B76;
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin: 0px;
	background-image: url(images/bg-bullet-xsm.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
/* end sitemap link styling */

/* Advocare Resources page styling */
#resources-left {
	float: left;
	width: 350px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9C3AB;
}
#resources-right {
	float: right;
	width: 365px;
}
#resources-left p{
	padding-left: 15px;
}
/* End Advocare Resources page styling */

/* Contact page styling */

#contact-pic  {
	width: 300px;
	float: right;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 15px;
	margin-top: -35px;
}
#contact-pic p {
	font-size: 10px;
	font-weight: bold;
	color: #293356;
	text-align: center;
}

/* begin form styling */
#form-contact {
	padding: 0px;
	width: 400px;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#form-contact td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#form-inquiry {
	padding: 0px;
	width: 575px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 50px;
	color: #333333;
}
#form-inquiry td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#form-comments {
	background-color: #FAFCFE;
	border: 1px solid #EBC5B2;
	font-family: Arial, Helvetica, sans-serif;
	color: #2D385F;
	font-size: 12px;
	font-weight: bold;
}

input {
	border: 1px solid #EBC5B2;
	color: #2D385F;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
}
select {
	background-color: #FAFCFE;
	color: #2D385F;
	height: 22px;
	border: 1px solid #EBC5B2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formtext-l {
	color: #2D385F;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	margin: 0px;
	font-size: 11px;
}
.formtext-r {
	color: #2D385F;
	text-align: right;
	font-weight: bold;
	margin: 0px;
	font-size: 11px;
	padding: 5px;
}
.formtext-c {
	color: #2D385F;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	margin: 0px;
	font-size: 11px;
}

.form-required {
	font-size: 11px;
	color: #EF0101;
	font-weight: bolder;
}
#form-submit {
	margin-left: 0px;
	margin-top: 5px;
	width: 85px;
	background-image: url(images/btn-form.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	color: #F8E6D0;
	height: 26px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#form-reset {
	margin-left: 0px;
	margin-top: 5px;
	width: 85px;
	background-image: url(images/btn-form.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	color: #F8E6D0;
	height: 26px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
/* end form styling */

/* End contact page styling */

#footer {
	width: 950px;
	clear: both;
	float: left;
}
#footer-mid {
	width: 950px;
}
#footer-content {
	width: 940px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(images/bg-footertop.jpg);
	background-repeat: no-repeat;
}
#footer-bot {
	width: 1000px;
	height: 45px;
}

/* begin footer sitemap links container */
#footer-links1 {
	float: left;
	width: 930px;
	color: #2d385f;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#footer-links1 p {
	padding-bottom: 4px;
	padding-top: 0px;
}
#footer-links1 a:link, #footer-links1 a:visited, #footer-links1 a:active {
	font-size: 11px;
	font-weight: bold;
	color: #2d385f;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
}
#footer-links1 a:hover {
	color: #774449;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
.footer-text2 {
	font-size: 14px;
	font-weight: normal;
	color: #2D385F;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	line-height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#pmm-info {
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.dividers {
	color: #DEC5AF;
	font-size: 9px;
	font-weight: normal;
}


/* link to pmm only */
.pmm {
	font-size: 9px;
	color: #DEC5AF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.pmm:link, a.pmm:visited, a.pmm:active {
	font-size: 9px;
	font-weight: bold;
	color: #DEC5AF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.pmm:hover {
	font-weight: bold;
	color: #DEC5AF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* end footer styling */


/*Resources Section Styles*/

#links {
    font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;}
	
li {
    margin-top: 15px;
	margin-left: 15px;}
	
#search {
    text-align: center;
	width: 120px;
	}	
	
#exchange {
	width: 100%;
	height: auto;	
	padding: 5px;
	border-color: #000000;
	border: 1px solid #AC8B46;	
}		

#disclaimer {
    font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
    width: 85%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	border: 1px solid #000000;
	padding: 10px;
	}
	
td {
    font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	}
	
p {
    font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	}	



#cboxall {
	width: 750px;
	height: 80px;
	margin-left: 140px;
	margin-right: auto;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin-top: 25px;
   }
#cbox1 {
	width: 185px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}

#cbox2 {
	width: 245px;
	float: left;
	margin-left: 10px;
	padding-right: 20px;
}

#cbox3 {
	width: 195px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	padding-right: 30px;
}

#widget {
	width: 100px;
	height: 400px;
	position: relative;	
	float: right;
	padding-right: 100px;
	padding-left: 10px;
	}


#list {
	font-size: 12px;
	color: #293356;
	margin: 0px;
	line-height: 16px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}

a.eck-l:link, a.eck-l:visited, a.eck-l:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.eck-l:hover {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}