.text
{
    font-family:Verdana;
    font-size: 14px;
}
.smtext
{
    font-family:Verdana;
    font-size: 10px;
}
.whitetext
{
    font-family:Verdana;
    font-size: 14px;
    color: white;
}
a:visited
{
    font-family:Verdana;
    font-size: 14px;
    color: red;
}
a:hover
{
    font-family:Verdana;
    font-size: 14px;
    color: maroon;
}
a:link
{
    font-family:Verdana;
    font-size: 14px;
    color: red;
}
.wcssite
{
    font-family:Verdana;
    font-size: 12px;
    color: Red;
}

.backgrad
{
    background-image: url('../Images/BackGrad.jpg');
	background-repeat: repeat-x;
}

.navgrad
{
    background-image: url('../Images/Navgrad.jpg');
	background-repeat: repeat-x;
}
.contentspace
{
    font-family:Verdana;
    font-size: 14px;
    vertical-align: top;
    background-color: white;
    background-image: url('../Images/Westonback.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
}
.adspace
{
    border-right: thin solid black;
   /* border-top: thin solid black;
    border-left: thin solid black;
    border-bottom: thin solid black;*/
    background-color: white;
    vertical-align: top;

}

.tblborder
{
    border: thin solid Black;
   
}
.tblborder1
{
    border-right: thin solid black;
    border-top: none;
    border-left: thin solid black;
    border-bottom: thin solid black;

}
/*-----------Sideswap stuff-----------------*/

#container { position: relative; width:500px}
#rotating-elements { z-index: 5; padding: 0px; height: 200px; }
.element-rotated { height: 200px; color: #fff; width: 100%; }
.sideswap_nav { position: absolute; cursor: pointer; }
.sideswap_next { bottom: 0px; right: 0px; z-index: 1000; }
.sideswap_previous { bottom: 0px; left: 0px; z-index: 1000; }


/*-----------Sideswap stuff-----------------*/