.bg
{
   background-color:#f3f3f3;
   text-align:center;
}

.blueBoldText
{
    color:rgb(0,150,200);
    
}

.redText
{
    color:#af0404;    
}

.whiteText
{
    color:White;    
}

.grayBoldText
{
    color:rgb(100,100,100);
    font-weight:bold;
}
    
#footer
{
    text-align:center; 
}
#nav ul li
{
    list-style-type:none;
    display:inline;
    border-left:1px solid black;
    padding-right:10px;
    padding-left:10px;
}

.space
{
    line-height:150px;   
}

.align-left
{
    text-align:left;    
}
.align-right
{
    text-align:right;    
}

a
{
    text-decoration:none;    
    color:rgb(100,100,100);
}
a:hover
{
    color:rgb(0,150,200);
}

.myBorder
{
    border:1px solid black;    
}


.roundCornerElement 
{
    border: 1px solid #CCCCCC;
    padding: 20px 0;
    text-align: center;
    width: 950px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #FFFFFF;
    behavior: url(js/pie/PIE.htc);
}

hr
{
     color: #999
     height:1px;
}
#tool
{
	background: #efefef;
}
#share{
	vertical-align:middle;
}
#tag{
}
#tag a{
	background: #ffffff;
}