body, html {
margin:0;
padding:0;
background:#CCC;
color:#000;
font-family:"Lucida Grande", Verdana, Arial, sans-serif;
font-size: 11px;
min-height: 100%;
}
.gsaintro{
text-align: left;
line-height: 18pt;
}
body {
min-width:760px;
background: #CCC url(../gfx/bg.gif) repeat-y center;
}
*html #wrap{
width: 760px;
}
#wrap {
background:#FFF;
margin:0 auto;
width:758px;
border: 1px solid #000;
}
#header {
background: #FFF url(../gfx/top.jpg) no-repeat;
height: 81px;
}
#header h1 {
padding:5px;
margin:0;
}
#nav {
border-bottom: 1px solid #F00;
background:#FFF;
padding:5px;
}
#nav ul{
margin:0;
padding:0;
list-style:none;
}
#nav li{
display:inline;
margin:0;
padding:0;
border-right: 1px solid #000;
padding-right: 15px;
padding-left: 10px;
}
#nav li a{
color: #000;
font-weight: bold;
font-style: italic;
font-size: 11px;
text-decoration: none;
}
table tr td.th{
background-color: #BFF;
font-weight: bold;
padding-left: 4px;
padding-right: 4px;
}
#wrap #nav li.here a{
color: #F00;
font-weight: bold;
font-style: italic;
text-decoration: none;
}
#main {
background:#FFF;
float:left;
width:580px;
padding:1.3em;
}
#main h2, #main h3, #main p {
padding:0 10px;
}
#sidebar {
background: transparent;
float:right;
width:160px;
}
*html #sidebar ul li{
padding-left: 0;
margin-left: -20px;
padding-bottom: 5px;
}
#sidebar ul {
margin-bottom:0;
padding-left: 5px;
list-style:none;
}
#sidebar h3, #sidebar p {
padding:0 10px 0 0;
}

#centermenu {
background: transparent;
width:160px;
padding-bottom:3em;
}
*html #centermenu ul li{
padding-bottom: 5px;
}
#centermenu ul {
margin-left: -3em;
margin-bottom:0;
list-style:none;
}
#centermenu h3, #centermenu p {
padding:0 10px 0 0;

}


#footer {
clear:both;
}
#footer p {
padding:5px;
margin:0;
text-align: center;
font-weight: bold;
}
a:link{
color:  #C00;
text-decoration: none;
font-weight: bold;
}
a:visited{
color:  #C00;
}
a:hover{
color:  #F00;
text-decoration: underline;
}
a:active{

}
table{
font-size:10px;
}