
/* Layout Stylesheet */

body {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
	margin-left: 4px;
	margin-right: 4px;
	background: #808080;
	color: #333333;
}

td {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: maroon;
	margin-bottom: 0px;
	margin-top: 0px
}

h2 {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	color: maroon;
}

h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
}

h4 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 11px;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

#LeftContent {
	width: 70%;
}

#RightContent {
	width: 30%;
	background: beige;
	border-left-color: maroon;
	border-left-style: solid;
	color: #333333;
}

#OuterPage {
	text-align: left;
	width: 700px;
	margin: auto;
}

#Header {
	background: white;
	color: #333333;
	width: 100%;
	text-align: center;
}

.DateVerseBar {
	border-top: #000000 2px solid;
	background: #c0c0c0;
	color: #333333;
	border-bottom-color: maroon;
	border-bottom-style: solid;
}

#Content {
	background: white;
	width: 100%;
	color: #333333;
}

#Footer {
	border-right: black 0px solid;
	border-top-color: maroon;
	border-top-style: solid;
	background: #c0c0c0;
	border-left: black 0px solid;
	color: #333333;
	border-bottom: black 0px solid;
	width: 100%;
	text-align: center;
}