body

{

	margin: 0;

	padding: 0;

	font: 85% arial, helvetica, sans-serif;

	text-align: center;

	color: #333;

	background-color: #e4edf5;

}



a:link { color: #B52C07; }

a:visited { color: #600; }



a:hover, a:active

{

	color: #fff;

	background-color: #B52C07;

}



h2

{

	color: #B52C07;

	font: 120% georgia, times, "times new roman", serif;

	font-weight: bold;

	margin: 0 0 2px 0;

}



h2 a { text-decoration: none; }



h3

{

	color: #5B5E0E;

	font: 106% georgia, times, "times new roman", serif;

	font-weight: bold;

	margin-top: 0;

}







* html #container {background-position: 40px 325px;}
* + html #container {background-position: 40px 325px;}

#container

{

	margin: 1em auto;

	width: 750px;

	text-align: left;

	background-color: #fff;

	border: 3px solid #1b3272;

	background-image: url(images/smlisa.jpg);

	background-repeat: no-repeat;

	background-position: 40px 375px;
}	







* html #header {height: 135px;}
* + html #header {height: 135px;}


#header

{

	height: 115px;

	width: 100%;

	background-image: url(images/header.jpg);

	background-height: 115px;

	background-repeat: no-repeat;

	background-position: 0 0;

	position: relative;

	border: 1px none #fff;

	border-bottom: 20px solid #c6e3fe;

}







#header h1

{

	font-size: 1px;

	text-align: right;

	color: #fff;

	margin: 0;

	padding: 0;

}





#navmenu ul {

	width: 165px;

	float: left;	

	padding: 0;

	border-style: solid;

	border-color: #BCD2E6;

	border-width: 1px;

	font-weight: bold;

	background: #FFFFFF;

	}

	

#navmenu li a {

  	height: 24px;

	text-decoration: none;

	}	

	

#navmenu li a:link, #navmenu li a:visited {

	color: #577cca;

	display: block;

	background:  url(images/button.gif);

	padding: 8px 0 0 10px;

	}

	

#navmenu li a:hover {

	color: #577cca;

	background:  url(images/button.gif) 0 -32px;

	padding: 8px 0 0 10px;

	}



ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

}



.bodytext ul {

	list-style-type: circle;

	margin: 15px;

	padding: 0;

}



.smallfont {

	font: 75% arial, helvetica, sans-serif;

	font-style: italic;

}

	



#content { margin: 20px 20px 40px 200px; }



.imagefloat { 

	float: right; 

	padding-left: 20px;

	padding-bottom: 10px;

}









#footer

{

	clear: both;

	color: #5B5E0E;

	font-size: 90%;

	text-align: center;

	padding: 5px;

	background: #c6e3fe;

}







