/* Predefined XHTML Tags */
body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
        font-size: 13px;
        background-color: #e0e0ff;
        background-image: url(msquaz.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-attachment: fixed; 
}
h1 {
	font-family: "trebuchet ms", tahoma, sans-serif;
	color: #a0a0ff;
	border-bottom: 1px solid #c0c0c0;
        font-size: 21px;
}
p {
	font-size: 0.9em;
	line-spacing: 0.2em;
	line-height: 1.2em;
}

fieldset {
   border-color: #a0a0ff;
}
/* Custom defined IDs */
#Header {
        padding-top: 5px;
	color: #a0a0ff;
}
#HeaderTitle {
	font-size: 3em;
	font-weight: bold;
        max-width: 730px;
        padding-left: 210px;
        padding-right: 260px;
        border-bottom: 0px solid #c0c0ff;
        text-align: center;
        padding-bottom: 1px;
}
#HeaderTitleSub {
	font-weight: bold;
}
#HeaderNavigation {
        margin-left: 150px;
        padding: 5px;
        padding-bottom: 0px;
        margin-top: 5px;
}
#HeaderNavigation a {
	border: 1px double #c0c0ff;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	text-decoration: none;
        background-color: #ffffff;
}
#Message {
   background-color: #fafaff;
   border: 1px solid #f0f0ff;
}
#HeaderNavigation a:hover {
	cursor: help;
	border-bottom: 2px solid #c0c0ff;
}
#Body {
	text-align: justify;
}
#RightContainerBorder {
	border: 2px solid #c0c0ff;
	padding: 0.5em;
        background-color: #ffffff;
}
#RightContainer {
	padding-left: 1em;
}
#RightContainer p {
	text-align: left;
}
#Footer {
	padding: 0.5em;
        max-width: 830px;
        border: 1px solid #c0c0ff;
        margin-left: 155px;
        margin-right: 210px;
        font-size: 10px;
        color: #303030;
        background-color: #e8e8ff;
        text-align: center;
        margin-bottom: 10px;
}
/* Custom defined Classes */
.RightContainerHeader {
	background-color: #f0f0ff;
	padding: 0.3em;
	font-weight: bold;
	border: 1px solid #c0c0ff;
	text-align: left;
}
.LeftContainerItem {
	border: 2px solid #c0c0ff;
        padding: 5px;
	margin-bottom: 1em;
	background-color: #fcfcff;
}
.LeftContainerItem img {
	border: 0px solid black;
	text-align: center;
}
.LeftContainerHeader {
	border: 1px solid #c0c0ff;
	padding: 0.3em;
	font-weight: bold;
	background-color: #f0f0ff;
}
div.menu {
    font-size: 12px;
    width:100%;
    padding: 0;
	background-color: #fcfcff;
}
div.menu a {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0.5em;
    color: black;
    text-decoration: none;
	cursor: help;
}
html>body div.menu a {
	width: auto;
}
div.menu a:hover {
	background: #f0f0ff;
	color: black;
}
.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}
.sectionedit {
   width: 100%;
}

.news {
   padding: 5px;
}
.newsHeader {
   padding: 5px;
   border-bottom: 1px solid #a0a0ff;
   color: #a0a0ff;
   font-weight: bold;
   font-size: 17px;
}
.newsBody {
   font-size: 15px;
}
.newsFooter {
   padding: 5px;
   text-align: right;
   font-size: 12px;
}
.img {
   width: 100px;
   height: 75px;
   text-align: center;
   border: 1px solid #a0a0ff;
   padding: 0px;
}
.box {
   border: 1px dashed black;
   width: 10px;float: left;
}
.browse {
font-size: 11px;
}
.calendar {
   font-size: 9px;
   padding: 0px; 
   border: 1px dotted #a0a0ff;
   background-color: #f9f9ff;
}
.calendar a {
   font-weight: bold;
}
.event {
   background-color: #FFE87C;
}
.eventlong {
   background-color: #D0FF70;
}
#content {
   border: 1px double #c0c0ff;
   padding-right: 50px;
   padding-left: 50px;
   padding-bottom: 10px;
   background-color: #ffffff;
}
.eventdate {
   float: right; 
   border-left: 1px solid #c0c0c0; 
   border-bottom: 1px solid #c0c0c0; 
   padding: 2px;
}
.today {
   text-decoration: blink;
   font-weight: bold;
}