/*LAYOUTING STUFF*/
.container {
	margin-top: 10px; margin-right:auto; margin-left:auto ; margin-bottom: 5px;
	overflow: hidden;
	width:780px;
	padding:0px ;
	background-color: #ffffff;
	}

#leftcol {
	margin-top: 80px;
	padding: 2px;
	width: 250px;
	float: left;
	margin-right: 20px;
	}

.main {
	margin-left: 25px;
	
/* margin-left: 250px;
	border-left: #bfbfbf solid thin; */
	padding: 25px;
	}

/**************************************************/
/*HEADER STUFF*/
.accessnav {width: 0; height: 0; overflow: hidden; margin: 0;}

/*nav buttons*/


.nav{
font-size: 1em;
font-weight: bold;
width: 100%;
margin: 45px;
padding: 0;
}

.nav ul{
padding: 6px 0 7px 0; 
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.nav ul li{
margin: 0;
display: inline;

}

.nav a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
border-bottom: 0 solid transparent; /*bottom border is 3px*/   
transition: 0.5s ease;
height: 25px;
}

.nav a:hover {
border-bottom: 3px solid #494949; text-decoration: none;
}




/**************************************************/
/*LEFTCOL STUFF*/


#leftcol h2 {
	font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	width: 190px;
	text-decoration: none;
	margin: 3px;
		}
	
	
#leftcol p {
	font-family: "Linux Libertine", "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Book Antiqua", serif; 
	font-weight: normal;  
	font-size: 90%; 
	width: 190px; 
	margin-left: 0px;
	}
	
#leftcol em {
	color: #7F7F7F
	}	
	
#leftcol img {
	padding:2px;
   border: 1px solid #021a40;
	}

/**************************************************/
/*BODY STUFF*/

div.black-line { border-top: thin;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top-color: #000000;
    border-top-style: solid;
	}
	
div.grey-line { border-top: thin;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top-color: #bfbfbf;
    border-top-style: solid;
	}
	
div.grey-line-normal { border-top: normal;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top-color: #bfbfbf;
    border-top-style: solid;
	}
	
ul.star {font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif; list-style-image: url(star_sm.gif);}



/**************************************************/
/*general text stuff*/
p, li { margin-left: 45px; font-family: "Linux Libertine", "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Book Antiqua", serif;  color: #000000;}
.smallcentre {font-family: verdana, helvetica, arial, sans-serif; font-size: 75%; text-align: center; }

a { color: #DF1818; text-decoration: none;}
a:hover { color: #DF1818; text-decoration: underline;}

h1 { font-family: "Linux Libertine", "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Book Antiqua", serif; font-weight: normal; color: #7F7F7F; text-align: left; font-size: 500%; }

h2 { font-family: "Linux Libertine", "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Book Antiqua", serif; font-weight: normal; color: #7F7F7F; text-align: left; font-size: 200%; }

h3 { margin-top: 25px;  margin-bottom: 5px; font-family: "Linux Libertine", "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Book Antiqua", serif; font-weight: normal; color: #7F7F7F; text-align: left; font-size: 150%; }

h4 {  margin-left: 45px; font-family: "Linux Libertine", "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Book Antiqua", serif; font-weight: normal; color: #7F7F7F; text-align: left; font-size: 125%; }

h5 {  font-family: "Linux Libertine", "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Book Antiqua", serif; color: #7F7F7F; font-weight: normal; font-size: 110%;}

#wolf { font-family:  "Linux Libertine", "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Book Antiqua", serif; font-variant:small-caps;
	}

blockquote { background-image: url("quote1.png");
    background-repeat: no-repeat;
    background-position: left top;
	} 
	
sup { font-size: 60%; }
	
object { border: 3px solid #494949 }
