@import url("layout.css");
@import url(http://www.google.com/cse/api/branding.css);

#sidebar{
        color: #ffffff;
        background-color: #000000;
}

#content {
        background-color: #ebebeb;
}

/* Styles for Navigation */

#leftnav a:link {
        color: #ff0000;
        text-decoration: none;
}

#leftnav a:visited {
        color: #ffff00;
        text-decoration: none;
}

#leftnav a:link:hover {
        color: #0000ff;
        text-decoration: none;
}

#leftnav a:visited:hover {
        color: #00ff00 ;
        text-decoration: underline;
}
/* Styles for Footer */

#footer {
        width: auto;
        height: auto;
        overflow: auto;
        clear: both;
        color: #ffffff;
        font-family: Verdana, Arial, Helvetica, Sans-serif;
        font-size: 12px;
        text-align: center;
}

#footer a {
  color: #ff9900;
  text-decoration: underline;
}

#footer a:hover {
  color: #0000ff;
  text-decoration: none;
}

a {
  color: #0044bb;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.style_bold {
  font-weight: bold;
}

.style_italic {
  font-style: italic;
}

.float_right {
      float: right;
}

.smalltext {
      font-family: Verdana, Arial, Helvetica, Sans-serif;
      font-size: 10px;
      padding: 3px 0;
      margin: 3px 0;
      line-height: 12pt;
}

.flagtext {
      font-family: Verdana, Arial, Helvetica, Sans-serif;
      font-size: 12px;
      padding: 3px 0;
      margin: 3px 0;
      color: #ffffff;
}

.leftbar {
      font-size: 12px;
      color: #ffffff;
      text-align: center;
}

.paypal {
      font-size: 12px;
      color: #ff9900;
      text-align: center;
}

.title {
    height: 25px;
    padding: 5px 0 0 10px;
    background: url(../images/new_menu/title.gif) repeat-x;
    font-size: 18px;
    color: #FFFFFF;
}

.titleright {
    height: 25px;
    padding: 5px 0 0 10px;
    background: url(../images/new_menu/title.gif) repeat-x;
    font-size: 18px;
    color: #FFFFFF;
}

.contenttitle{
  font-size: 30px;
  color: #ff0000;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}

.update{
  font-size: 12px;
  text-align: right;
}

.voip{
     color: #ffffff;
 font-size: 14px;
 text-align: center;
}

.regtext{
  font-size: 18px;
  font-family: Georgia, Times New Roman Times, Serif;
}

.regtextcenter{
  font-size: 18px;
  font-family: Georgia, Times New Roman Times, Serif;
  text-align: center;
}

.ad{
    color: #000000;
}

