/***********************************************/
/* General Formatting                          */
/***********************************************/

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font: 12px "Lucida Sans Unicode", Verdana, sans-serif;
	color: #333;
}

h1 {
	background-color: #fff;
	padding: 5px 0 5px 0;
	margin: 0 20px 5px 0;
	font-family: "Courier New", Courier, mono, serif;
	font-size: 130%;
	color: #630;
}

h2 {
	font-family: "Courier New", Courier, mono, serif;
	font-size: 120%;
	margin: 0 20px 5px 0;
}

h3 {
	font-family: "Courier New", Courier, mono, serif;
	font-size: 105%;
	margin: 0 10px 5px 0;
}

p {
	padding: 0 20px 0 0;
	margin: 0 0 15px 0;
}

p.news {
	font-size: 110%;
	font-weight: bold;
}

blockquote {
	margin: 0px 20px 40px 10px;
	font: italic 12px "Lucida Sans Unicode", Verdana, sans-serif;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #afb767;
	background-color: #fff;
	border-bottom: 1px solid #afb767;
	line-height: 1.5em;
}

#content a:hover {
	color: #000;
	background-color: #e3eaa1;
	border-bottom: 1px solid #afb767;
}

ul {
	margin: 0 20px 0 20px;
	padding: 0 0 15px 0;
	list-style-type: disc;
	list-style-position: outside;
}

ul.nobullet {
	margin: 0;
	list-style-type: none;
}

ul.nobullet li {
	text-indent: -10px;
	margin-left: 10px;
}

form table {
	border: 1px solid #000;
	color: #000;
	background-color: #dee5f2;
	margin-right: auto;    /* especially for Opera */
}

th {
	vertical-align: top;
	font-weight: bold;
	color: #000;
	background-color: #778899;
	text-align: left;
	padding: 2px 6px 2px 6px;
}

th.sandbox {
	background-color: #dd0000;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 1px 6px 1px 6px;
}

td.monetary {
	text-align: right;
}

td.seperator {
	color: #000;
	background-color: #dee5f2;
	height: 16px
}

tr.total td {
	font-weight: bold;
}

td.submit {
	text-align: center;
}

input {
	padding: 0px 3px;
	font-size: 90%;
}

select {
	font-size: 90%;
}

label {
	font-size: 90%;
}

label.requiredfield {
	font-weight: bold;
}

label.error {
	color: #f00;
	background-color: #dee5f2;
}

img.pagepreview {
	float: right;
	margin: 0 10px 5px 10px;
	border: 1px solid #000;
}

img.crewimage {
	float: right;
	margin: 0 10px 5px 10px;
	border-style: none;
	clear: right;
}

img.facilitylogo {
	float: right;
	margin: 0 10px 5px 10px;
	border: 1px solid #000;
}

img.paypalfacilitylogo {
	float: right;
	margin: 0 0 5px 10px;
	border-style: none;
}

img.gift {
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#border {
	border: 1px solid #000;
	width: 600px;
	margin: 40px auto;
}

#header {
	color: #fff;
	background-color: #94ac9c;
	background-image: url("../images/kd-masthead.jpg");
	background-repeat: no-repeat;
	height: 150px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

#body {
	color: #333;
	background-color: #fff;
	width: 600px;
	padding: 0;
}

#nav {
	float: left;
	color: #333;
	background-color: #fff;
	width: 125px;
}

/* Workaround for Windows IE "Three Pixel Text-Jog" bug */
* html #nav {
	margin: 0 -3px;
}

#content {
	width: 475px;
	color: #333;
	background-color: #fff;
	text-align: left;
}

#footer {
	height: 50px;
	color: #333;
	background-color: #fff;
	margin: 12px 0 0 0;
	font-size: 80%;
	text-align: center;
	background-image:   url("../images/kd-watermark.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	clear : both;
}

/***********************************************/
/* Nav Formatting                              */
/***********************************************/

#nav ul {
	margin: 5px 0 15px 0;
	padding: 0;
	list-style: none;
	border: 0;
}

#nav li {
	text-align: center;
	border-bottom: 1px solid #000;
	width: 100px;
	margin: 0;
	padding: 0;
	font: 10px/15px "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000;
	background-color: #fff;
}

#nav li.navtop {
	border-top: 1px solid #000;
}

#nav li a {
	display: block;
	font-weight: normal;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	background-color: #dee5f2;
	text-decoration: none;
	width: 98px;
}

#nav li a:hover {
	font-weight: normal;
	color: #000;
	background-color: #e3cd70;
	text-decoration: none;
}

/***********************************************/
/* Noscript formatting                         */
/***********************************************/

#JavascriptWarning td {
	background-color: #ffffcc;
	border: 1px solid #ff9900;
	color: #000000;
	text-align: center;
}