body {
	color:#navy;
	background-color:white;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}


h1 {
	font-size: 24px;
	color: blue;
	background: "#FF9900";
	line-height: 30px;
	font-weight: bold;
	margin:10px 10px 10px 10px;
	padding:15px;
	}

h2 {
	font-size: 12px;
	color: navy;
	font-weight: bold;
	background: transparent;
	margin: 5px 20px 5px 225px;
	padding:2px;
	}

h3 {
	font-size: 12px;
	color: yellow;
	font-weight: bold;
	background: transparent;
	margin:0px 10px 10px 10px;
	padding:2px;
	}

	

h4 {
	font-size: 10px;
	color: red;
	font-weight: bold;
	background: yellow;
	margin:0px 0px 5px 0px;
	padding:0px;
	}

h5 {
	font-size: 12px;
	color: yellow;
	font-weight: bold;
	background:red;
	margin:0px 0px 5px 0px;
	padding:7px;
	}


h6 {
	font-size: 24px;
	color: yellow;
	background: red;
	line-height: 30px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	padding:5px;
	}


h7 {
	font-size: 10px;
	color: navy;
	font-weight: bold;
	background: transparent;
	padding:2px;
	}



ul  {
	font-size: 11px;
	margin-left: 125px;
	margin-top: 2px;
	padding-left: 20px;
	list-style-type: disc;
	}


li  {
	font-size: 11px;
	margin:0px 0px 0px 0px;
	margin-left: 100px;	
	padding-left: 0px;
}

#ulbottom  {
	font-size: 11px;
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: disc;
/	display: block;
/	width: 275px;

}



#libottom  {
	font-size: 11px;
	margin:0px 0px 0px 0px;
	margin-left: 12px;	
	padding-left: 0px;
}



p  {
	font-size: 10px;
	}


a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:underline;
	}

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

#top {
	font-size: 10px;
	color:blue;
	font-weight: bold;
	text-decoration:underline;
	margin:0px 10px 10px 10px;
	padding:2px;
	}

#main {
	font-size: 18px;
	color:blue;
	font-weight: bold;
	background: transparent;
	margin:0px 10px 10px 10px;
	padding:2px;
	}

a:visited {color:#07a;}
a:hover {background-color:#BBB;}




 #dropinboxv2cover{
 width: 320px; /*change width to desired */
 height: 220px; /*change height to desired. REMOVE if you wish box to be content's natural height */
 position:absolute; /*Don't change below 4 rules*/
 z-index: 100;
 overflow:hidden;
 visibility: hidden;
 }

 #dropinboxv2{
 width: 300px; /*change width to above width-20. */
 height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
 border: 2px solid navy; /*Customize box appearance*/
 background-color: white;
 padding: 4px;
 position:absolute; /*Don't change below 3 rules */
 left: 0;
 top: 0;
 }



