/*Main stylesheet for UVic sites using relative font sizes and a browser detection script*/
/*Version 2.0, January 23, 2003*/
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

h1,.title {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
}

h2,.subtitle, .subtitleul {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	margin-bottom: 4px;
}
	
h2 a, .subtitle a {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}
	
h2 a:link , .subtitle a:link {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}
	
h2 a:visited, .subtitle a:visited {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}
	
h2 a:hover, .subtitle a:hover {
	color: #990033;
	font-weight: normal;
	text-decoration: underline;
}

h3 {
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

h5 {
	color:#003399;
	font-weight: bold;
	margin-bottom: 0px;
}

.firstline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 110%;
}

.ul {
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.subtitleul {
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #003366;
	font-weight: bold;
}

.bodytext {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 88%;
	font-weight: normal;
	text-align: left;
}

.bodytext a {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}

.bodytext a:link {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}

.bodytext a:visited {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}

.bodytext a:hover {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}

p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
}

a, a:link {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}

a.anchor {
	text-decoration: none;
}

/*image border*/
body  img.imgborder {
	border: 1px solid;
	border-color: #000000;
	text-decoration: none;
}

.emphasis {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

.emphasis a, .emphasis a:link, .emphasis a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

.emphasis a:hover {
	color: #990033;
	font-weight: bold;
	text-decoration: underline;
}

.small {
	font-size: 83%;
	color: #000000;
	font-weight: normal;
}

.xsmall {
	color: #000000;
	font-weight: normal;
	font-size: 80%;
}

.date {
	font-size: 83%;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}

.caption {
	font-size: 83%;
	color: #000000;
	font-weight: normal;
	text-align: left;
	line-height: 110%;
}
/*lists of links and links to anchors*/
.pagemenu, .linklist {
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.pagemenu a, .linklist a, .pagemenu a:link, .linklist a:link, .pagemenu a:visited, .linklist a:visited{
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}

.pagemenu a:hover, .linklist a:hover {
	color: #990033;
	font-weight: normal;
	text-decoration: underline;
}

/*breadcrumb*/
.breadcrumb {
	font-size: 88%;
	background-color: #003366;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #FDB400;
	font-weight: normal;
	text-decoration: underline;
}

/*Header*/
.headercell {
	background-color: #003366;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header {
	font-size: 83%;
	background-color: #003366;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.header a:link,.header a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.header a:hover {
	color: #FDB400;
	text-decoration: underline;
}

 /*banner bar*/
 .titlebar,.banner {
	color: #000000;
}

/*navbar */
.navmenu {
	background-color: #FFFBE8;
	color: #003366;
	font-family: Verdana, Arial,Helvetica, sans-serif;
}

.navmenuheader {
	font-size: 83%;
	color: #003366;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-weight: bold;		text-decoration: none;
}

.navmenuheader a, .navmenuheader  a:link, .navmenuheader a:visited {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}

.navmenuheader a:hover {
	text-decoration: underline;
}

.navmenulink {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 83%;
	color: #003366;
	font-weight: normal;
	margin-left: 0.3em;
	margin-right: 0.3em;
	text-decoration: none;
}

.navmenulink a, .navmenulink a:link, .navmenulink a:visited {
	color: #003366;
	font-weight: normal;
	margin-left: 0.3em;
	margin-right: 0.3em;
	text-decoration: none;
}
.navmenulink a:hover {
	color: #003366;
	font-weight: normal;
	margin-left: 0.3em;
	margin-right: 0.3em;
	text-decoration: underline;
}

/*news*/
.newsborder {
	background-color: #000000;
}

.newsheader {
	background-color: #003366;		font-size: 88%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.newsheader a, .newsheader a:link, .newsheader a:visited {
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
}

.newsheader a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.newscell {
	background-color: #FFFBE8;
}

.news {
	font-size: 83%;
	color: #000000;
	background-color: #FFFBE8;
}

.news a, .news a:link, .news a:visited {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}

.news a:hover {
	color: #003366;
	text-decoration: underline;
}

.news a:active {
	color: #003366;
	text-decoration: underline;
}
.sidebar {
	font-size: 83%;
	margin-bottom: 0px;
}

.sidebar a, .sidebar a:link, .sidebar a:visited {
	color: #003366;
	text-decoration: none;
}

.sidebar a:hover {
	color: #003366;
	text-decoration: underline;
}

.sidebar a:active {
	color: #003399;
	text-decoration: underline;
}
ul {
	margin-top: 0px;
	list-style-type: square;
	margin-left: 16px;
}

 /*footer*/
.footercell {
	background: #003366;
	color: #FFFFFF;
}

.footer {
	background: #003366;
	color: #FFFFFF;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 83%;
	font-weight: normal;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
}

.footer a, .footer a:link, .footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.footer a:hover {
	color: #FDB400;
	font-weight: normal;
	text-decoration: underline;
}

/*borders*/
.border {
	background-color: #003366;
	color: #FFFFFF;
}

.hairline {
	background-color: #003366;
	color: #FFFFFF;
}

/*search*/
.searchbtn {
	background-color: #CCCCCC;
	color: #003366;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
}
/*content tables*/
.tableborder {
	background-color: #003366;
}

.tabletext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
}

.tabletextcolored {
	background-color: #C4C4C4;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
}

.tablecell {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.grey {
	background-color: E1E1E1;
}