body	{font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size:small;
			color:#333333;
			background: url(../images/bkg.jpg);
			margin: 0;
			}

.text {
	
	line-height: 17px;
	color: #990033;
}
h1	{ 	color: #990033; padding: 3px; font-size:1.5em;
}
img	{border: 0;}
ul li	{padding-bottom: 5px;}

/* containers */

#page	{ background:#FFFFFF; width: 780px; margin: 0 auto; padding: 10px;}
#header	{  background:#FFFFFF; padding-bottom:5px;}
#menu	{ background:#FFFFFF; }
#midsection	{background:#FFCC99; padding: 10px;  }
#maincontentHP	{ background: #FFFFFF url(../images/main-bkg.jpg) no-repeat right top; margin-top: 35px; }
#contentHP	{ width: 400px; margin-left: 20px; padding-top: 5px; padding-bottom: 5px;}
#maincontent	{ background: #FFFFFF ; margin-top: 35px; }
#content	{margin-left: 20px; padding-top: 10px; padding-bottom: 10px; margin-right: 20px;}
#footer	{width: 90%; 
		height: 45px;
		font-size:smaller;	
	color: #000;
		text-align:center;
		padding-top: 5px;
		}
#footer a { color:#990033;}

#bottombar	{ background:#FFCC99; padding: 0 8px 8px 8px; min-height: 100px; border-bottom: solid 3px #993333; }

#depart	{ width: 240px; float:left; background:#FFFFFF;}
#manager	{ width: 240px; float:left; background:#FFFFFF; margin-left: 20px;}
#events	{width: 240px; float:left;background:#FFFFFF;margin-left: 20px; }


/* Navigation */
#navborder	{ background: #FFFFFF url(../images/tan-line.jpg) repeat; height: 1px; float:right; width:750px; margin-top: 8px;}
#nav {  
  float:left;
  margin: 3px 0 1px 0;
  padding:0;
  list-style:none;
  	background-image: url(../images/bkg.jpg);
width: 100%;
height: 30px;
 }
 
#nav li {
  display:inline;
  padding:0;
  float:left;
  width:auto;
  padding:5px 10px 3px;
  }
#nav a:link {
   padding:0;
  color: #fff;
  text-decoration:none;
  font-size:small;
  }

#nav a:hover {
  color: #ccc;
  padding-bottom:2px;
  padding-top: 2px;
   border-bottom: 4px #fff solid;
 }
#nav a:visited {
   padding:0;
  color: #fff;
  text-decoration:none;
  font-size:small;
  }