/*
    This file defines the default styles used on the Red Cross Treasure Hunt Web Site
*/

/* tag redefinitions */

p       { font-family: Arial, Helvetica, sans-serif; font-size: 95%;
            color: #000000; }
div     { font-family: Arial, Helvetica, sans-serif; font-size: 95%;
            color: #000000; }
h1  	{ font-family: Arial, Helvetica, sans-serif; font-size: 140%;
            font-weight: bold; margin: 0px 0px 10px; ; color: #000000}
h2      { font-family: Arial, Helvetica, sans-serif; font-size: 120%;
            font-weight: bold; color: #666699; margin: 0px 0px; }
h3      { font-family: Arial, Helvetica, sans-serif; font-size: 90%;
            font-weight: bold; margin: 0px 0px -15px; ; color: #000000}
h4      { font-family: Arial, Helvetica, sans-serif; font-size: 80%; color: #000000; margin: 0px 0px;  ; font-style: italic; font-weight: normal}
h5      { font-family: Arial, Helvetica, sans-serif; font-size: 60%; color: #000000; margin: 0px;  ; font-style: normal; font-weight: normal}
h6      { font-family: Arial, Helvetica, sans-serif; font-size: 70%;
            font-weight: bold; color: #000000; margin: 0px;  }
li      { font-family: Arial, Helvetica, sans-serif; ; font-size: 95%}

body    { margin:-10px;}

/* link definitions */
a:link              {color: #be5028;}
a:visited           {color: #be5028;}
a:active            {color: #FF0000;}
a:hover             {color: #CC0000;}

a.subnav:link       {color: #ffffff;}
a.subnav:visited    {color: #ffffff;}
a.subnav:active     {color: #cccccc;}
a.subnav:hover      {color: #cccccc;}

a.sechead:link      {color: #ffffff; text-decoration: none;}
a.sechead:visited   {color: #ffffff; text-decoration: none;}
a.sechead:active    {color: #cccccc; text-decoration: underline;}
a.sechead:hover     {color: #cccccc; text-decoration: underline;}

a.mainnav:link       {color: #FFFFFF;}
a.mainnav:visited    {color: #FFFFFF;}
a.mainnav:active     {color: #cccccc;}
a.mainnav:hover      {color: #cccccc;}

a.mainhead:link       {color: #ffffff; font-size: 100%; font-weight:bold; }
a.mainhead:visited    {color: #ffffff; font-size: 100%; font-weight:bold; }
a.mainhead:active     {color: #cccccc; font-size: 100%; font-weight:bold; }
a.mainhead:hover      {color: #cccccc; font-size: 100%; font-weight:bold; }


/* custom classes */
.topnav         { font-size: 70%; }
.mainnav        { font-size: 80%; }
.leftnavp       { margin-top:0px; margin-bottom:10px; }
.leftnavhome    { margin-top:0px; margin-bottom:0px; }
.leftnavsec     { margin-top:10px; margin-bottom:0px; color: #666666; }
.leftnavhomeul  { font-size: 80%; margin-left: 0; padding-left: 0px; margin-top:0px;  list-style-type: square;}
.leftnavul      { font-size: 80%; margin-left: 0; padding-left: 0px; margin-top:5px;  list-style-type: square;}
.leftnavli      { margin: 0;  margin-top:4px; padding: 0; }
.printpage      { font-size: 80%; }
.searchtext     { font-size: 80%; font-weight:bold; }
.searchbtn      { border:0px solid black; }

.pressrelease	{ font-family: Arial, Helvetica, sans-serif;
	                font-size: 90%; color: #666666; font-weight: bold;
                    margin-bottom: -8px; padding-bottom: -8px; }
.footer         { font-size: 70%; }
.grey           { color: #666666; }
.regionhead     { font-family: Arial, Helvetica, sans-serif; font-size: 100%;
                    color: #666666; font-weight: bold; }

b {  font-family: Arial, Helvetica, sans-serif; font-size: 95%; font-weight: bold; color: #666666}
strong {  font-family: Arial, Helvetica, sans-serif; font-size: 95%; font-weight: bold; color: #666666}
.editredcrossli {  list-style-image: url(images_peace/bullet.gif); margin-top: 4px; padding: 0; margin: 0;}
.editredcrossul      { font-size: 80%; margin-left: 0; padding-left: 0px; margin-top:5px;  list-style-type: square;}

.homepagebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.homepageprint {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-weight:bold;
	font-size: 80%;
}


