head, body {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
	font-family: 'PT Serif', Georgia;
	text-align: justify;
	background-color: #336633;
	padding: 0px;
}
#container {
	margin: auto;
	position: relative;
	padding: 20px;
	background-color: white;
}
.boxout {
	border: 2px dashed grey;
	margin: 0 0 10px 10px;
	padding: 10px;
	font-size: smaller;
	font-style: italic;
}
.leftF {
}
.rightF {
}
p {
	line-height: 150%;
}
@media (max-width: 760px) {
	head, body {
		font-size: 15px;
	}
	h1 {
		font-size: 23px;
	}
	h2, h4 {
		font-size: 19px;
	}
	#container {
		width: device-width;
	}
	.boxout {
	}
	.leftF {
		text-align: center;
	}
	.rightF {
		text-align: center;
	}
	p {
		line-height: 175%;
	}
}
@media (min-width: 760px) and (max-width: 1000px) {
	head, body {
		font-size: 16px;
	}
	h1 {
		font-size: 26px;
	}
	h2, h4 {
		font-size: 21px;
	}
	#container {
		width: 720px;
	}
	.boxout {
		float: right;
		width: 49%;
	}
	.leftF {
		float: left;
	}
	.rightF {
		float: right;
	}
}
@media (min-width: 1000px) {
	head, body {
		font-size: 18px;
	}
	h1 {
		font-size: 29px;
	}
	h2, h4 {
		font-size: 24px;
	}
	#container {
		width: 960px;
	}
	.boxout {
		float: right;
		width: 49%;
	}
	.leftF {
		float: left;
	}
	.rightF {
		float: right;
	}
}

a:link {
	color: #990033;
}

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

a:active {
	text-decoration: none;
	color: #990033;
}

a:visited {
	text-decoration: none;
	color: #990033;
}

img {
	border-style: none;
}


#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

h1 {
	text-shadow: 0.2ex 0.2ex 0.2ex #999999;
	color: #666666;
	display: inline;
	margin: 0px;
	text-align: left;
}

h4 {
	padding: 2px;
	margin: 0px;
	color: #999999;
	font-variant: small-caps;
}

#content {
	margin: 0px;
	position: relative;
}

.imgB {
	margin-bottom: 0px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 1px;
}
.imgR {
	margin-bottom: 0px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 1px;
}

#rule {
	margin-bottom: 20px;
	margin-top: 20px;
	border-color: #336633;
	border-width: 1px;
	border-style: solid;
	height: 0px;
	width: 75%;
}

h2 {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 40px;
	color: #666666;
	text-align: left;
}

.cite {
	padding-left: 4ex;
	text-indent: -4ex;
}

#footer {
	margin-top: 40px;
	text-align: center;
	height: 110px;
	position: relative;
}

.headlinks {
	font-size: small;
	color: #666666;
}

.box-table-a {
	border-collapse: collapse;
	margin: 20px;
	text-align: left;
	width: 550px;
}

.box-table-a td {
	border-bottom: 1px solid white;
	border-top: 1px solid transparent;
	color: #669;
	padding: 8px;
}

.box-table-a tr {
	background: #E8EDFF;
}

.box-table-a tr:hover {
	background: #B9C9FE;
}

.box-table-a th {
	background: #B9C9FE;
	border-bottom: 1px solid white;
	border-top: 4px solid #AABCFE;
	color: #039;
	font-weight: normal;
	padding: 8px;
}

code, pre { font-family: "Menlo", "Courier New", monospace, serif; font-size: 0.9em; }

/* Override font settings of jQuery UI */
.ui-widget {
	font-family: 'PT Serif', Georgia;
	font-size: 1em;
}
.ui-widget button {
	font-family: 'PT Serif', Georgia;
}
.ui-helper-reset {
	font-size: 80%;
}