/** sre.css *************/

@import url(main/base.css);
@import url(main/content.css);

@media all {

* {
  color: black;
}

a {
  color: #606800;
  background-color: inherit;
  text-decoration: none;
}

a:hover {
  color: #ff6600;
  background-color: inherit;
  text-decoration: none;
}

a:focus {
  color: #ff6600;
  background-color: inherit;
  text-decoration: none;
}

table {
  width: auto;
  margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
  border-bottom: 0px none transparent;
  padding-top: 2px;
  text-decoration: none;
}

h1 {
  color: #ff6600;
  font-size: 1.4em;
  font-weight: 600;
}

body {
  background-color: #666666;
}

#page_margins {
  margin-left: auto;
  margin-right: auto;
  max-width: 968px;
  min-width: 778px;
}

#page {
  background-color: #f2f2e5;
  margin-top: 5px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 12px;
}

#PageHeader {
  width: 100%;
  height: 70px;
  background-image: url(../images/TitleBgTop.png);
  background-position: top;
  background-repeat: repeat-x;
}

#PageHeaderTable {
  width: 100%;
  height: 55px;
  margin-bottom: 0;
}

td#HeaderLeftCell {
  width: 134px;
  height: 55px;
  text-align: right;
  vertical-align: middle;
}

td#HeaderCenterCell {
  height: 55px;
  text-align: center;
  vertical-align: middle;
}

td#HeaderRightCell {
  width: 33%;
  text-align: right;
  vertical-align: bottom;
  background-image: url(../images/TitleBgRight.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-bottom: 5px;
}

#HeaderLeft {
  float: left;
}

#HeaderIcon {
  margin-left: 32px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}

#HeaderRight {
  float: right;
  width: 33%;
  height: 70px;
  background-image: url(../images/TitleBgRight.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#HeaderRightContent {
  width: auto;
}

#HeaderCenter {
  width: auto;
  margin-left: 146px;
  margin-right: 33%;
}

#HeaderCenterContent {
  position: relative;
}

#HeaderCenterTable {
  width: 100%;
  margin-bottom: 0;
}

#PagePicture {
  width: 100%;
  height: 308px;
  background-repeat: no-repeat;
  background-position: center;
}

#PageMenuLeft {
  width: 100%;
  height: 50px;
  background-color: #606800;
  background-image: url(../images/MenuBgSide.png);
  background-position: left;
  background-repeat: no-repeat;
}

#PageMenuRight {
  width: 100%;
  height: 50px;
  background-image: url(../images/MenuBgSide.png);
  background-position: right;
  background-repeat: no-repeat;
}

#PageMenuPadding {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.PageMenuPadding {
  width: 35px;
}

#PageMenuContent {
  height: 50px;
}

#PageMenuTable {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

td.MenuCell {
  text-align: center;
  vertical-align: middle;
  width: auto;
  margin: 0 0 0 0;
  padding-left: 2px;
  padding-top: 0;
  padding-right: 2px;
  padding-bottom: 0;
}

.MenuCurrent {
  color: #ff6600;
}

.MenuLink {
  color: white;
}

td.ContactCell {
  text-align: center;
  vertical-align: bottom;
  height: 50px;
  width: auto;
  margin: 0 0 0 0;
  padding-left: 8px;
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
}

.ContactCurrent {
  color: #ff6600;
  padding-left: 10px;
  padding-right: 10px;
}

.ContactLink {
  color: #606800;
  padding-left: 10px;
  padding-right: 10px;
}

div.submenu {
  color: #ff6600;
}

#PageBody {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  background-position: top;
  background-repeat: no-repeat;
}

#col1 {
  width: 180px;
  height: 283px;
}

#col1_content {
  text-align: right;
  padding-right: 10px;
}

#col2 {
  width: 220px;
}

#col2_content {
  padding-left: 10px;
  padding-right: 15px;
}

#col3 {
  min-height: 283px;
  height: 100%;
  margin-left: 180px;
  margin-right: 220px;
  border-left: 1px dotted #606800;
  border-right: 1px dotted #606800;
}

#col3_content {
  padding-left: 12px;
  padding-right: 12px;
}

.ContentLeft {
  float: left;
  padding-right: 12;
}

.ContentRight {
  float: right;
}

.FormTable {
  border-collapse: separate;
  border-spacing: 1px 2px;
}

.FormLabelCell {
  font-size: 85%;
  text-align: right;
}

.FormLabelCellTop {
  font-size: 85%;
  text-align: right;
  vertical-align: top;
}

.FormInputCell {
  font-size: 85%;
  padding: 0;
  width: 120px;
}

.FormAreaCell {
  padding: 0;
  width: 120px;
}

.FormArea {
  width: 100%;
  overflow: scroll;
}

.FormButtonCell {
  font-size: 85%;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 10px;
}

.clearfix {
  height: 1px;
}

.MinWidth {
  width: 770px;
  height: 1px;
  clear: both;
}

.img_inline {
  vertical-align: middle;
}

.indent {
  list-style-type: none;
  list-style-image: none;
}


}


@media screen {


}


@media print {

#PagePicture {
  height: 0px;
}


}



/** sre.css *************/
