body
{
    font-family:Arial;
    font-size:12px;
    color:#8C8A87;
}
div.master
{
    width:731px;
    margin:0 auto;
    padding-top:50px;
}
div.masterCampus
{
    width:1000px;
    margin:0 auto;
    padding-top:50px;
}
div.header
{
    height:35px;
}
div.headerLeft
{
    padding-top:12px;
    float:left;
}
div.headerLeft a
{
    margin-right:24px;
}
div.headerLeft a,
div.headerRight a,
div.contentText a
{
    text-decoration:none;
    color:#8C8A87;
}
span.active
{
    color:#7D7B79;
}
div.headerRight
{
    float:right;
    font-size:24px;
}
div.clear
{
    clear:both;
}
div.seperator
{
    background: url(images/seperator.gif) repeat-x;
    width:100%;
    height:1px;
}
div.content
{
    width:100%;
    padding-top:12px;
}
div.contentImage
{
    background: url(images/joelpepper.jpg) no-repeat;
    width:251px;
    height:445px;
    float:left;
    margin-right:40px;
}
div.contentImageContact
{
    background: url(images/joel_contact.jpg) no-repeat;
    width:251px;
    height:490px;
    float:left;
    margin-right:40px;
}
div.contentImagePerformances
{
    background: url(images/joel_performances.jpg) no-repeat;
    width:251px;
    height:490px;
    float:left;
    margin-right:40px;
}
div.contentText
{
    line-height:22px;
    overflow:hidden;
    text-align:justify;
}
div.contentText form table td
{
    padding-bottom:5px;
}
div.contentText img
{
    border:none;
}
span.textStyle
{
    text-align:justify;
}
table.table_references
{
    border:0;
    text-align:left;
    line-height:16px;
}
table.table_references td
{
    vertical-align:top;
    padding-bottom:10px;
}
form {
  width: 100%;
}
label {
  display: block;
}
input.txtinput
{
  width: 60%;
  height: 18px;
  border: 1px;
  border-style: solid;
  border-color: #8C8A87;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 3px;
}
textarea
{
  width: 60%;
  border: 1px;
  border-style: solid;
  border-color: #8C8A87;
  margin-left: 1px;
  margin-right: 1px;
  height: 6em;
  padding-left: 3px;
}
select {
    width:30%;
}
input#login,
input#submit {
    width:30%;
    color:#fff;
    border:none;
    cursor:pointer;
    height:22px;
    margin-left:1px;
    margin-top: 10px;
}