	html {
		background-color: #7f7f7f;
	}
	body {
		width: 85%;
		margin-left: auto;
		margin-bottom: auto;
		margin-right: auto;
		margin-top: 20px;
		max-width: 850px;
		font-family: Helvetica, Verdana, Arial, sans-serif;

	}
#mainBox {
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 0px;
		color: #474949;
		min-height: 650px;
		background-position: center;
		float: none;
		border-color: #3f3f3f;
		border-style: solid;
		border-width: 3px;
		background-color: #e5e5e5;
		box-shadow: 10px 10px 15px #333;
		border-radius: 15px; 
		-webkit-box-shadow: 10px 10px 15px #333;
		-webkit-border-radius: 15px; 
	}
#content {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
}
.rightImg {
		text-shadow: 0px 1px white;
		clear: none;
		padding: 15px;
		text-align: right;
		float: right;
	}

h1 {
		font-size: large;
		text-align: right;
		text-shadow: 0px 0px 0px #999999;
		color: white;
		margin-right: 20px;
	}
h1 a:link {
		color: #d7d7d7;
}
h1 a:hover {
	text-shadow: 0px 1px #b2b2b2;
	color: #d7d7d7;
}
h1 a:visited {
		color: #d7d7d7;

}

h2 {
		font-size: xx-large;
		text-shadow: 0px 1px 0px white;
		color: #232323;
	}
h3 {
	text-shadow: 0px 1px white;
}
h4 {
	text-shadow: 0px 1px white;
}

b {
	text-shadow: 0px 1px white;
}
.subH2
	{
		font-size: medium;
		text-shadow: 0px 0px 0px #fff;
	}
.centered
	{
	text-align:center;
	}
	
	
.navTable {
	font-variant: small-caps;
	border-spacing: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	border-width: 0px;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	font-size: small;
	color: #3e3e3e;
	border-style: solid;
}

.navTable td {
	color: #818181;
	border-collapse: collapse;
	background-repeat: repeat-x;
	height: 30px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 12px;
	padding-left: 12px;
	border-color: #c4bd60;
	border-style: solid;
	border-width: 1px;
}

.navTable td:hover {
	height: 20px;
	background-repeat: repeat-x;
	background-color: #fffc97;
}

#floater {
	font-size: x-small;
	margin-left: 10px;
	color: #818181;
	padding-top: 10px;
	border-style: none;
	border-width: 1px;
	visibility: hidden;
}

a:link {
	color: #262626;
}

a:hover {
	color: #575757;
}

a:visited {
	color: #262626;
}

#footer {
	padding-top: 5px;
	color: #cbcbcb;
	font-size: smaller;
	text-align: center;
}

#footer a:link {
	color: #cccccc;
}

#footer a:hover {
	color: white;
	text-shadow: 0px -1px;
}

#footer a:visited {
	color: #cccccc;
}

p.right {
	text-align: right;
}


