/*****************
 EXPUNGE.CSS 
******************/

/*****************
structure
******************/

body {
background-color:#FFC;
color:#000;
font-family:sans-serif;
font-weight:bold;
text-align:center;
}

#container {
/* overrides body text centering */
text-align:left;
/* sets overall width */
width:950px;
/* allows body centering */
margin:0 auto
}

#logo {
height:115px; 
width:950px;
}

#wrapper {
/* holds menu+content, keeps them above bottom */
float:left;width:100%;
}

#menu{
/* puts to left of content */
float:left;
width:200px;
margin-top:100px;
font-family:sans-serif;
font-size:16px; 
/* aligns at left of wrapper; must = width of container */
/* margin-left:-950px; */
}

#content {
/* leaves space at left for menu */
margin: 0 0 0 230px;
}

#bottom{ clear:left; width:100% }





/*****************
appearance
******************/

#container a {text-decoration:none;}

td.logoleft { font-size:1.5em; color:#3366ff; text-align:center; width:700px; }
.heading { font-size:1.5em; }
td.logoright { font-size:.8em; color:#000; text-align:right; width: 250px; }

h1 {text-align:center;color:#3366ff}
h2 {color:#3366ff}
h3 {color:#3366ff}
h6 {color:#3366ff}
td {font-weight:bold}

.messageBox {color:#3366ff;font-weight:bold; font-size:medium; text-align:center; border-width:thick; border-style:inset; border-color:black; width:70%; background-color:#C0C0C0}

.right { float:right; margin-left:1em; }
.left  { float:left;  margin-right:1em; }


/*******************************
controls links in main text
*******************************/
a:link, a:visited, a:active {color: #3366ff;}
a:hover{background-color:#3366ff;color: white;}

/******************************/
/* controls left menu links */
/******************************/
a.button {
text-decoration: none;
line-height:34px;
border: 2px #000 outset;
}
/*********************************/
/* change menu colors below here */
/*********************************/
a.button:link, a.button:visited, a.button:active {
color: #3366ff;
}
a.button:hover {
color: white;
background-color: #3366ff;
border: inset;
}

/******************************/
/* controls bottom menu links */
/******************************/
a.bottom {
text-decoration: none;
border: 2px #000 outset;
font-size:.8em;
}
/*********************************/
/* change menu colors below here */
/*********************************/
a.bottom:link, a.bottom:visited, a.bottom:active {
color: #3366ff;
}
a.bottom:hover {
color: white;
background-color: #3366ff;
border: inset;
}

/*********************************************/
/* controls appearance of menu for this page */
/*********************************************/
a.here:link, a.here:visited, a.here:hover, a.here:active { 
text-decoration:none; border:none; color:#808080; background-color:#ffc; 
}
