/**
General HTML Body Styling
* -------------------------
*
*/

body {
	margin-top:0px;
	font: 75%/1em Arial, Helvetica, sans-serif;
	background-color:#999999;
}

p { line-height: 1.35em; }

h1 {
	font: 185%/1em Arial, Helvetica, sans-serif;
	font-size: 1.95em;
	font-weight: bold;
}

ul {
	list-style-type:none;
	padding-left:: 1em;
	margin: 0;
}

li {
	background-image:url(../images/altbullet.png);
	background-repeat:no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 120%;
}

/**
Basic DIV Elements
* -------------------------
*
*/

#header {
	margin: 0 auto;
	text-align: center;
	height : 125px;
	margin-bottom: 0px;
	background-image:url(../images/LASheader.png);
	background-repeat:no-repeat;
	width : 756px;
}

#container {
	margin: 0 auto;
	text-align: center;
	width : 756px;
	background-color: #FFFFFF;
	
}

#content {
	text-align: left;
	padding : 1em;
	margin-left : 200px;
	min-height:600px;
}

#leftColumn {
	text-align: left;
	float : left;
	width : 175px;
	margin : 0;
	background-color:#FFFFFF;
	margin-top : 20px;
	padding : 1em;
}

#pathway {
	width: 500px;
	letter-spacing: .15em;
	font-size: .8em;
	color:#666666;
	text-align:left;
}

#footer {
	clear : both;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	width: 735px;
	height: 40px;
	line-height: 1.0em;
	background-color: #FFFFFF;
	padding: 1em 0;
	padding-left: 10px;
	padding-right: 10px;
}

#pageheading {
	font-size: 2.5em;
	font-weight:bold;
	padding-top: 20px;
	color:#6699FF;
	padding-bottom: 20px;
}

#headingspacer {
	margin: 0 0 0 0;
	height: 22px;
	background:url(../images/pagetitlespacer.jpg)
}


#leftColumn p {
	margin: .5em 0 1em 0;
}

#leftColumn h2 {
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	padding-left: 2px;
	margin-bottom: 10px;
	line-height: 1.35em;
}
