@font-face{
    font-family: "Angelina";
    src: url("../fonts/angelina.ttf");
}


body
{
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
}
.clsbanner
{
background-image:url('../images/backrepeat.jpg');
background-repeat:repeat-x;
color:white;
text-align:right;
vertical-align:top;
padding-top:30px;
padding-right:100px;
font-family:Angelina;
letter-spacing:0px;
font-size:30px;
}
.clsHmenuleft a
{
text-decoration:none;
color:white;
}

.clsHmenuleft a:hover
{
text-decoration:underline;
}

.clsHmenuleft
{
    height:30px;
}
.clsHmenuleft #left
{
    width:19px;
    background-image:url('../images/left.gif');
    background-repeat:no-repeat;
    background-position:bottom;
    background-color:#9050A6;
}
.clsHmenuleft #right
{
    width:19px;
    background-image:url('../images/right.gif');
    background-repeat:no-repeat;
    background-position:bottom;
    background-color:#9050A6;
}
.clsHmenuleft #data
{
    background-color:#9050A6;
    font-family:tahoma;
    font-size:12px;
    color:white;
    text-align:center;
    font-weight:bolder;
}
.clsHmenuleft #spacer
{
    font-family:1px;
    width:3px;
    
}
.clsVmenu #left
{
    width:10px;
    background: transparent url(../images/blue_top_left.png) no-repeat top left;
    background-repeat:no-repeat;
}
.clsVmenu #data
{
    font-family:tahoma;
    font-size:12px;
    font-weight:bolder;
    text-align:center;
    background: transparent url('../images/blue_top_left.png') no-repeat top left;    
    color:white;
    height:24px;
}
.clsVmenu #right
{

	background: transparent url(../images/blue_top_right.png) no-repeat top right;
/*	padding: 0 10px 10px 10px; 
	width: auto !important;
	width: 100%; */
    width:10px;    
}
.clsVmenu #menu
{

    border-left:2px solid #5F99D3;
    border-bottom-width:thin;
    border-bottom:1px groove silver;
    border-right:2px solid #5F99D3;
    text-align:right;
    font-family:verdana;
    font-size:12px;
    font-weight:bolder;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#F7F7F7;
    padding-right:60px;
}
.clsVmenu #menubottom
{
    border-left:2px solid #5F99D3;
    border-bottom-width:thin;
    border-bottom:2px solid #5F99D3;
    border-right:2px solid #5F99D3;
    text-align:right;
    font-family:verdana;
    font-size:12px;
    font-weight:bolder;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#F7F7F7;
    padding-right:60px;
}

.clsVmenu a
{
    color:#5F99D3;
    text-decoration:none;
}
.clsVmenu a:hover
{
    color:#5F99D3;
    text-decoration:underline;
}
.clsVmenu
{
margin-bottom:4px;
}
.userinput
{
    font-size:11px;
    
}
.clsbutton
{
    background-color:#9050A6;
    color:white;
    font-weight:bolder;
    border:1px solid black;
    font-size:11px;
    font-family:arial;
}
.clsadvertise td
{
    font-size:11px;
    color:#DADADA;
    text-align:center;
    border:1px;
    font-family:Sans,tahoma;
}
.clsAdv1 #top
{
    background: transparent url('../images/grey_top_left.png') no-repeat top left; 
    font-size:1px;
}
.clsAdv1 #right
{
    background: transparent url('../images/grey_top_right.png') no-repeat top left; 
    width:22px;
    height:10px;
    font-size:1px;
}
.clsAdv1 #btmright
{
    background: transparent url('../images/grey_bottom_right.png') no-repeat bottom left; 
}
.clsAdv1 #data
{
    background: transparent url('../images/grey_bottom_left.png') no-repeat bottom left; 
    padding:0px 10px 10px 10px ;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
}

h3{
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background: url(../images/grey_underline.png) bottom left repeat-x;
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2px 2px 2px 12px;
  
}
.clsdata
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-align:left;

}
.clsauthor
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;
  text-align:left;
  color:#CAD5FB;

}
#highlight
{
    font-weight:bolder;
    color:#5F99D3;   
}
ul{
    
    list-style-type: none;
}
li{
background:transparent url(../images/blue_bullet.png) no-repeat center left;
padding-left:15px;
}