 /*These styles are intended for on-screen viewing*/
 body {
	background-color: #F2E6CC;
	border : 2px none #CC9900;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin: 5px;
	padding: 0px;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/tor_logo_tan.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	text-align: left;
	color: #816732;
}
.silverbar {
	color: #FFFFFF;
	bgcolor: #EFEFEF;
	text-align: left;
	vertical-align: middle;
	padding: 5px 5%;
	border-top: 2pt double #996600;
	border-bottom: 2pt double #996600;
	font-size: 8pt;
	position: relative;
	right: 15px;
	float: left;
	background: #F2DA95;
}
/*The following styles define Divs for the document layout structure. They are specified through the ID field.*/


#leftcolumn {
	background-color: #F2DA95;
	width: 165px;
	position: absolute;
	left: 485px;
	top: 14px;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	border-right: thick solid #996600;
	border-left: thick solid #996600;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-color: #996600;
	border-bottom-color: #996600;
}


#header {
	vertical-align: top;
	visibility: visible;
}
#header img {
	visibility: visible;
}
#centercolumn {
	width: 300px;
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: visible;
	padding-left: 15px;
	vertical-align: top;
}
#rightcolumn {
	float: right;
	vertical-align: top;
	padding-right: 25px;
	position: relative;
	top: 0px;
	visibility: visible;
	padding-top: 0px;
	clear: left;
	margin: 0px;

}

#leftcolumn p, #rightcolumn p {
	font-size: 8pt;
	line-height: 11pt;
	color: #666666;
	width: 90%;
}
#navBar{
	padding: 5px;
	vertical-align: top;
	top: 15px;
	left: 325px;
	position: absolute;
	height: 90%;
	margin: 0;
	overflow: auto;
	background: #FFE9A4;
	border: 2pt groove #996600;
}
#footer {
	background-color: #F2E6CC;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer p {
	font-size: 80%;
	color: #666666;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

/*The following styles redefine HTML tags*/

blockquote {
	color : #816732;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color: #E2C68B;
	padding-right: 5px;
	padding-left: 5px;
}
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; color: #000000; background: transparent; }
h1, h2, h3 { font-weight: bold;}
h1 {
	font-size: 175%;
	vertical-align: middle;
	color: #996600;
	padding: 15px 5px 5px;
}
h2 {
	font-size: 135%;
	padding-top: 15px;
	color: #816732;
	text-decoration: underline;
}
h3 { font-size: 120%; color: #666666; background: transparent; }
h4 {
	font-size: 105%;
	font-style: italic;
}
h5 {
	font-size: 100%;
	text-decoration: underline;
}
h6 {
	
}
img {
	border: none;
}

/*HTML Tag redefinitions for Lists, including definitions*/
ol {
	list-style-type: decimal;
	}
ul {
	list-style-position: outside;
	list-style-type: square;
	font-size: 10pt;
}
li {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 115%;
	list-style-position: outside;
	padding-bottom: 10px;
	list-style-type: square;
	padding-right: 15px;
	color: #816732;
	text-align: justify;
}

/*End of HTML Tag redefinitions*/

/*The following styles are class selectors*/
.backtotoplink {
	font-size: 8pt;
	}
.bold {
	font-weight : bold;
}
.em {
	font-style: italic;
	font-size: 12pt;
}
.bluebold {
	font-weight: bold;
	color: blue;
}
.boldem {
	font-style: italic;
	font-weight: bold;
}
.breadcrumbs {
	
}
.example {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #669933;
	text-indent: -15px;
}


/*The following control the appearance of links. Include the class name after the a. For each condition, specify the all the attributes*/
a, a.link, a.visited, a.hover {

a {
	color : Blue;
	font-size: 8pt;
	font-size: 8pt
	color: #FFFFFF;
	color: #FFFFFF;
	color: #FFFFFF;
	
}
a.link {
	color:#FFFFFF;
	text-decoration: none;
}
a.visited {
	color:#FFFFFF;
	text-decoration: none;
}

span:after {
content: " This comes after "; display:inline;}
