/* CSS Document */

/**********************************************
   Standard
**********************************************/
body {
	font-family: Calibri;
	font-size: 13.5px;
	color: #01265D;
                     line-height: 18px;
	margin: 0px;
	padding: 0px;
        background: url(/Images/bkgd.jpg) repeat-x top left;
}

img {
	border:0; /* Removes the default border=1 from images */
}

ul {
       list-style-type: circle;
}

/**********************************************
   Titles across the site
**********************************************/
.mm-titles {
       font-weight: bold;
       color: #0073AA;
}

/**********************************************
   Footer text
**********************************************/
.mm-footer {
       font-size: 0.7em;
}

/**********************************************
   Links across the entire site
**********************************************/
a:link,
a:active,
a:visited {
      color: #0073AA;
      text-decoration: none;
}

a:hover {
      color: #0073AA;
      text-decoration: underline;
}

/**********************************************
   The top 4 links in the side navbar
**********************************************/
.sidelinksmain a:link,
.sidelinksmain a:active,
.sidelinksmain a:visited {
      font-weight: bold;
      color: #01265D;
      text-decoration: none;
}

.sidelinksmain a:hover {
      font-weight: bold;
      color: #01265D;
      text-decoration: none;
}

/**********************************************
   All other links in the side navbar
**********************************************/
.sidelinks a:link,
.sidelinks a:active,
.sidelinks a:visited {
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
}

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


