﻿body
{
    text-align:center;
    font-family:Arial;
    font-size:10pt; 
    background-color:#000; 
    margin:0px;  
}
body a
{
    color:Silver;
    text-decoration:none;
    text-decoration:underline;
}
body ul
{   font-weight:bold;
    list-style-type:square;
}
body ul ul
{
    list-style-type:circle;
    font-weight: normal;
    
}

h1
{
    margin-top:0px;
    font-family:Arial;
    font-size:12pt; 
    font-weight:bold;  
    text-transform:uppercase;
}
h2
{
    margin-top:20px;
    margin-bottom:0px;
    font-family:Arial;
    font-size:11pt; 
    font-weight:bold;  
}
.Center
{
    
  margin: 0 auto;
  width: 575px;
  /*width: auto;*/
}
.bodycontainer
{
    width:auto;
    height:auto;
    text-align:left;  
}
.contentcontainer
{
        background-color:#1F1F1F;
        /*
        border-bottom:solid 3px #1F1F1F;
        border-left:solid 3px #1F1F1F;
        border-right:solid 3px #1F1F1F;
        */             
}
.contenttable
{
 width:100%; 
 color:Silver; 
 
}

.navigationtd
{
    width:150px;
    padding:10px; 
    text-align:left;
    vertical-align:top;  
}

.contenttd
{
    padding:10px;
    text-align:left;
    vertical-align:top;
    width:100%;
    
}
.header
{
    width:auto;
    height:82px;
    padding:0px;
    background-image:url(images/topback.jpg);
    background-repeat:repeat-x;
    background-position:left top;
}

/*===================*/
.navigationtd .mainnav 
{
 color:#999999;
 text-transform:uppercase; 
 font-weight:bold; 
 border: 1px solid #1F1F1F;
 background-color: #1F1F1F;
 text-decoration:none;
}
.navigationtd .mainnav:hover
{
     border: 1px solid #1F1F1F;
     text-decoration:underline;
}


    
.navigationtd ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;

}

.navigationtd a
{
display: block;
padding: 3px;
width: 160px;
background-color: #1F1F1F;
border: 1px solid #1F1F1F;
font-size:12px;
}

.navigationtd a:link, .navlist a:visited
{
color:Silver;
text-decoration: none;
}

.navigationtd a:hover
{
color:Silver;
border: 1px solid Silver;
}


/*===================*/

#orange
{
    color:#FE9113;
}
#blue
{
    color:#0797DB;
}
#green
{
    color:#91BB13;
}
#yellow
{
    color:#FDE100;
}
/*===================*/
#portfolioscroll
{  
    overflow-y:scroll; 
    scrollbar-face-color:#FE9113;
    width:180px;
    height:270px;
}
#portfolioscroll img
{
    border:0px;
    padding-bottom:5px;
    padding-right:5px;   
    
}