* {
 font-size: 11px;
 /* overwrite all default browser settings */
}

a{
 color: #333;
 text-decoration: underline;
}
a:visited{
 color: #333;
 text-decoration: underline;
}
a:hover{
 color: #4f004f;
 text-decoration: none;
}

a.one{
 color: #4f004f;
 text-decoration: none;
 font-weight: bold;
}
a.one:visited{
 color: #cc6699;
 text-decoration: none;
 font-weight: bold;
}
a.one:hover{
 text-decoration: underline;
}

a.2{
 color: #333;
 text-decoration: none;
 font-weight: bold;
 font-size: 11pt;
 text-decoration: underline;
}
a.2:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
 font-size: 11pt;
 text-decoration: underline;
}
a.2:hover{
 color: #4f004f;
 text-decoration: none;
}


a.3{
 color: #333;
 text-decoration: none;
 font-weight: ;
 font-size: 10pt;
 text-decoration: underline;
}
a.3:visited{
 color: #333;
 text-decoration: none;
 font-weight: ;
 font-size: 10pt;
 text-decoration: underline;
}
a.3:hover{
 color: #4f004f;
 text-decoration: none;
}

a.4{
 color: #333;
 text-decoration: none;
 font-weight: ;
 font-size: 12pt;
 text-decoration: underline;
}
a.4:visited{
 color: #333;
 text-decoration: none;
 font-weight: ;
 font-size: 12pt;
 text-decoration: underline;
}
a.4:hover{
 color: #4f004f;
 text-decoration: none;
}

a.5{
 color: #333;
 text-decoration: none;
 font-weight: ;
 font-size: 10pt;
 text-decoration: underline;
}
a.5:visited{
 color: #333;
 text-decoration: none;
 font-weight: ;
 font-size: 10pt;
 text-decoration: underline;
}
a.5:hover{
 color: #900;
 text-decoration: none;
}


#footRule{
 border: none 0;
 border-top: 1px solid #C0C0C0;/*the border*/
 width: 100%;
 height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
 margin: 0px 0px 5px 0px;
}

.hide{
 display: none;
}

img{
 border: 0px;
}

table{
 text-align: left;
}

body{
 font-size: 12px;
 text-align: center; 
 font-family: verdana, arial, helvetica, sans-serif;
 background: #ffffff url('http://jewelsbynature.com/jewel2.JPG') repeat-y 50% 0;
 margin: 10px 0px 0px 0px;
}
BODY {
scrollbar-track-color: #000000;
scrollbar-arrow-color: #c6c68c;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #c6c68c;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #c6c68c;
scrollbar-face-color: #000000;
}

#facilities{
 background-color: #4f004f;
 text-align: center;
 padding: 7px 5px 5px 5px;
 margin: 0px 0px 15px 0px;
}

#boardSearch{
 ;
}

#board{
 float: left;
 text-align: left;
}

#search{
 float: right;
 text-align: right;
 clear: both;
}

#footer{
 width: 100%;
 height: 10px;
 padding: 3px;
 background-color: #4f004f;
}

#footerLeft{
 float: left;
}

#footerRight{
 float: right;
 text-align: right;
}

.title1{
 font-size: 14px;
 font-weight: bold;
}

.title2{
 font-size: 12px;
 font-weight: bold;
}

.title3{
 font-size: 12px;
}

.subNav{
 font-size: 11px;
 color: #fff;
 font-weight: bold;
}

#online{
 font-size: 14px;
 font-weight: bold;
}

/* Horizontal Top Main Nav */

div#navcontainer
{
background-color: #4f004f;
border-top: solid 1px #4f004f;
border-bottom: solid 1px #4f004f;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
color: #c6c68c;
text-align: center;
margin: 0;
padding-bottom: 3px;
padding-top: 3px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 3px 8px 3px 8px;
color: #c6c68c;
text-decoration: none;
border-right: 1px solid #c6c68c;
font-size: 12px;
background-color: #4f004f;
}

div#navcontainer ul li a:visited
{
color: #c6c68c;
}

div#navcontainer ul li a:hover
{
background-color: #c6c68c;
color: #4f004f;
}

#active a { border-left: 1px solid #c6c68c; }


/* Vertical Side Sub Nav */

#navcontainerLeft { width: 120px; }

#navcontainerLeft ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainerLeft a
{
display: block;
padding: 3px;
width: 120px;
background-color: #4f004f;
border-bottom: 1px solid #eee;
font-size: 12px;
}

#navcontainerLeft a:link, #navlist a:visited
{
color: #333;
text-decoration: none;
}

#navcontainerLeft a:hover
{
background-color: #369;
color: #fff;
}