/* CMS CSS. Always, always adjusting. */
/* (C) 2008 */

body {
   margin: 0;
   padding: 0;
   border: 0;
   color: #FFFFFF;
   font-family: "HelveticaNeue", sans-serif;
   font-weight: normal;
   font-size: 12px;
   font-color: black;
}

img {
   border: 0;
   text-align:center;
   
}

p {
   
   text-align: center;
   color: black;
   font-weight: normal;
   font-size: 18px;
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

p2 {
   
   text-align: center;
   color: black;
   font-weight: bold;
   font-size: 12px;
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

#pl {
   
   text-align: left;
   color: black;
   font-weight: normal;
   font-size: 17px;
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

pb {
   
   text-align: center;
   color: black;
   font-weight: bold;
   font-size: 19px;
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
   
   


/* Title Area */

#title {
   background-image: url(images/background-header.gif);
   width: 100%;
}

/* Navigation Bar Area */

#navigation {
   border-bottom: 0px solid #c1c1c1;
   position: relative;
   height: 28px;
   text-align: center;
   color: #000000;
}

#navigation img {
   filter: alpha(opacity=100);
   -moz-opacity: 100;
   opacity: 100;
}



/* -- IMAGES -- */

#dastable {
text-align: center;

}



/* Body Elements! */

#main {
   padding: 16px 40px 16px 40px;
   

}


h2 {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

h3 {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

h4 {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

h5 {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

h6 {
   font-size: 20px;
   font-weight: bold;
   color: #000000;
   text-align: center;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}


h7 {
   font-size: 18px;
   font-weight: bold;
   color: #FF0000;
   text-align: center;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}







/* Links (used where, now?) */

a {
 color: #000000;
 text-decoration: none;
}
a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 color: #171c38;
}
#main a:hover {
 color: #666666;
}



h3.post-title a:hover {
 background: url(images/underline-wavy2.gif) repeat-x 0 95%;
}