/*	
	Name:		(©) 2003 Saskatoon Sexual Assault and Information Centre
	Author: 	Jillian M. Carroll, 306-229-1312, jillian@interfusion.ca
	Description: 	Style Sheet - All Pages
*/

body { 
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: small;
	font-weight: normal;
	color: #000000; 
	background: #FFFFFF;
}

td, th, p { 
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: small;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF; 
}

b { 
	font-weight: bold;
}

i { 
	text-decoration: italics;
}

/* Headings */


h1 {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: x-large;
	font-weight: bold;
	color: #336699;
	background: #FFFFFF;
}

h2 {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: large;
	font-weight: bold;
	color: #336699;
	background: #FFFFFF;
}

h3 {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: medium;
	color: #336699;
	background: #FFFFFF;
}

h4 {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: small;
	color: #336699;
	background: #FFFFFF;
}


/* Links */


a:link {  
	font-weight: normal;
	font-size: small;
	text-decoration: underline;
	color: #000000;
	background: #FFFFFF;
}

	a:visited {  
		font-weight: normal;
		text-decoration: underline;
		color: #000000;
		background: #FFFFFF;
	}
	a:hover {  
		font-weight: normal;
		text-decoration: none;
		color: #FFFFFF; 
		background: #336699;
	}
	a:visited:hover {  
		font-weight: normal;
		text-decoration: none;
		color: #FFFFFF; 
		background: #336699;
	}
	a:active {  
		font-weight: normal;
		text-decoration: underline;
		color: #FFFFFF; 
		background: #336699;
	}

/* General */


.copyright { 
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: small;
	font-weight: normal;
	color: #666666;
}

.crisis {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif;
	font-size: large;
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	background: #006699;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #aaa;
}

.green {
	font-weight: bold;
	color: #009900;
}

.red {
	font-weight: bold;
	color: #CC0000;
}

.small { 
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}


/* Table Styles */

.blue_bg {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif;
	font-weight: normal;
	font-size: small;
	background: #336699;
	color: #FFFFFF;
}

.box {
	border: #336699; 
	border-style: dashed; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.tableborder {
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

/* Menu Styles */

.no_link_menu {
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	background: #006699;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #aaa;
}

#navcontainer {
	margin: 0;
	padding: 0 0 0 0px;
}

#navcontainer UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer LI {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#navcontainer A {
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	background: #006699;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #336633; }

#navcontainer A.active:link, #navcontainer A.active:visited {
	position: relative;
	z-index: 102;
	background: #003366;
	font-weight: bold;
}

#subnav {
	position: relative;
	top: -1px;
	z-index: 101;
	margin: 0;
	padding: 0px 0 3px 0;
	background: #003366;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #aaa;
}

#subnav UL {
	list-style: none;
	margin: 1px 0 0px 13px;
	padding: 0px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #aaa;
}

#subnav LI {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#subnav A {
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }
