* {
	margin:0;
}
html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	line-height: 2em;
	background-color: #cccccc;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images/Leap-Back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 30px;
}

a:link, a:visited, a:active {
	color: #4f8a10;
	text-decoration: none;
}

a:hover {
	color: #99CC00;
	text-decoration: none;
}

TABLE {
	margin: 0;
}

TD, TH {
	padding: 0;

}

IMG {
	border: none;
}

H1 {
	color: #999999;
	font-size: 0.75em;
	font-weight: normal;
	margin-bottom: 0em;
	text-transform: uppercase;
	letter-spacing: 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

H2 {
	color: #666666;
	font-size: 0.75em;
	letter-spacing: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
}

H3 {
}

p {
	padding-bottom: 5px;
}

UL {
}

OL {
}

LI {
}

INPUT {
}

FORM {
}

LABEL {
}

/* End Tag Specs */


/* Start Container Classes Shell (Edges) HeaderLeft + HeaderRight / MainLeft + MainRight / FooterLeft + FooterRight */
DIV.Shell {
	width: 100%;
	height: 100%;
	margin: 0px;
	position: absolute;
}

DIV.Main {
	width: 800px;
	height: 580px;
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	z-index: 1;
	padding: 20px;
	color: #666666;
	line-height: 1.4em;
	font-size: 1em;
	text-align: center;
}

.Main#MainContent {
	background-color: #FFFFFF;
}

.Main H1 {
	font-size: 2.5em;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
}

.Main H2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

.Main A {
	color: #cc9933;
	text-decoration: underline;
}

.Main A:hover {
	color: #ffcc00;
	text-decoration: none;
}

.Main p {
	margin-bottom: 5px;
	width: 400px;
}

DIV.ImageViewer {
	width: 300px;
	float: right;
	z-index: 2;
	color: #000000;
	font-weight: bold;
	right: 20px;
	top: 20px;
	padding-left: 40px;
	position: absolute;
}

.ImageViewer IMG {
	width: 300px;
	margin-bottom: 5px;
}

.ImageViewer p {
	width: 300px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

DIV.Footer {
	width: 800px;
	height: auto;
	position: relative;
	top: 35px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.Footer a:link, .Footer a:visited, .Footer a:active {
	color: #4f8a10;
	text-decoration: none;
}

.Footer a:hover {
	color: #666666;
	text-decoration: underline;
}

.Logo {
	float: right;
	position: relative;
	bottom: 0px;
}

/* End Container Classes */



