@import url("styles_css2.css");

body {
	background-color: #ffc;
	font-family: Verdana, Helvetica, Trebuchet, Arial, sans-serif;
	font-size: 90%;
        }

#dept {font-family: Palatino, 'BookAntiqua', Verdana, Helvetica, Trebuchet, Arial, sans-serif;
        color: #fff;
	font-size: 180%;
        font-weight: bold;
        padding-left: 10px;
        position: relative;
        bottom: 13px;
         }

h1, .title {	

        margin-bottom: 0px;
        padding-bottom: 9px;
        border-bottom: 4px solid #848565;
        font-size: 170%;
	font-weight: bold;
        color: #4c4420;
	}

h2 {	margin-bottom: 0px;
        padding-bottom: 3px;
        border-bottom: 2px solid #848565;
        font-size: 140%;
	font-weight: bold;
        color: #4c4420;
	}		


h3 {	font-size: 100%;
	font-weight: bold;
	color: ##49933CC;
	}


h4 {	font-size: 100%;
	font-weight: normal;
	color: #4c4420;
	}

p,ol,ul,td {
	  color: #000000
	}

table {  
         font-family: Verdana, Helvetica, Trebuchet, Arial, sans-serif;
         }

.warning {
         color: #900;
         font-family: Verdana, Helvetica, Trebuchet, Arial, sans-serif;
}


.aside {
       font-size: 90%;
       margin-left: 15px;
       padding-top: 5px;
       padding-bottom: 5px;
       border-top: 2px solid #cfdee5;
       border-bottom: 2px solid #cfdee5;
       }

hr {
  	border: 0;
  	color: #848565;
	background-color: #848565;
	
	}

#lastmodified {
        float: right;
        color: #331;
        font-size: 90%;
        }

#author {
        float: right;
        padding-right: 5px;
        color: #331;
        font-size: 90%;
        }

#copyright {
        float: left;
        color: #331;
        font-size: 90%;
        }

#copyright A {color: #331; 
        text-decoration: none;}

#copyright A:hover, A:active 
        {color: #f00; 
        text-decoration: underline;}

#logogreytiny {display: none}

#navgeneral {
        float: left;
        font-size: 90%;
        }


UL {
list-style-image: url("../images/arrow_sml.gif");
 }

A {
text-decoration: none; 
color: #25b;
}

A:hover, A:active 
{ 
color: #f00; text-decoration: underline;
}

A.active:link,  A.active:visited
{
color: #f00
}

/* Code highlighting */
.code {
	font-family: "Courier New", Courier, mono;
	color: #366;
	font-weight: bold;
}

/*end of code highlighting */

/* skip navigation */

.nodisplay
{
display: none;
}

/* */
