/* Saturday, 18 April, 2009 12.49 */

body {
   background-color:#FFFFFF;
   margin:10px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:navy;
  
   /* OPTIONAL BACKGROUND IMAGE
  
   background-image:url(img/fdcc_main/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:150%;
   font-weight:bold;
   letter-spacing:1px;
   color:navy;
  
}

h3 {
   font-variant:small-caps;
   font-size:150%;
   font-weight:bold;
   letter-spacing:1px;
   color:navy;
}

h2 {
   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;
   */
}

/* FDCC IMAGE AND SITE 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;
}

/* HEADER IMAGE PROPERTIES */

#title img {
   border:none;
}

/* THE AREA THAT CONTAINS ALL SITE CONTENT */

#container {
   width:700px;
   margin:0 auto 0 auto;
}


/* BODY AREA LEFT OF THE SIDEBAR */

.firstColumn {
   padding-right: .5%;
   /* margin-right: 10px; */
   border-right:2px solid #cccccc;
   background-image:url('/uploads/71/b5/71b545c1e9c7189c43fe241f4250cf1a/content.jpg');
   background-position:right;
   background-repeat:repeat-y;
}

.firstColumn h2 {
   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('/uploads/67/40/67409a1b437d10146fc2ff00a54147d2/tiny_globe.jpg');
   background-position:top right;
   background-repeat:no-repeat;
}

/* Red Error Text */
. firstColumn h6 {
   font-family:"Trebuchet MS", Arial, Verdana;
   text-align:right;
   font-size:100%;
   /* Deep Red */
   color:#af2222;
}


.firstColumn p {
   line-height:20px;
   text-indent:15px;
}

.firstColumn ol,ul {
   line-height:25px;
}

.firstColumn li {
   list-style-image:url('/uploads/13/80/13801d6c4cc8d1f0b01183d3ae38c889/li.gif');

}

/* LINKS W/IN THE CONTENT  - Chgd color from 999999 to 555555*/

.firstColumn a {
   color:#555555;
}
.firstColumn a:hover {
   color:red;
}

/* SIDEBAR WITHIN THE CONTAINER */

.secondColumn {
   padding-left:.5%;
}

.secondColumn h1 {
   font-family:"Trebuchet MS", Arial, Verdana;
   text-align:right;
   font-size:160%;
   /* Deep Red */
   color:#af2222;
   border-bottom:1px dashed #cccccc;
}

.secondColumn h2 {
   font-family:"Trebuchet MS", Arial, Verdana;
   text-align:right;
   font-size:200%;
   color:#626477;
   border-bottom:1px dashed #cccccc;
}

.secondColumn p {
   line-height:20px;
}

.secondColumn a:hover {
   color:red;
}


/* MENU */

#menu {
   text-align:right;
}

#menu a {
   color:#666666;
   background-image:url('/uploads/8c/1d/8c1d9b7831f44169f8b2ad93326500bb/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('/uploads/a9/58/a958cfbaead673d94cccd5e8e523ae54/a_hover.jpg');
}

/* THE FOOTER */

#footer {
   width:580px;
   margin:0 auto 0 auto;
   padding:10px;
   text-align:center;
   border-top:1px dashed #cccccc;
}


