@charset "utf-8";
/* CSS Document */

/* The Styles Below Control the Layout for the Entire Site */

body {
   width: 900px;
   margin: 0 auto;
   }
#header {
   padding:0px 0px 0px 0px;
}
.column {
  float: left;
  display: inline; /* Fix IE6 double floated margin bug */
}
#container {
   float: left;
   width: 900px;
}
#center {
   width: 625px;
   padding: 0px;
   margin-left: 130px; /* Left column fullwidth */
   display: inline; /* Fix IE6 double floated margin bug */
}
#left {
   width: 100px;
   padding: 0;
   margin-left: -755px; /* Pull the left column left of center */
}
#right {
   width: 100px;
   padding: 10px;
}
#footer {
   clear: both;
}

/* The Styles Below Control the Look of the Entire Site */

body {
background-color:#EBEBEB;
background-image: url(http://globalperformanceforum3.gsmiweb.com/images/bg_tile.gif);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
border-width: 1px;
border-color: #d1d0d0;
border-style: solid;
}
#header {
background:#FEFEFE ;
color:#FFFFFF;
text-align:center;
}
#header h1 {
font-size: xx-large;
}
#header h3 {
letter-spacing:5px;
}
body h1 {
font-size:x-large;
}
body h2 {
font-size:large;
}
body h3 {
font-size:medium;
}
body h4 {
font-weight:bold;
}
#container {
background-color:#FFFFFF;
color:#05134b; 
}
#container #center img {
float:right; 
display: inline; /* Fix IE6 double floated margin bug */
word-wrap: break-word;
overflow: hidden;
}
.table_headline {
background-color:#3ca0d9;
font-size:medium;
}
table {
padding:5px;
width:100%;
}
img {
border-color:#FFFFFF;
}
.bold {
font-weight:bold;
}

/* The Styles Below Control the Main Navigation */

#navcontainer
{
background: #0266ae;
width: 100%;
margin: 0 auto;
padding: 0;
font-family: georgia, serif;
font-size: 12px;
text-align: center;
}
ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}
ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}
ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #FFFFFF;
border-style: solid;
color:#FFFFFF;
text-decoration: none;
background: #3ca0d9;
}
#navcontainer>ul#navlist li a { 
width: auto; 
}
ul#navlist li#active a {
background:#003879;
color:#FFFFFF;
}
ul#navlist li a:hover, ul#navlist li#active a:hover
{
color:#FFFFFF;
text-decoration: underline;
background: transparent;
border-color:#FFFFFF;
}

/* The Styles Below Control the Bottom Navigation*/

#bottom_navcontainer
{
background: #003879;
width: 100%;
height: 20px;
margin: 0 auto;
padding: 0;
font-family: georgia, serif;
font-size:x-small;
text-align: center;
}
ul#bottom_navlist
{
padding:4px 0px 0px 0px;
text-align:center;
list-style: none;
height: 20px;
margin: 0 auto;
}
ul#bottom_navlist li
{
display:inline;
margin: 0;
padding: 4px;
}
ul#bottom_navlist li a
{
display:inline;
border-right-width: 5px;
border-right-color: #003879;
border-right-style: solid;
color:#FFFFFF;
text-decoration: none;
background: #003879;
}
#bottom_navcontainer>ul#bottom_navlist li a { 
width: auto; 
}
ul#bottom_navlist li#b_active a {
color:#3ca0d9;
}
ul#bottom_navlist li a:hover, ul#bottom_navlist li#b_active a:hover {
color:#61dffe;
}
