img {
   border-style: none;
} 

body {
   font-size: 13px;
}

A:hover, A:active, A:visited, A:link {
   color: #A8142D;
}

.hidden {
   display:none;
} .hidden_N {
   display:none;
}

.pageContainer {
   width:1004px;
   float:left;
} .pageHeader {
   height:50px;
   width:800px;
   margin-left:100px;
} .pageHeaderLeftContainer {
   float:left;
   width:200px;
} .pageBody {
   height:600px;
} .pageFooter {
   width:800px;
   margin-left:100px;
} .pageFooterLeftContainer {
   float:left;
   width:500px;
   margin-left:45px;
} .pageFooterRightContainer {
   float:right;
   width:250px;
} .navContainerWithBorder {
   float:left;
   color:gray;
   border-right:1px solid #e3173e;
} .navContainer {
   float:left;
   color:gray;
} .navContainerRight {
   float:right;
   color:gray;
} .navElement {
   margin-left:10px;
   margin-right:10px;
}

.navElement a:link {
font-weight: bold;
color: gray;
text-decoration: none;
}

.navElement a:visited {
font-weight: bold;
color: gray;
text-decoration: none;
}
.navElement a:hover {
font-weight: bold;
color: gray;
text-decoration: none;
} 
