/*--------------------------------------------------------------------- standard elements */
body{
  background: #808080 url(../img/bg.png) repeat-x;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4d4d4d;
}

* {
  margin: 0;
  padding: 0;
}

/* outerWrapper */
#outerWrapper {
  width: 850px;
  margin: 0 auto 0 auto;
  background: #f3f2f2 url(../img/wrapper_bg.png) repeat-y;
  border-bottom: 3px solid #171e30;
}

/* innerWrapper */
#innerWrapper {
  float: left;
  width: 850px;
  display: inline;
}

/* standard header */
#pageHeader {
  float: left;
  width: 850px;
  height: 140px;
  background: url(../img/header.png) no-repeat;
}

#rightArea {
  float: left;
  width: 185px;
  background: url(../img/menu_pic.png) no-repeat;
}

/* mainmenu */
#mainMenu {
margin-top: 210px;
background: #33426a;
}

#mainMenu li {
list-style: none;
text-indent: 20px;
}

.mainMenuItemFirst {
line-height: 25px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

.mainMenuItem {
line-height: 25px;
border-bottom: 1px solid #ffffff;
}

.mainMenuItemFirstAct {
line-height: 25px;
background: url(../img/menu_bg.png) no-repeat;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

.mainMenuItemAct {
line-height: 25px;
background: url(../img/menu_bg.png) no-repeat;
border-bottom: 1px solid #ffffff;
}

#mainMenu a {
text-decoration: none;
color: #ffffff;
}

#mainMenu a:hover,
.mainMenuItemFirstAct a,
.mainMenuItemAct a {
text-decoration: none;
color: #ffffff;
font-weight: bold;
}

#printLink {
margin-top: 40px;
line-height: 25px;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #ffffff;
text-indent: 20px;
}

#printLink a {
text-decoration: none;
color: #ffffff;
}

#printLink a:hover {
text-decoration: none;
color: #ffffff;
font-weight: bold;
}

#centerWrapper {
  float: left;
}


#centerTopWrapper {
  width: 665px;
  height: 25px;
  border-bottom: 1px solid #b2b2b2;
  background: #ffffff;
}

#pageTitle {
float: left;
line-height: 25px;
font-weight: bold;
font-style: italic;
margin-left: 8px;
margin-right: 10px;
display: inline;
color: #33426a;
}

/* addmenu */
#addMenu {
  float: left;
height: 25px;
line-height: 25px;
}

.addMenuItem,
.addMenuItemAct {
  display: inline;
margin: 0 10px;
}

.addMenuItem a {
text-decoration: none;
color: #4d4d4d;
}

.addMenuItem a:hover,
.addMenuItemAct a {
text-decoration: underline;
color: #4d4d4d;
}

/* content */
#pageContent {
width: 590px;
margin: 40px auto 0 auto;
margin-bottom: 50px;
}

#pageContent h1 {
  margin: 0 0 20px 0px;
  color: #33426a;
  font-size: 20px;
}

#pageContent p {
  margin: 0 0 20px 0px;
line-height: 18px;
}

#pageContent a {
color: #33426a;
font-weight: bold;

}

#pageContent a:hover {
color: red;
font-weight: bold;
text-decoration: underline;
}

#pageContent td {
padding: 0 15px 0 0;
}

.clearer {
  clear: both;
  font-size: 1px;
  height: 1px;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { 
clear: both; 
}

.csc-textpic-caption {
font-size: 10px;
color: #33426a;
}
