/* CSS Document */


body { font-size: 10px;
    color: black;
 	background-color: white;	
	font-family: verdana, arial, sans-serif; 
	margin-left: 0px ;
	margin-right: 10px;
	margin-top: 0px ;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal }
 a:link { color: #003366 }
 a:hover { color: #003366 }

a.plain { text-decoration: none }
p { font-size: 10pt }
.quote { background-color : #FFFF99;
             color: black;
             border : 1px solid black;
                padding-bottom : 3px;
	padding-left : 3px;
	padding-right: 3px;
	padding-top : 3px}
 
#pagewidth{ 
 width:100%; 
  min-width: 500px; 
 } 
 
#header{ 
 height:100px; 
 width:100%; 
 background-color: #40ABAE; 
 } 
 
#leftcol{
 width:150px; 
 float:left; 
 position:relative;
 margin-left:-150px; 
 margin-right:1px;
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #40ABAE;   /* left column colour */ 
border-left-style: solid; 
background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
.footer {width:70%; 
            color: #333333;
            font-size: 7pt;
			float: center;}
.footer p { font-size: 7pt }			
.footer a:link { color: #333333;
                       text-decoration: none}
.footer a:hover {color: #333333;
                       text-decoration: none}
.footer a:visited {color: #333333;
                       text-decoration: none}

#inner{margin:0; width:100%;}
 
#maincol{ 
 font-size: 10pt;
 float: right; 
 width: 90%; 
 position: relative; 
 margin-left:0px; 
 margin-right:20px; 
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

p.css, p.seasilver, p.seasilver-usa, p.seasilver-distributor, p.seasilver-supplement, p.seasilver-television, p.seasilver-tv, p.seasilver-radio { color : #003366;
	font-family : Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	margin-bottom : 2px;
	margin-top : 2px }
.css a, .seasilver a, .seasilver-usa a, .seasilver-distributor a, .seasilver-supplement a, .seasilver-television a, .seasilver-tv a, .seasilver-radio a { background-color : white;
	border: 1px solid #003366;
	color : #003366;
	display : block;
	padding-bottom : 1px;
	padding-left : 5px;
	padding-top : 1px;
	padding-right : 1px;
	text-decoration : none;
	width : 90% }
.css a:hover, .seasilver a:hover, .seasilver-usa a:hover, .seasilver-distributor a:hover, .seasilver-supplement a:hover, .seasilver-television a:hover, .seasilver-tv a:hover, .seasilver-radio a:hover { background-color : #FFFFB3;
	border : 1px solid black;
	color : black;
    background-color: #FFFF99;
	text-decoration : none }
p.body#css css, p.body#seasilver seasilver, p.body#seasilver-usa seasilver-usa, p.body#seasilver-distributor seasilver-distributor, p.body#seasilver-supplement seasilver-supplement, p.body#seasilver-television seasilver-television, p.body#seasilver-tv seasilver-tv, p.body#seasilver-radio seasilver-radio { color : black;
    background-color: yellow;
	font-family : Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size : 8x;
	margin-bottom : 2px;
	margin-top : 2px }
body#css p.css a,body#seasilver p.seasilver a,body#seasilver-usa p.seasilver-usa a,body#seasilver-distributor p.seasilver-distributor a,body#seasilver-supplement p.seasilver-supplement a,body#seasilver-television p.seasilver-television a,body#seasilver-tv p.seasilver-tv a,body#seasilver-radio p.seasilver-radio a { background-color : 96306A;
    border : 1px solid black;
	color : white;
	display : block;
	padding-bottom : 1px;
	padding-left : 5px;
	padding-top : 1px;
	padding-right : 1px;
	text-decoration : none;
	width : 90% }
body#css p.css a:hover,body#seasilver p.seasilver a:hover,body#seasilver-usa p.seasilver-usa a:hover,body#seasilver-distributor p.seasilver-distributor a:hover,body#seasilver-supplement p.seasilver-supplement a:hover,body#seasilver-television p.seasilver-television a:hover,body#seasilver-tv p.seasilver-tv a:hover,body#seasilver-radio p.seasilver-radio a:hover { background-color : FFFFB3;
	border : 1px solid black;
	color : black;
	text-decoration : none }

.section { background-color : #CCCCCC;
	border: 1px solid white;
	color : black;
	display : block;
	padding-bottom : 1px;
	padding-left : 5px;
	padding-top : 1px;
	padding-right : 1px;
	text-decoration : none;
	width : 90% }
p.section { color : black;
	font-family : Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-bottom : 5px;
	margin-top : 10px }


h1 { 	font-weight: bold;
	font-size: 22px;
	text-align: left;
                margin: 0px;
                padding: 0px; }

h2 {	font-weight: bold;
	font-size: 14pt;
                color: black }

h2 a:link { color: black}
h2 a:hover {color: black}
h2 a:visited {color: black}

h3 {	font-weight: bold;
	font-size: 12pt;
                color: black }


 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
