@charset "utf-8";
/* CSS Document */

body {
	background-color: white;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

h1,h2 {	
	font-weight: bold; 
}

h1 {	
	font-size: 200%;
	color: #556b2f;
	font-style: italic;
}

h2 {
	font-size: 150%;
	color: #556b2f;
}

h3 {
	color: #a0522d;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3.green {
	color: #556b2f;
}

h3.underline {
	color: #556b2f;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	border-bottom: thin dotted #556b2f;
}

h3.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
}

h5 {
	font-weight: normal;
	font-size: 105%;
	line-height: 1.6em;
}

a:link {
	color: #a0522d;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #a0522d;
	font-weight: normal;
	text-decoration: underline;
}

ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
	float: left;
	border-top: 3px solid #eee8aa;
}

ul.nav a {
	display: block;
	width: 140px;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
	height: 250%;
	line-height: 250%;
	border-bottom: 3px solid #eee8aa;
}

ul.nav a:hover {
	font-weight: bold;
	background: #eee8aa;
}

body#home a#homelink,
body#eddiebio a#biolink,
body#schedule a#schedulelink,
body#courses a#courseslink,
body#register a#registerlink,
body#intensiveskills a#intensiveskillslink,
body#skill2u a#skill2ulink,
body#mentoring a#mentoringlink,
body#virtualinstructor a#virtualinstructorlink,
body#newsletter a#newsletterlink,
body#events a#eventslink,
body#books a#bookslink,
body#articles a#articleslink,
body#blog a#bloglink,
body#courselist a#courselistlink,
body#tradingblanket a#tradingblanketlink,
body#cart a#cartlink,
body#contact a#contactlink {
	text-decoration: underline;
	font-weight: bold;
}

#navigation {
	padding-left: 0;
	margin-left: 10px;
	border-top: 3px solid #eee8aa;
}
#navigation a:hover {
	background-color: #eeeaa8;
	background-position: center;
}
#navigation a {
	width: 140px;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
	line-height: 250%;
	border-bottom: 3px solid #eee8aa;
}

#footer {
	color: #808080;
	font-size: 85%;
	margin-top: 30px;
	border-top: 1px solid #808080;
	text-align: center;
	clear: both;
}

#rightcornerbox {
	width: 145px;
	background-color: #eee8aa;
	color: #556b2f;
	font-style: italic;
	font-size: 120%;
	text-align: center;
	padding: 20px;
	margin: 10px;
	line-height: 150%;
	border: double;
	border-color: #a0522d;
	float: right;
}
	
	
img.home {
	border: 1px solid #a0522d;
}

img.topmargin {
	margin-top: 80px;
	}

.greenbolditalic {
	color: #556b2f;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.redbolditalic {
	color: #a0522d;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#doublegreenborder {
	border: double;
	border-color: #556b2f;
	margin: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#doublegreenborderclose {
	border: double;
	border-color: #556b2f;
	margin: 15px 25px 0px 25px;
	padding-top: 7px;
	padding-bottom: 7px;
}

h5.notopborder {
	margin-top: 0px;
	padding-top: 0px;
}
	
p.rightpad {
	padding-right: 8px;
}

.submitbuttoncenter {
	font-weight: bold;
	margin-left: 350px;
	color: #556b2f;
	padding: 3px 15px;
}

.textbox {
	width: 250px;
}

table.info {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

table.info th, td {
	border-bottom: none;
}

table.info th {
	text-align: right;
	padding-right: 7px;
	margin-right: 5px;
	height: 25px;
}

table.info td {
	margin-left: 5px;
	height: 25px;
}

table.feedback {
	margin-top: 5px;
	border-collapse: collapse;
}

table.feedback th {
	width: 175px;
	height: 25px;
	margin-right: 0px;
	padding: 3px 0px 3px 0px;
	border-bottom: thin dotted #808080;
	text-align: left;
	vertical-align: top;
}

table.feedback td {
	margin-left: 3px;
	padding: 5px 16px 5px 3px;
	border-bottom: thin dotted #808080;
	text-align: left;
	vertical-align: bottom;
	height: 25px;
}