body {
	border-top-color: #ccff66;
	border-top-style: solid;
	border-top-width: 3px;
	background-image: url("/images/standard_body_bg.jpg");
	background-repeat: repeat-x;
	background-color: white;
	background-position: top left;
	margin: none;
	padding: none;
	color: #4D4D4D;
	font-family: Helvetica, Arial, sans-serif;
}
body div#bd {
	margin-left: 80px;
	margin-bottom: 20px;
	margin-right: 80px;
	margin-top: 20px;
}
body div#bd h1 {
	font-size: 320%;
	margin-bottom: 0;
	font-family: Garamond, 'Times New Roman', Times, serif;
}
body div#bd h2, h3 {
	padding-left: 6px;
	border-left-color: #d5fa6f;
	border-left-style: solid;
	border-left-width: 30px;
	font-size: 220%;
	margin-top: 10px;
	margin-bottom: 0;
	font-family: Garamond, 'Times New Roman', Times, serif;
	text-transform: lowercase;
	font-weight: bold;
	color: #4D4D4D;
}
body div#bd h3 {
	font-size: 180%;
}
body.home div#bd h1 {
	margin-top: 0;
	text-align: right;
	margin-right: 30px;
	font-family: Garamond, 'Times New Roman', Times, serif;
}
body.notice div#bd h2, h3 {
	border-left: none;
}
body div#hd {
	background-image: url("/images/standard_doc_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
}
body.home {
	background-position: 0 top;
	border-top-style: none;
	background-image: url("/images/home_body_bg.jpg");
}
body.home div#hd {
	background-image: none;
}
body.home div#doc3 {
	min-height: 400px;
	background-image: url("/images/home_doc_bg.jpg");
	background-repeat: no-repeat;
}
body.home div#bd {
	width: 800px;
	margin: auto;
}
body.notice {
	border-top: none;
	background-image: none;
	text-align: center;
}
body.notice div#hd {
	border-top-color: #ccff66;
	border-top-style: solid;
	border-top-width: 10px;
	background-image: url("/images/notice_body_bg.jpg");
	height: 140px;
	background-position: center 40px;
}
body.notice div#bd {
	margin: 20px;
	text-align: center;
}
body.notice form {
	text-align: left;
}
body div#doc1 {
	margin: 0 auto;
	width: 750px;
}
body div#doc3 {
	margin: 0;
}
body div#hd a#home_clicker {
	float: left;
	cursor: pointer;
	display: block;
	width: 200px;
	height: 40px;
}
body div#ft {
	text-align: center;
	margin-bottom: 20px;
}
body div#ft ul {
	margin: 0 auto;
}
body div#ft ul li {
	display: inline;
	margin: 2px 10px;
}
body div#ft ul li a, body div#hd ul#breadcrumb li a, body div#hd ul#breadcrumb li span {
	padding: 2px 5px;
	color: #666;
	text-transform: lowercase;
}
body div#ft ul li a:hover, body div#hd ul#breadcrumb li a:hover {
	padding: 2px 5px;
	color: #fff;
	background-color: #4D4D4D;
	text-decoration: none;
}
body div#hd ul#breadcrumb {
	padding-top: 18px;
	margin-right: 20px;
	text-transform: lowercase;
	cursor: default;
	float: right;
}
body div#hd ul#breadcrumb li {
	list-style: none;
	margin: 0 5px;
	float: left;
}
body div#hd ul#breadcrumb li a, body div#hd ul#breadcrumb li a:hover {
	display: block;
	padding-right: 20px;
	background-image: url('/images/wedge.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
body div#hd ul#breadcrumb li span {
	display: block;
}
blockquote {
	background-color: #ccc;
	display: block;
	padding: 20px;
	width: 40%;
	margin: 20px 0 20px 50px;
}
ul {
	padding-left: 40px;
}
ul li {
	list-style: circle;
}
.drone_table {
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #86baea;
}
.drone_table th {
    padding-bottom: 4px;
    padding-top: 4px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid #86baea;
    background-color: #226090;
}
.drone_table td {
    border-bottom: 1px solid #86baea;
}
.drone_table .heading {
    background-color: #1F82C3;
    color: #FFFFFF;
}
.drone_table .shade, .itable .shade td {
    background-color: #d7eae7;
}
.drone_table .over {
    background-color: #bdddea;
}
blockquote h2, blockquote h3 {
	border-left: none;
}