body {
margin: 0;
padding: 0;
background-image: url('/images/bg.jpg');
background-repeat: repeat-x;
background-color: #3F3F41;
text-align: center;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #ffffff;
}

a {
color: #00ADEC;
text-decoration: none;
}

/*table, tr, th, td {
font-size: 12px;
background-color: #606060;
padding: 3px;
}*/

h1,h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h1 {
color: #F58221;
font-size: 20px;
}

h2 {
color: #00ADEC;
font-size: 16px;
}

h2 a {
text-decoration: none;
}

h3 {
color: #F58221;
font-size: 16px;
}

h3 a {
text-decoration: none;
}

h4 {
color: #00ADEC;
font-size: 15px;
}

h4 a {
text-decoration: none;
}

#wrapper { 
width: 920px;
height: 100%;
margin: 0 auto;
background-color: #c0c0c0;
text-align: left;
}

#header {
width: 870px;
margin: 0 auto;
}

#nav {
width: 870px;
height: 36px;
background-color: #F58221;
color: #ffffff;
margin: 0 auto;
}

#navbar {
height: 36px;
width: 870px;
}

#navbar ul {
margin: 0px;
margin-left: 10px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
line-height: 36px;
white-space: nowrap;
}

#navbar li {
list-style-type: none;
display: block;
float: left;
text-align: center;
}

#navbar li a {
text-decoration: none;
padding: 7px 12px;
color: #ffffff;
font-weight: bold;
}

#navbar li a:link {
color: #ffffff;
}

#navbar li a:visited {
color: #fcfcfc;
}

#navbar li a:hover {
background-color: #E47416;
}

#flash {
width: 870px;
height: 210px;
margin: 0 auto;
}

#spacer {
width: 870px;
height: 30px;
margin: 0 auto; 
}

#content {
width: 840px;
min-height: 600px;
margin: 0 auto;

background-color: #404040;
padding: 20px 15px 20px 15px;
}

#pccontent {
width: 840px;
min-height: 600px;
margin: 0 auto;
background: url('/images/bg-main.jpg') no-repeat  #404040;
padding: 20px 15px 20px 15px;
}

content a {
color: #00ADEC;
font-size: 16px;
text-decoration: none;
}

#foot-text {
width: 870px;
height: 50px;
margin: 0 auto;
padding-bottom: 35px;
background-color: #404040;
text-align: center;
}

#footer {
width: 870px;
height: 36px;
margin: 0 auto;
background-color: #F58221;
color: #ffffff;
text-align: center;
font-size: 11px;
line-height: 14px;
}

#footer a {
color: #ffffff;
text-decoration: underline;
}

#footer a:hover {
color: #e0e0e0;
text-decoration: none;
}

.linkingtable td a {
font-weight: bold;
font-size: 18px;
}

.linkingtable td img {
border: 0px;
padding: 30px 0px 5px 0px;
}

            .WebAppGalleryListItem {
            width: 200px;
            margin: 0 10px 0 0;
            text-align: center;
            }
            .WebAppGalleryListImage {border: 0 none;
            padding: 30px 0px 5px 0px;
            }
            .WebAppGalleryListImage img {
            border: 0 none;
            }
            .WebAppGalleryListName {
            font-weight: bold;
            font-size: 18px;
            }