body {
	color: black;
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

p {
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	margin-top: 15px;
}

table td {
	vertical-align: text-top;
}

div#mainbox {
	height: 665px;
	width: 950x;
	margin-right : auto;
	margin-left : auto;
	background-image: url(images/mainb.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

div#mainboxb {
	padding: 10px;
	margin-right : auto;
	margin-left : auto;
	top: 85px;
	position: relative;
	z-index: 1;
	height: 470px;
	width: 730px;
	background: white;
	overflow: scroll;
}

div#menu {
	text-align: right;
	font-style: oblique;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;	
}

div#splash {
	margin-right : auto;
	margin-left : auto;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 22px;
	color: white;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 514px;
	width: 780px;
	background-color: white;
	left: 10px;
	margin-top: 10px;
	padding: 10px;
	}

h3 {
	font-style: normal;
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 2px;
	margin-top: 2px;
}

h4 {
	font-style: normal;
	font-size: 15px;
	font-weight: 100;
	margin-bottom: 2px;
	margin-top: 2px;
	}

a {
font-size: normal;
text-decoration: none;
color: #7e7e7e;
}

a:link    		{color: #7e7e7e}
a:visited 		{color:#7e7e7e}
a:active  		{color:#7e7e7e}
a:hover   		{color: black}
					   
a.image				{color:#7e7e7e}
a.image:link    		{color:#7e7e7e}
a.image:visited 		{color:#7e7e7e}
a.image:active  		{color:#7e7e7e}
a.image:hover   		{color: black}
