body {
	color: #ffffff;
	font-family: verdana;
	background-color: #000000;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

h1 {
	 /* border: 1px solid #8197AE;
	 border-left: 10px solid #8197AE; */
	 background-image: url(../images/hand.gif);
	 background-repeat: no-repeat;
	 background-position: 5px center;
	 font-size: large;
	 font-weight: bold;
	 padding: 5px;
	 padding-left: 45px;
	}

h2 {
	 font-size: small;
	 font-weight: bold;
	 background-image: url(../images/orb.png);
	 background-repeat: no-repeat;
	 background-position: 5px center;
	 /* border-bottom: 1px solid #8197AE; */
	 padding-left: 25px;
	 padding-top: 2px;
	 padding-bottom: 3px;
	 margin-top: 20px;
	}

p {
	 font-size: small;
	 padding-left: 20px;
	}


 /* Menu styles - NOT LEGACY! */

.menu_header {
	 background-image: url(../images/arrow.gif);
	 background-repeat: no-repeat;
	 background-position: 5px center;
	 text-indent: 15px;
	 font-weight: bold;
	 /* background-color: #012033; */
	 padding-top: 2px;
	 padding-bottom: 2px;
	 cursor: pointer;
	 cursor: hand;
	}

		.menu_header_open { background-image: url(../images/arrow2.gif); }

.openheader {
	 background-image: url(../images/arrow2.gif);
	 background-repeat: no-repeat;
	 background-position: 5px center;
	}

.menu_header_site {
	 margin-top: 20px;
	}

.menu_header_first {
	 margin-top: 5px;
	}

.menu_list {
	 margin-top: 5px;
	 margin-bottom: 20px;
	 list-style-image: url(../images/rightarrow.png);
	 padding-left: 15px;
	 margin-left: 15px;
	 margin-top: 10px;
	}
	
.menu_list a { color: #768FA6; text-decoration: none; }
.menu_list a:hover { color: #ffffff; text-decoration: none; }

.menu_list ul li {
	 padding-left: -20px;
	 margin-left: -20px;
	}

.menu_credit {
	 text-align: center;
	 margin-top: 10px;
	}

.menu_credit a { color: #768FA6; text-decoration: none; }
.menu_credit a:hover { color: #ffffff; text-decoration: none; }