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

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

p { line-height: 1em; }

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

table a {
	padding: 1px 1px;
	display: block;
	text-decoration:none;
	color: #333333;
	line-height:normal;
}

table a:hover {
	background: #DOCFCF;
/*  background: #CC7E55;*/
}

table .selected a {
	color:#FFFFFF;
	background:#932A2A;
}

table .selected a:hover {
	color:#FFFFFF;
	background:#932A2A;
}

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: 0px;
	text-align: left;
	height : 125px;
	margin-bottom: 0px;
	background-image:url(../images/LASheader.png);
	background-repeat:no-repeat;
	background-color:#0066FF;
	width : 500px;
}

#container {
	margin: 0px;
	text-align: left;
	width : 500px;
	background-color: #FFFFFF;
	
}

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


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


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

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



