body {
 margin: 0px;
 background: #231f20 url(../styleImages/backgrounds/top-background.jpg) repeat-x;
}

#pageSurround {
 width: 100%;
 margin: 0px auto;
}

#subSurround {
 padding-left: 5px;
 padding-right: 5px;
}

#topHeader {
 text-align: left;
 height: 120px;
 margin: 0px;
 background: url(../styleImages/backgrounds/top-logo.jpg) no-repeat;
 background-position: 
 center;
 padding-left: 5px;
}

#topNav {
 text-align: center;
 height: 22px;
 margin-bottom: 10px;
 padding-bottom: 5px;
 background-color: #231f20;
 color: #FFFFFF;
 margin-top: 10px;
}

#topNav ul {
 list-style: none;
 margin: 0;
 padding: 0;
 padding-top: 4px;
 padding-bottom: 4px;
}

#topNav li {
 display: inline;
}

.topNav ul li a {
 font-weight: bold;
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
}

.topNav ul li a:hover {
 color: #dbc270;
 text-decoration: underline;
}

.siteDocs {
 text-align: center;
 height: 22px;
 margin-bottom: 10px;
 padding-bottom: 5px;
 background-color: #231f20;
 color: #FFFFFF;
 margin-top: 10px;
}

.boxTitleLeft, .boxTitleRight {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 70%;
 border: 1px solid  #4f6f7e;
 color: #FFFFFF;
 background-image: url(../styleImages/backgrounds/boxTitleLeft.jpg);
 width: 168px;
 height: 19px;
 padding-top: 5px;
 padding-left: 5px;
 background-repeat: repeat-x;
 font-weight: bold;
}

.boxContentLeft, .boxContentRight {
 border-left: 1px solid #4f6f7e;
 border-right: 1px solid #4f6f7e;
 border-bottom: 1px solid #4f6f7e;
 background-color: #FFFFFF;
 padding-left: 5px;
 padding-top: 9px;
 padding-bottom: 5px;
 width: 168px;
 margin-bottom: 10px;
}

.sessionContent {
 border-left: 1px solid #4f6f7e;
 border-right: 1px solid #4f6f7e;
 border-bottom: 1px solid #4f6f7e;
 background-color: #FFFFFF;
 padding-left: 5px;
 padding-top: 9px;
 padding-bottom: 5px;
 width: 168px;
 margin-bottom: 10px;
 text-align: center;
}

.boxContent {
 padding: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 75%;
 color: #333333;
 background-color: #FFFFFF;
 margin-bottom: 10px;
 border: 1px solid #4f6f7e;
 position: relative;
 margin-right: 5px;
 margin-left: 5px;
}

.boxContentMain {
 padding: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 75%;
 color: #333333;
 background-color: #FFFFFF;
 margin-bottom: 5px;
 border: 1px solid #4f6f7e;
 position: relative;
}

.pagination {
 text-align: right;
 padding-top: 5px;
 padding-bottom: 5px;
}

#subCats {
 background-color: #FFFFFF;
 text-align: center;
 margin: 0px;
 width: 99.5%;
}

.subCat {
 text-align: center;
 padding: 8px;
 float: left;
 width: 110px;
}

.regSep {
 padding: 10px 0px 10px 0px;
 margin: 10px 0px 10px 0px;
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
}

.txtNotice {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 font-size: 10px;
 color: #cccccc;
 font-weight: bold;
}