@charset "UTF-8";

/* styles associated with the home page */

a:link.frontimglt, a:link.frontimgrt { /* links home page logos */
  border-bottom:none;}
a:hover img.frontimg {
  background-color:#BB9D72;
}
  
.frontimglt { /* stuff appearing on home page only: left logo area */
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  text-align:center;
  padding:0em 0em 0em 0em;}
.frontimgrt { /* home page only: right logo area */
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  text-align:center;
  padding:0em 0em 0em 0em;}
img.frontimg { /* home page only: logo imgs */
  background-color: #FFF4E9;
  border: thin #0A0A82 solid;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  padding: 0 4em 0 4em;
  margin-top:1em;
}


/* layout for the main page */


.main {
  margin:2em 2em 0 2em;
}
.leftcol {
	width: 50%;
    background-color:#C8BEC8;
    color:#000000;
    border-right:1px #665D48 solid;
    border-bottom:2px #6060C8 solid;
    border-left:2px #6060C8 solid;
    border-top:4px #665D48 solid;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}
.middlecol {
	width: 0%;
    background-color:#665D48;
    border:thin #665D48 solid;
}
.rightcol {
	width: 50%;
	background-color:#C8BEC8;
    color:#000000;
    border-left:1px #665D48 solid;
    border-bottom:2px #6060C8 solid;
    border-right:2px #6060C8 solid;
    border-top:4px #665D48 solid;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
}
