/*	
	Stylesheet Copyright 2003
	Information Softworks, Inc.
*/
	

body {
	margin: 0px; 
	background-color: #fff; 
	font-family: "Arial Bold", "Helvetica Bold", sans-serif;
	color: black;
}

div.header {
	background-color: #eee; /*#fdfdc0;*/
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.header h1 {
	padding: 20px;
	margin: 0px; /* ie defaults to 10px margin for H1 */
	text-align: center;
	font-variant: small-caps;
	font-size: 30px;
	color: white;
	letter-spacing: 8px;
	background-color: #00407a; /*#182 c51;*/
	width: 700px;
}

h1 {
	background-color: #00407a;
	color: white;
	padding: 4px 4px 4px 20px;
	-moz-border-radius: 8pt;
	-webkit-border-radius: 8pt;
	border-radius: 8pt;
}

h2 {
	border-bottom: solid;
	border-size: 1px;
}

h3 {
	border-bottom: dashed;
	border-bottom-width: 1px;
	margin: 12px 20px 8px 20px;
}

h3 + div {
	margin-left: 30px;
}

.detail {
	margin-left: 48px;

}

div.menu {
	background-color: #eee;
	color: #048;
	font-size: 12pt;
	width: 202px;
	float: left;
	padding:4pt;
	height: 100%;
	border-width: 1px;
	/*
	border-style: solid;
	border-color: #000;
	*/
}

div.menu_box {
	/*
	background-color: #7eb0cd;
	*/
	background-color: #c0d0f0;
	color: #024;
	font-size: 14pt;
	border-color: #048;
	border-width: 2px;
	border-style: dotted;
	-moz-border-radius: 8pt;
	-webkit-border-radius: 8pt;
	border-radius: 8pt;
	width: 90%;
	padding: 6pt;

	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
}

div.menu-item{
	background-color: #fff;
	color: #048;
	font-size: 10pt;
	border-width: 2px;
	border-style: outset;
	-moz-border-radius: 6pt;
	-webkit-border-radius: 6pt;
	border-radius: 6pt;
	width: 80%;
	text-align: center;
	width: 90%;
	padding: 2px;
	margin-top: 8px;
}

div.menu-item * {
	text-decoration: none;
	font-weight: bold;
	color: #024;
}

li.button {
	background-color: #fff;
	font-size: 10pt;
	border-width: 2px;
	border-style: outset;
	-moz-border-radius: 6pt;
	-webkit-border-radius: 6pt;
	border-radius: 6pt;
	width: 20pt;
	text-align: center;
	padding: 2pt;
	padding-left: 8pt;
	padding-right: 8pt;
	margin-right: 20pt;
	display: inline;
}

li.button a {
	text-decoration: none;
	font-weight: bold;
	color: #024;
}


div.image {
	float: right;
	padding-left: 15px;
	text-align: center;
	font-size: small;
}

div.content {
	background-color: #eee;
}
div.page {
	margin-left: 214px;
	padding: 2em;
	font-size: 12pt;
	background-color: #fff;
	border-width: 1px;
	/*
	border-style: solid;
	border-color: #000;
	*/
}

div.footer {
	clear: both;
	background-color: #eee;
	padding: 10px;
	padding-bottom: 100px;
}

.leader {
	font-size: 16pt;
	font-style: italic;
	margin: 0 auto;
	width: 34em;
	padding: 20px;
	padding-left: 40px;
	background-color: #c0d0f0;
	-moz-border-radius: 12pt;
	-webkit-border-radius: 12pt;
	border-radius: 12pt;
	white-space: nowrap;
}

.sidenote {
	float: right;
	width: 26%;
	margin: 3%;
	margin-top: 0;
	padding: 3%;
	font-size: large;
	font-weight: bold;
	background-color: #d0e0f0;
	-moz-border-radius: 12pt;
	-webkit-border-radius: 12pt;
	border-radius: 12pt;
}

.try {
	background-color: #ff4;
	padding: 12pt;
	padding-left: 20%;
	padding-right: 20%;
	margin-left: 20%;
	margin-right: 20%;
	margin: 20pt;
	font-size: 24pt;
	font-weight: bold;
	font-variant: small-caps;
	-moz-border-radius: 12pt;
	-webkit-border-radius: 12pt;
	border-radius: 12pt;
}
