*{
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  font-size: 9pt;
  color: rgb(4,73,105);
}

a
{
	text-decoration:underline;	
}

body {
    background-color: rgb(3,116,169);
    margin:0px;
    text-align:center;
}

#pageContainer {
    margin: 0 auto;
    text-align:left;
    width: 740px;
}

#pageHeader {
    width:740px;
    height:191px;
    background-image: url(../images/normalBacking.jpg);
    background-repeat: no-repeat;
}

#pageTitle {
    width:740px;
    height:43px;
    background-image: url(../images/pageHeading.jpg);
    background-repeat: no-repeat;
}

#pageTitle_content{
  font-size:12pt;
  font-weight:bold;
  margin-left:43px;
  padding-top:12px;
}

#mainContent {
    width:740px;
    background-image: url(../images/contentFiller.jpg);
    background-repeat: repeat-y;
}

#mainContent_column_1{
    width:450px; float:left; border-right:1px dashed rgb(240,240,240);
}
#mainContent_column_2{
    width:289px; float:left;

}

.mainContent_content{
  padding:10px 20px 10px 20px;
  line-height: 20px;
}

#mainContent_column_2 .mainContent_content{
    padding-right:30px;
}



#siteBase {
    width:740px;
    height: 50px;
}


.bevel{
  width:226px;
  height:40px;
  background-image:url(../images/bevelButton.jpg);
  background-repeat: no-repeat;
  text-align:center;
}

.bevel_content{
  text-align:center;
  font-weight:bold;
  color: black;
  line-height:40px;
}
.bevel_content a{
  text-decoration:none;
}
.bevel_content a:hover{
  text-decoration:underline;
}
#baseMenu, #baseMenu a{
    color:rgb(220,220,220);
    font-size:8pt;
    text-align:center;
    margin-top:10px;
}


#footer, #footer a{
  color:rgb(4,73,105);
  font-size:8pt;
  text-align:center;
  margin-bottom:5px;
}

