/* CSS Document */

body {
   background-color:#f4b829; /* Yellow-Orange */
   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;
}

/* INPUT AREAS SUCH AS LOGIN, ETC  border:none; */
textarea,input,submit {
   background-color:#cccccc;
   color:#111111;
   padding:3px;
   
   margin:1px;
}

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

/* THE AREA THAT CONTAINS THE MAIN LOGO 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:#444400;
}

#logo {
   margin:0 auto 0 auto;
   text-align:left;
   margin-bottom:25px;
}

/* 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:#333388;
   border-bottom:1px dashed #444400;
}

/* THE SIDEBAR BODY TEXT (BELOW THE SITE MENU) */
#sidebar p {
   line-height:20px;
   color:#000000;
}

#sidebar a {
   color:#555511;
}
#sidebar a:hover {
   color:red;
}


/* THE SITE MENU LINKS */

#menu {
   text-align:right;
}

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

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

#sidebar_lists {

}

#sidebar_lists h1 {
   font-family:"Trebuchet MS", Arial, Verdana;
   text-align:right;
   font-size:125%;
   color:#333388;
   border-bottom:1px dotted #444400;
}

#sidebar_lists p {
   line-height:15px;
   color:#000000;
}


/* MAIN CONTENT LEFT OF THE SIDEBAR */

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

/* MAIN CONTENT HEADLINES */

#content h1 {
   font-family:"Trebuchet MS", Arial, Verdana;
   text-align:left;
   font-size:200%;
   color:#333388;
   border-bottom:1px dashed #444400;
   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;
   color:#000000;
}

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

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

}

/* CONTENT W/BULLETED LIST ITEMS (Chgd margin-right: From 220 to 120) */
#content_lists {
   margin-right:120px;
   padding-right:20px;
   background-image:url(images/backgrounds/content.jpg);
   background-position:right;
   background-repeat:repeat-y;
}

#content_lists p {
   line-height:20px;
   text-indent:15px;
   color:#000000;
}

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

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

}

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

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

/* THE FOOTER */

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

#footer a {
   color:#555511;
}
