* {margin:0px;padding:0px; }
body { 
	background: #333333 url(background.jpg) repeat scroll left top; 
	margin:10px 10px 10px;
}
img { border:0px; }
#container {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
.section {
	width:780px;
	margin-bottom:15px;
}
.sectionheader {
 width:780px;
 height:10px;
 background-image: url(top.png);
 background-repeat: no-repeat;
}
.sectionfooter {
 width:780px;
 height:10px;
 background-image: url(bottom.png);
 background-repeat: no-repeat;
}
.sectioncontent {
 width:760px;
 border-left:10px solid white;
 border-right:10px solid white;
 background:white;
}
.sectiontitle {

 width:760px;
 height:24px;
 margin-bottom:3px;
}
h1 {
font-family:Verdana, Tahoma, Arial;
font-size:3em;
margin-top:5px;
margin-bottom:5px;
padding-top:10px;
}

h2 {
margin-bottom:3px;
font-family:Verdana,Tahoma, Arial;
font-size:1.2em;
padding-left:0px;
color:#333333;
}
h2 a, h2 a:visited {
color: #333333;
text-decoration:none;
}

h2 a:hover {
color: white;
text-decoration:underline;
}

p {line-height:120%;margin-bottom:5px; }
.sectiontext {
  /*background:#D4D0C8;*/
  background:#cdeb8b;
  border:1px solid black;
  padding:5px;
}

a, a:visited {color:#333333;}
a:hover {color:white;}

ul {margin-left:16px;}

