/* University of Guelph styles */
@import url(uofg.css);

body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	voice-family: inherit;
}

/* Font colours */
.darkblue_bold {
	color: #000066;
	font-weight: bold;
}

/* link styles */
a:active, a:link, a:visited {
	color: #;
	text-decoration: none;
	font-size:1.0em; /* link font size relative to #content */
}


/* floats */
.left {
	float: left;
}
.right {
	float: right;
}

/* local header styling */
#global,#local,#feature,.navigation,#footer_links,#pa_footer_inner{display: none;}

/* page styling */
#page,#printArea {font-size: 1.3em;}
#printArea {height: 80px;}
#printArea h1 {color: #058D5B;margin-bottom: 10px;margin-top: 10px;}
#printArea #uglogo_print {float: left;margin-right: 20px;}
#printArea #palogo_print {float: right;}

p, ul, ol {text-align: left; line-height: 1.8em;margin: 1em 0 0.4em 0;}
#content ul {margin-left: 40px;}
#content .tertiary ul,#content .quaternary ul {margin-left: 0;}
ol {padding-left: 2.3em;}
td {padding: 0.65em;}
a{color: #059560; text-decoration:none; border-bottom: #CCC 1px dotted;}
h1,h2,h3,h4,h5,h6{font-family: Helvetica, Arial, sans-serif; font-size:2.0em; font-weight:normal;}
h1 {letter-spacing:-1px; color:#BB5D00;margin-top: 0.7em;margin-bottom: 0.3em;line-height: 1.1em;}
h2 {font-size: 1.7em; color:#059560;margin-top: 0.7em;line-height: 1.1em;}
h3 {color:#1A4791;margin-top: 0.8em;margin-bottom: 0.1em;}
h3, h4, h5 {font-size: 1.4em; line-height: 1.08em;}
h4, h5 { border-bottom: #CCC 1px solid; margin: 1em 0 0.25em; padding-bottom: 0.1em;}
h4 {color:#555;margin-top: 0.3em;}
h6 {font-size: 1.3em; color:#555;margin-top: 0.3em;}

.footer {border-top: 1px solid #058D5B;}
.footer .container img {display: none;}
.footer .container p a {color: #058D5B; font-weight: bold;}
