@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3e8f5;
	background-image: url(../_assets/_images/gradient_tile.png);
	background-repeat: repeat-x;
	background-position: top left;
}

table#layout {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 917px;
}

td#leftTile {
	background-image: url(../_assets/_images/left_tile.png);
	background-position: left top;
	background-repeat: repeat-y;
}

td#rightTile {
	background-image: url(../_assets/_images/right_tile.png);
	background-position: right top;
	background-repeat: repeat-y;
}

td#contentSpace {
	background-color: #ffffff;
}

img.Divider {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Container {
}

#leftCol {
	width: 50%;
	float: left;
}

#rightCol {
	width: 50%;
	float: right;
}

.Clear {
	clear: both;
}

#copyrightText {
	color: #666599;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin-left: 20px;
}

h1, h2, h3, h4, p, #jpdText {
	margin: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	font-size: 12px;
	color: #666599;
}

h1 {
	font-size: 24px;
	color: #752100;
	font-style: italic;
}

h2 {
	font-size: 14px;
	color: #ff6600;
	font-style: italic;
}

h3 {
	font-size: 14px;
	color: #000099;
	font-style: italic;
}

#jpdText {
	font-size: 12px;
	color: #666599;
}

table#textTable {
	font-size: 12px;
	color: #666599;
}
