/* CSS Document */

body {
font-size:small;
font-family:Arial, Helvetica, sans-serif;
 }
 
h1, h2, h3, h4 { color: #063; margin: 0px; padding: 0px; }
h1 { font-size: 1.75em; border-bottom: 1px solid #ccc;}
h2 { font-size: 1.35em; font-style:italic;}
h3 {font-size: 1.2em; }
h4 {font-size: 1.1em;}

#container{
 border: 1px solid #006633;
 margin: auto;
 width: 750px;
}

#deptbar{
width: 350px;
background-image:url(images/uwgb.jpg);
background-color:#002c1f;
padding-left: 400px;
height:18px;
}

#deptbar a{
padding-left: 3px;
padding-right: 3px;
color: #FFF;
font-size:11px;
font-weight: 600;
text-decoration:none;
}

#deptbar a:hover{
color: #CCC;
text-decoration: underline;
}

#uwgbNav {
	margin-left: 100px;
	}


#titlebar{
background-image:url(images/topimag.jpg);
width:750px;
height:77px;
margin-bottom: 0px;
}

#title {color: #315740;
		text-align:right;
		padding-right: 10px;
		height:25px;}
		
html>body #title{margin-top: -15px;margin-bottom: 10px;}		

#title H1{font-weight: 700;}

#nav {
float: left;
width: 190px;
background: #ddd;
padding-bottom: 20px;
}

#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:-5px; margin /**/:0px; padding:0px; list-style: none; font-size:12px;  }

#nav li { padding-top: 4px;} 

#nav a {padding-left: 10px; color: #666; font-weight: bold; text-decoration:none;}

#nav a:hover{
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-weight: bold;
	color: #000;
}

#content{
float:right;
width:530px;
font-size: 12px;
}



#content a:hover{
text-decoration:none;
}

#content p{
padding: 0px;
margin: 4px 5px 10px 0px;
padding-left: 10px;
}

#footer{
clear:both;
text-align:right;
font-size:10px;
border-top: 1px solid #000;
}

/*********** SUB PAGE NAVIGATION ****************/

#subNav li{ margin-left: 15px; 	}
#subNav li a { font-weight:normal; text-decoration:underline;}
#subNav li a:hover { font-weight:normal;}

/* Images captions */
.caption { width: 250px; font-size: .9em; font-weight: bold; color: #666;}
