body {
   margin: 0;
   padding: 0;
   text-align: justify;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
}

a {
   color: gray;
   text-decoration: none;
}

a:hover {
   color: black;
}

p {
   margin: 0px;
	padding: 0px;
   text-align: justify;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
   color: #ffa500;
   text-align: left;
   font-weight: bold;
   padding: 0;
   margin-top: 0.2em;
   margin-bottom: 0.2em;
}

table {
   border-collapse: collapse;
}

#pagewidth {
   width: 770px;
   text-align: left;
   margin-top: 15px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
}

#header {
   width: 770px;
   height: 90px;
}

#top-submenu {
   width: 770px;
   height: 90px;
}

.top-submenu {
   width: 770px;
   height: 90px;
   visibility: hidden;
   margin-top: -90px;
}

.top-submenu table {
   width: 234px;
}

.top-submenu td {
   vertical-align: top;
   text-align: center;
   width: 78px;
}

#top-menu-table {
   margin-top: -85px;
   text-align: left;
}

#top-menu-table table {
   /*width: 770px;*/
}

#top-menu-table td {
   vertical-align: top;
   text-align: center;
   width: 78px;
}

#top-menu-table #sitename {
   text-align: left;
   width: 224px;
   color: black;
}

#outer {
   width: 770px;
   min-height: 360px;
   padding-top: 6px;
}

#leftcol {
   width: 220px;
   float: left;
   margin-right: 5px;
   text-align: left;
}

#leftcol ul {
   text-align: left;
   list-style-type: none;
   margin-left: 0px;
   padding-left: 0px;
}

#content-rightcol {
   margin-left: 235px;
   margin-right: 235px;
}

#content-full {
   margin-left: 235px;
}

#content {
}

#content p {
   margin-bottom: 1em;
}

#content table {
   margin-bottom: 1em;
}

#admincontent {
}

#rightcol {
   width: 200px;
   float: right;
   position: relative;
   margin-left: 5px;
   text-align: center;
}

.rightcol-left {
   width: 20px;
   background-image: url('/images/right-col-bg.png');
   background-repeat: repeat-y;
}

.rightcol-content {
   text-align: left;
   padding-top: 10px;
   width: 180px;
   padding-bottom: 10px;
}

.rightcol-content p {
   text-align: left;
}

#footer {
   width: 100%;
   margin-top: 12px;
   font-size: 12px;
}

#footer p {
   text-align: center;
}
