H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-large;
    padding:6px;
    margin:6px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana
}
H2
{
    FONT-WEIGHT: bold;
    padding:6px;
    margin:6px;
    FONT-SIZE: large;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana
}
H3
{
    FONT-WEIGHT: bold;
    padding:6px;
    margin:6px;
    FONT-SIZE: medium;
    COLOR: #004080;
    FONT-FAMILY: Verdana
}
H4
{
    FONT-SIZE: small;
    COLOR: #004080;
    FONT-FAMILY: Verdana
}
H5
{
    FONT-SIZE: x-small;
    COLOR: #004080;
    FONT-FAMILY: Verdana
}
BODY
{
    FONT-SIZE: 10pt;
    COLOR: #004080;
    FONT-FAMILY: Verdana
}
P
{
    FONT-SIZE: 10pt;
    COLOR: #004080;
    FONT-FAMILY: Verdana

}
LI
{
    FONT-SIZE: 10pt;
    COLOR: #004080;
    FONT-FAMILY: Verdana
}
A
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana
}
A:visited
{
    COLOR: #663366
}
A:active
{
    COLOR: red
}
A:hover
{
    COLOR: #3243ad
}
IMG
{
    BORDER-LEFT-COLOR: #000066;
    BORDER-BOTTOM-COLOR: #000066;
    BORDER-TOP-COLOR: #000066;
    FONT-FAMILY: Verdana;
    BORDER-RIGHT-COLOR: #000066
}


QUOTE
{
text-decoration: none; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 10px
}

div.img
  {
  margin:2px;
  border:1px solid #CED6FD;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }

div.imgright
  {
  margin:2px;
  border:1px solid #CED6FD;
  height:auto;
  width:auto;
  float:right;
  text-align:center;
}
div.img img
  {
  display:inline;
  margin:2px;
  border:1px solid #000000;
  }
div.img a:hover img
  {
  border:1px solid #ffffff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:230px;
  margin:2px;
  }
div.page2
  {
    margin:2px;
    padding:12px;
    border:1px solid #CED6FD;
    height:200px;
    width:174px;
    float:left;
    text-align:center;
  }
div.page
  {
  text-align:center;
  font-weight:normal;
  width:150px;
  height:50px;
  margin:2px;
  }
div.text
  {
    margin:2px;
    padding:12px;
    height:auto;
    width:96%;
    border:1px solid #CED6FD;
    float:left;
    text-align:center;
  }
  div.textleft
  {
    margin:2px;
    padding:12px;
    height:auto;
    width:96%;
    border:1px solid #CED6FD;
    float:left;
    text-align:left;
  }

 div.like
 {
 	    FONT-SIZE: x-small;
	    COLOR: #004080;
    FONT-FAMILY: Verdana ;
     margin:0px;
     padding:0px;
     clear:both ;
     height:auto;
     border: none;
     float:left;
     text-align:left;
 }
body{behavior:url(http://www.mannequin-man.com/cssHover3.htc);}
#navigation {width:150px; font-size:12px;}

/*Main Menu*/
#navigation ul {margin:0px; padding:0px; background-color:#8394FE;}

#navigation ul li {
height:25px;
line-height:25px;
list-style:none;
padding-left:10px;

color:#ffffff;
border-top:#fff solid;
border-bottom:#fff solid;
border-width:1px;
cursor:pointer;
}
#navigation ul li:hover {background-color:#ff8000; position:relative;}

#navigation ul a { display:block; color:#ffffff; text-decoration:none;}
/*#navigation a:link, a:visited { display:block;}*/

/*Sub Menu*/
#navigation ul ul {display:none; position:absolute; left:75px; top:5px; border:#fff solid; border-width:1px; background-color:#8394FE; }
#navigation ul li:hover ul {display:block;}

#navigation ul ul li { width:150px; float:left; display:inline; border:none;}
#navigation ul ul li:hover {text-decoration:underline; border:none;}

#navigation li:hover ul li ul {display:none;}

#navigation ul ul li ul {left:110px; background-color:#CED6FD;}
#navigation ul ul li:hover ul {display:block;}

