<style type="text/css">

/*Credits: Ann Squared and Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframeauramenu{
font-family: Arial;
font-weight: bold;
font-size: 50%;
width: 100%;
}

.wireframeauramenu ul{
border: 0px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
text-decoration: none;
border-right: 1px solid #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: #999966;
background: transparent url(images/tri.gif) center center no-repeat; /*background of menu item onMouseover*/
}

.wireframeauramenu ul li a.active,
.wireframeauramenu ul li a.active:hover {
   color:#999966;
   background:transparent url(images/tri.gif)center no-repeat; /*background of menu item onMouseover*/
   font-weight:bold;
   font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

img.middle {vertical-align:text-middle; text-align:center; margin:0 auto; }

table.center {margin-left:auto; margin-right:auto; width:885px; height:800px; vertical-align:top;}
td.column1 {width:135px; height:64px;}
td.column2 {width:745px; height:64px;}
td.column3 {width:880px; height:498px; background-color:#ffffff; }
td.column4 {width:880px; height:238px; background-color:#ffffff; vertical-align:top; text-align:right; font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;}
hr.hr1 {height:1; border:0px; border-top:1px solid #999; width: 100%;}
body {text-align:center;}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


</style>

