body
{
  font-family: verdana;
  font-size: 9pt;
  line-height: 20px;
  border-top: 5px solid #E6E6E6;
  padding: 0px;
  margin: 0px;
}
#container
{
  margin-left: auto;
  margin-right: auto;
  width: 50em;
  width: 750px; 
  padding: 10px 0 0 0;
}
#main
{
  float: left; 
  width: 570px; 
  text-align: left;
}
.column
{
  float: left;
  width: 190px;
}
.copy
{
  float: left;
  margin: 6px 0 0 0;
  text-align: left;
}
.col
{
  float: left;
  width: 340px;
  padding: 4px;
  border: 1px solid #ccc;
}
ul
{ 
  list-style-image: url(../img/arrow.gif);
  margin: 0px;
  padding: 7px 0 0 15px;
  text-align: left;
}
li
{ 
  text-align: left;
}
p
{
  text-align: justify;
}
.strong
{
  font-weight: bold;
}
.tab
{
  background-color: red;
  color: #fff;
  font-weight: bold;
  padding: 6px;
  text-align: left;
}
.box
{
  width: 560px;
  float: left;
  margin: 10px 10px 10px 0px;
}
.advertisement
{
  float: right;
}

a 
{
    color: #000;
    text-decoration: underline;
}

a:link {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #000;
    text-decoration: underline;
}

a:active {
    color #000;
    text-decoration: underline;
}

a:hover {
    color #000;
    text-decoration: underline;
}
.skill
{
  color: #777;
}
img
{
  border: 0px solid;
}
input[type=text]
{
  width: 400px;
  font-family: verdana;
}
select
{ 
  width: 400px;
  font-family: verdana;
}
textarea
{
  width: 400px;
  height: 100px;
  font-family: verdana;
  font-size: 9pt;
}
.formRow
{
  margin: 8px 0 0 0;
}
.abstract
{
  font-weight: bold;
}


/* ad containers */

.rpanel
{
  text-align: left; 
  float: right;
  border: 2px solid red; 
  font-weight: bold;
}
.rpanel .title
{
  background-color: red; 
  color: #fff;
}

/* general styles */

.hr
{
  border: 4px solid red;
}


/* headings */

h1
{  
  margin: 4px 0 10px 0;
  text-align: left;
}
h1 a:link, a:hover, a:visited, a:active
{
  /* text-decoration: none; */
}
h2
{  
  margin: 4px 0 10px 0;
  text-align: left;
}
h3
{
  margin: 0 0 4px 0;
  padding: 0px;
}
.heading
{ 
  background-color: red; 
  color: #fff; 
  font-weight: bold; 
  text-align: left; 
  padding: 4px;
}

h1 a
{
  text-decoration: none;
}

h1 a {text-decoration: none;}
h1 a:link {text-decoration: none;}
h1 a:visited {text-decoration: none;}
h1 a:hover {text-decoration: none;}
h1 a:active {text-decoration: none}

