@charset "utf-8";
/* CSS Document */

html {
height:100.1%;
}

body {
 font-family:Arial, Helvetica, sans-serif;
} 

h1 {
 color:#003051;
 font-weight:bold;
 font-size:14px;
} 

h2 {
 color:#003051;
 font-weight:bold;
 font-size:12px;
} 

h3 {
 color:#F17B21;
 font-size:14px;
 font-weight:bold;
} 

ul li {margin-left: 0; padding-left: 0;}

p {
 color:#7A7A7A;
 font-size:12px;
} 

.content {
 color:#7A7A7A;
 font-size:12px;
} 

.content strong {
 color:#7A7A7A;
 font-size:12px;
 font-weight:bold;
}
.content a:link { color: #7A7A7A; text-decoration:underline; }
.content a:visited { color: #7A7A7A; text-decoration:underline; }
.content a:hover { color: #7A7A7A; text-decoration:underline; }
.content a:active { color: #7A7A7A; text-decoration:underline; }

.left_menu {
 color:#7A7A7A;
 font-size:12px;
 line-height:21px;
} 

.left_menu strong {
 color:#7A7A7A;
 font-size:12px;
 font-weight:bold;
}
.left_menu a:link { color: #7A7A7A; text-decoration:none; }
.left_menu a:visited { color: #7A7A7A; text-decoration:none;}
.left_menu a:hover { color: #7A7A7A; text-decoration:underline; font-weight:bold;}
.left_menu a:active { color: #7A7A7A; text-decoration:none; }

.footer {
 color:#7A7A7A;
 font-size:9px;
}
.footer a:link { color: #7A7A7A; text-decoration:none; }
.footer a:visited { color: #7A7A7A; text-decoration:none; }
.footer a:hover { color: #7A7A7A; text-decoration:underline;  }
.footer a:active { color: #7A7A7A; text-decoration:none; }

.top_menu {
 color:#4082B0;
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
}  
.top_menu a:link { color: #4082B0; text-decoration:none; }
.top_menu a:visited { color: #4082B0; text-decoration:none; }
.top_menu a:hover { color: #4082B0; text-decoration:underline; }
.top_menu a:active { color: #4082B0; text-decoration:none; }

#domticker{
width: 188px;
height: 150px;
/*border: 1px dashed  #000000;*/
padding: 0px;
background-color: #FFFFFF; 
color:#7A7A7A;
/*color:#000000;*/
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF; 
}

#domticker a{
font-weight: bold;
color:#000000;
}

#rightsidebar {
 margin-top:14px; 
 background:url(images/rightsidebox2.png) no-repeat; 
 width:214px; 
 height:248px;
 color:#A7A7A7;
 text-decoration:none;
};

#rightsidebar  li a:link { color: #4082B0; text-decoration:none; }
#rightsidebar  li a:visited { color: #4082B0; text-decoration:none; }
#rightsidebar  li a:hover { color: #4082B0; text-decoration:underline; }
#rightsidebar  li a:active { color: #4082B0; text-decoration:none; }

.right_menu {
 color:#003051;
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
}  
.right_menu a:link { color:#003051 ; text-decoration:none; }
.right_menu a:visited { color: #003051; text-decoration:none; }
.right_menu a:hover { color: #003051; text-decoration:underline; }
.right_menu a:active { color: #003051; text-decoration:none; }

#sitetext {
  height:300px; 
  overflow:hidden; 
  padding-left:5px; 
  padding-right:5px;
  color:#7A7A7A;
  font-size:12px;
}

#sitetext ul {
 list-style-image:url(images/smallorangecircle.png);
} 