body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 9pt;
	background-color: #fff;
        msx-width:1280px;

        text-align:center;  

}

#wrapper {        margin: 0px auto;        
                  width: 1248px;   /* Replace the xxxx with the the width of your site (eg 800px)*/        
                  text-align:left; 
	position: relative;
         }

#leftcolumn2
{
	width: 184px;
	padding-top: 0px;
	background-color:  #FFFFFF;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
	font-size: 90%;
}

p {
  color: rgb(102,153,153);
}



.menulink {
  color: rgb(255,255,255);
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 10px;
}
.link {
  color: rgb(102,153,153);
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: medium;
}

.text {
  color: rgb(102,153,153);
  font-weight: bold;
  font-size: 24px;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

.box-center {
  color: rgb(255,255,255);
  font-weight: normal;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  border: rgb(102,153,153);
    background-color: rgb(102,153,153);
  font-weight: medium;
  font-size: 12px;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

.box {
    border-left-style: solid; 
    border-left-width: 1; 
    border-right-style: solid; 
    border-right-width: 1; 
    border-top-style: none; 
    border-top-width: medium; 
    border-bottom-style: solid; 
    border-bottom-width: 1;
    border: rgb(102,153,153);
    background-color: rgb(102,153,153);
    font-size: 12px;
    color: rgb(255,255,255);
    font-weight: normal;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}