/*  
Title: BC Digitization Symposium 2008 Stylesheet
Author: Gordon Coleman
*/


body {
    background-color: #eeeeee;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;

}

div#outer {
    //width: 800px;
    //background-color:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    //margin-bottom: 0px;
    
    width: 780px;
    //margin: 0;
	padding: 0;
	
	background-image: url(images/shadow.jpg);
	background-color: white;


}

div#header {
    //padding: 15px;
    //margin: 10px;
    text-align: center;
    padding-bottom: 20px;

}

div#nav {
    width: 130px;
    padding: 15px;
    float: left;


}

div#content {
    float: left;
    width: 590px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-left: thin solid #000099;
    background-color:#FFFFFF;

}

div#footer {
    clear: left;
    text-align: center;
    padding-bottom: 20px;
    font-size: 90%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;

}



div.nav_item {
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;

}	

div.nav_item_active {
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: left;

}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 h6 {
	color: #000099;
	line-height: 0.8em;
}

table	{
	background-color:#FFFFFF;
}

td {
    
    font-size:12px;
}

ul	{
	list-style:  url(images/wbtwB.png);
	//height: auto;
}

p.rightsmall
{
	font-size: 90%;
	font-style: italic;
	text-align: right;
	position:relative;
	top:-10px
}
