/* CSS Document */

body {
   background-color:#FFFFFF;
   margin:10px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:navy;
   
   /* OPTIONAL BACKGROUND IMAGE 
   
   background-image:url(images/backgrounds/fdcc45z.gry.lt.JPG);
   background-position:center;
   background-repeat:repeat-y;
   
   */
}

a {
   color:#999999;
}

a:hover {
   text-decoration:none;
}

textarea,input,submit {
   background-color:#eeeeee;
   color:#666666;
   padding:5px;
   border:none;
   margin:3px;
}

h1 {
   font-variant:small-caps;
   font-size:350%;
   letter-spacing:1px;
   color:#000000;
   
   /*
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:200%;
   color:#000000;
   font-weight:normal;
   */
}

h2 {
   font-variant:small-caps;
   font-size:150%;
   font-weight:bold;
   letter-spacing:1px;
   color:navy;
   
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
   margin:0 auto 0 auto;
   text-align:center;
   margin-bottom:25px;
}

#title p {
   font-variant:small-caps;
   font-size:150%;
   letter-spacing:2px;
   color:#666666;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
   border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
   width:700px;
   margin:0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
   width:200px;
   float:right;
}

#sidebar h1 {
   font-family:"Trebuchet MS", Arial, Verdana;
   text-align:right;
   font-size:200%;
   color:#626477;
   border-bottom:1px dashed #cccccc;
}

#sidebar h2 {
   font-family:"Trebuchet MS", Arial, Verdana;
   text-align:right;
   font-size:160%;
   /* Deep Red */
   color:#af2222;
   border-bottom:1px dashed #cccccc;
}

#sidebar p {
   line-height:20px;
}

#sidebar a:hover {
   color:red;
}


/* THE MENU */

#menu {
   text-align:right;
}

#menu a {
   color:#666666;
   background-image:url(images/backgrounds/a.jpg);
   background-position:right;
   background-repeat:no-repeat;
   padding-right:10px;
   line-height:15px;
   text-decoration:none;
}

#menu a:hover {
   color:red;
   background-image:url(images/backgrounds/a_hover.jpg);
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
   margin-right:220px;
   padding-right:20px;
   border-right:1px solid #cccccc;
   background-image:url(images/backgrounds/content.jpg);
   background-position:right;
   background-repeat:repeat-y;
}

#content h1 {
   font-family:"Trebuchet MS", Arial, Verdana;
   text-align:left;
   font-size:200%;
   color:#626477;
   border-bottom:1px dashed #cccccc;
   padding-top:15px !important;
   padding-top:0;
   background-image:url(images/tiny_globe.jpg);
   background-position:top right;
   background-repeat:no-repeat;
}

#content p {
   line-height:20px;
   text-indent:15px;
}

#content ol,ul {
   line-height:25px;
}

#content li {
   list-style-image:url(images/backgrounds/li.gif);

}

/* LINKS W/IN THE CONTENT  - Chgd color from 999999 to 555555*/

#content a {
   color:#555555;
}
#content a:hover {
   color:red;
}

/* TABLE ONE */

#tableone {
   width:700px;
   margin:0 auto 0 auto;
   padding:10px;
   text-align:center;
   border-top:1px dashed #cccccc;
}

#tableone h1 {
   font-family:"Trebuchet MS", Arial, Verdana;
   text-align:left;
   font-size:150%;
   color:#111111;
   border-bottom:1px dashed #cccccc;
   padding-top:15px !important;
   padding-top:0;
}

/* THE FOOTER */

#footer {
   width:580px;
   margin:0 auto 0 auto;
   padding:10px;
   text-align:center;
   border-top:1px dashed #cccccc;
}
