/************************************************************
* WLA Stylesheet | 2004 Bandolier Group, llc
*************************************************************/
/*** general styles for all pages ***/


/* page positioning */

div.masthead {
	position: absolute;
	left: 15px;
	top: 25px;
	text-align: left;
	}

div.sidenavhome {
	position: absolute;
	left: 25px;
	top: 326px;
	text-align: left;
	width: 163px;
	}

div.sidenav {
	position: absolute;
	left: 25px;
	top: 145px;
	text-align: left;
	width: 163px;
	}
	
div.contenthome {
	position: absolute;
	left: 190px;
	top: 326px;
	text-align: left;
	width: 480px;
	border-left: 1px solid;
	border-color: #B6C9C9;
	padding-left: 12px;
	vertical-align: top;
	}
	
div.content {
	position: absolute;
	left: 190px;
	top: 145px;
	text-align: left;
	vertical-align: top;
	width: 485px;
	border-left: 1px solid;
	border-color: #B6C9C9;
	padding-left: 12px;
	z-index: 1;
	}	
		
div.pad {
	padding-left: 12px;
	}
	


/* global settings */

body {
	margin: 0px;
	padding: 0px;
	background-color: #DBE1E1;
	}

body, td, input, textarea {
	font-family: georgia, times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	}
	
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #82979F;
	line-height: 15px;
	margin-bottom: -0.5em;
	}
	
ul {
	list-style-type: square;
	list-style-image: url(bullet.gif);
	}

ul li { 			
	margin-top: 0.75em;
	}

ol li { 			
	margin-top: 0.75em;
	}	
	
.bold {
	font-weight: bold;
	}

.italic {
	font-style: italic;
	}

.docattribute{
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}
			
.runinhead{
	font-size: 10px;
	font-weight: bold;
	color: #344F53;
    text-transform: uppercase;
	letter-spacing: 0.05em;
	}
	
.newbottommargin {
	margin-bottom: -0.2em;
	}
			
.calendardate {
	font-weight: bold;
	color: #344F53;
	}
	
.graphicmargin {
	margin-bottom: 10px;
}

.superhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8C674A;
}
		
/* anchors */	

a {
	color: #8C674A;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	color: #8C674A;
	text-decoration: none;
	}

a:visited {
	color: #ADA49D;
	}

a:visited:hover {
	color: #8C674A;
	text-decoration: underline;
	}
	
