@charset "utf-8";

/* CSS Document */

html {height:100%;}

body {height:100%;

	  padding:0;

	  top: 0px;

	  right: 0px;

	  left: 0px;

	  bottom: 0px;

	  margin:0 auto;

	  font-family:Helvetica, Arial, sans-serif;

	  font-size:11pt;

	  line-height:130%;}

/* prepares the background image to full capacity of the viewing area */

#bg {position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%;}

/* places the content ontop of the background image */

#content {position:relative;

		  z-index:1;

		  height:100%;

		  top: 0px;

	  	  right: 0px;

	  	  left: 0px;

	  	  bottom: 0px;

	  	  margin:auto;}

h2 {color:#646e27; 

	font-size:14pt}

ul {padding:5px; margin:5px;}

ul li {padding:5px; margin:5px;}

.contentImg { padding-left:15px;}


