/* CSS Document */

body {
font-size:small;
font-family:Arial, Helvetica, sans-serif;
 }
 
#container{
 border: none;
 margin: auto;
 width: 750px;
}

#deptbar{
width: 350px;
background-color:#315740;
padding-left: 400px;
height:18px;
display:none;
}

#deptbar a{
padding-left: 3px;
padding-right: 3px;
color: #FFFFFF;
font-size:11px;
font-weight: 600;
text-decoration:none;
}

#deptbar a:hover{
color: #CCC;
text-decoration: underline;
}

#titlebar{
background-image:url(images/topimag.jpg);
width:750px;
height:144px;
margin-bottom: 0px;
display:none;
}

#title {color: #000000;
		text-align:left;
		padding-right: 0px;
		height:auto;}
		
html>body #title{margin-top: 0px;margin-bottom: 0px;}		

#title H1{font-weight: 700;}

#nav {
float: left;
width: 190px;
display:none;
}

#nav h1{ 
background-color: #315740;
color: #FFFFFF;
font-size: 13px;
font-weight: 600;
width:190px;
height:20px;
padding-top: 3px;
padding-left: 4px;}


html>body #nav h1{ 
background-color: #315740;
color: #FFFFFF;
font-size: 13px;
font-weight: 600;
width:186px;
height:17px;
padding-top: 3px;
padding-left: 4px;
}

#nav ul { margin:0px; margin-top:-17px; margin /**/:0px; padding:0px; list-style: none; font-size:11px;}

#nav a {padding-left: 10px; color: #000000; text-decoration:none;}

#nav a:hover{
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-weight: 600;
}

#content{
float:none;
width:auto;
font-size: 12px;
}

#content h2 {
margin: 0px;
padding: 0px;
font-style:italic;
font-size: 20px;
}

#content a:hover{
text-decoration:none;
}

#content p{
padding: 0px;
margin: 0px;
margin-top: 4px;
margin-bottom: 10px;
padding-left: 10px;
}

#footer{
clear:both;
border-top: 1px solid #000;
text-align:right;
font-size:10px
}
