/* CSS Document */

/* If you wish to center your pages, add the pagecontainer div */
/* to your template as described in http://webops.uwaterloo.ca/thetemplate/templateconfiguration.html */
/* and remove the comment tags from above and below #pagecontainer */


#pagecontainer {
	position:absolute;
	width: 760px;
	height:inherit;
	right:50%;
	margin:0 -380px 0 0;
}

/*styles for the primary left hand navigation area */
/* you may wish to change the font size, but check this carefully */
/* you may wish to change the hover colour of subitems */
/* This is currently handled by an image, but you can change it to a background colour*/

#primarynavarea {
		font-size: 80%;
	}
#primarynavarea a {
	text-decoration:none;
	color: #000;
	}
#primarynavarea a:hover {
	color:#CC0000;
	}
#primarynavsub li a:hover {
	background-image: url(http://www.uwaterloo.ca/images/lefnavhoverstate001.gif);
	background-repeat: repeat;	
    }
/*styles for the secondary or right navigation*/
/*you may wish to modify background and ul list style */
/* secondnavarea refers to complete secondary navigation area*/
#secondnavarea {
		background: #f3f4db;
	}
#secondnavarea ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#secondnavarea li {
	margin: 0px;
	padding: 0px;
	}
/*secondnav is an area with secondnavarea*/
/*you could add additional areas within secondnavarea*/
/*you may wish to change the font-size or the h4*/
#secondnav {
	font-size: 70%;
	}
#secondnav h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin: 5px;
	padding-top: 5px;
	margin-bottom: -10px;
	}
#secondnav a {
	text-decoration: none;
	font-weight: 450;
	color: #990000;
	}
#secondnav p {
	color: #000000;
	margin-top: -8px;
	margin-bottom: 0px;
	}
#secondnav a:hover {
	color:#ff0000;
	}
#secondnav li {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 9px;
	padding-bottom: 0px;
	margin-right: 10px;
	}
/*contentbar is the gold title bar */
/*you may wish to change the background-color */
/*you may wish to change the text color */
#contentbar {
	background-color:#FFCC33;
	color: #333333;
		}
/* primarycontentarea is the main body of the document */
/* you may wish to change the colours and sizes of the headings*/ 
/*you may wish to enforce the case of the headings */
#primarycontarea h1 { 			
	color: #CC9900;
	font-size:120%;
	margin-top: -1px;
	margin-bottom: 3px;
	padding: 0 0 2px 0;
	
	}		
#primarycontarea h2 { 	
	font-size:120%;
	font-weight: normal;		
	margin-top: -1px;
	margin-bottom: 3px;
	}		
#primarycontarea h3 {
	color: #CC9900;
	font-size: 110%;
	font-weight: normal;	
	margin: 3px 0 3px 0;
	padding: 2px 0 2px 0;
	}
#primarycontarea h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: -1px;
	}
#primarycontarea h5 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: -1px;
	}
#primarycontarea h6 {
	margin-top: -2px;
	margin-bottom: -2px;
	}


	
