body {
	background: #cccccc;
	width: 1000px;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans serif;
	}
	
a {
	text-decoration: none;	
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #ceb719;
}

img a, a img {
	text-decoration: none;
	border: 0px;
}

a:hover img, img a:hover {
	border: 0px;
}

a:hover {
	color: #800000;
}

#header {
	background: #fff;
	min-height: 260px;
	margin: 18px 0px 0px 0px;
	padding: 0px;
	border: 10px solid #800000;
	border-radius: 20px 20px 20px 20px;
}
	
h1, h3, h4, h5 {
	font-family: Palatino Linotype, Palatino, Bookman Old Style, Times New Roman, Serif;
}

h1 {
	font-variant: small-caps;
	color: #800000;
	font-size: 300%;
	text-align: left;
	margin: 10px;
	font-weight: bold;
	text-indent: 0px;
	display: inline;
}	

h1.small {
	display: inline;
	font-size: 220%;
}

h2 {
	font-style: italic;
	text-align: right;
	font-size: 200%;
	margin: 40px 20px 20px 20px;
}

h3 {
	font-size: 180%;
	font-weight: bold;
	font-variant: small-caps;
}

h4 {
	font-size: 130%;
	font-weight: bold;
}

h5 {
	font-size: 120%;
	font-weight: bold;
	margin: 25px 20px 20px 20px;
}	

ul {
	list-style-position: inside;
}

ul.menu {
	background: #800000;
	padding: 10px 10px 0px 68px;
	margin: 20px 0px 0px 0px;
	clear: both;
}

ul.menu li {
	display: inline;
	text-align: center;
	padding: 5px;
	margin: 5px;
	line-height: 2;
	font-size: 130%;
}

ul.menu a {
	color: #800000; /*#E6E6E6;*/
	background: #ccc;
	padding: 5px;
	border: 3px solid #ccc; /*#ceb719;*/
	border-radius: 0px 15px 0px 15px;
}

ul.menu a:hover {
	color: #000;
	background: #ceb719;
	border: 3px solid #ceb719; /*#000;*/
	border-radius: 15px 0px 15px 0px;
}

ul a.current {
	color: #000;
	background: #ceb719;
	border: 3px solid #ceb719;
	border-radius: 15px 0px 15px 0px;
}

ul a.current:hover {
	border-radius: 0px 15px 0px 15px;
}

ul.menu li ul { /* second-level lists */
	position: absolute;
	/*background: #ceb719;*/
	background: #ccc;
	border: 10px solid #800000;
	border-radius: 0px 0px 20px 20px;
	margin: 10px;
	padding: 5px;
	width: 966px;
	z-index: 100;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

ul.menu li:hover ul, ul.menu li.sfhover ul { /* lists nested under hovered list items */
	margin: -1px 0px 0px -20px;
	padding: 0px 2px 6px 12px;
	left: auto;
	text-align: center;
	}

ul.menu li ul.sub {
	position: relative;
	z-index: 20;
	left: auto;
	float: left;
	margin: -1px 0px 30px -20px;
	padding: 0px 2px 6px 12px;
}

ul.menu li ul li a {
	font-weight: normal;
	color: #000;
	background: transparent;
	border-left: 3px solid #800000;
	border-bottom: 3px solid #800000;
	border-right: 3px solid #ccc;
	border-top: 3px solid #ccc;
	border-radius: 0px 0px 0px 15px;
	font-size: 65%;
	text-align: center;
}

ul.menu li ul li a:hover {
	color: #ccc;
	background: #800000;
	border-left: 3px solid #800000;
	border-bottom: 3px solid #800000;
	border-top: 3px solid #800000;
	border-right: 3px solid #800000;
	border-radius: 0px 15px 0px 15px;
}

ul.menu li ul li a.current {
	color: #ccc;
	background: #800000;
	border-left: 3px solid #800000;
	border-bottom: 3px solid #800000;
	border-top: 3px solid #800000;
	border-right: 3px solid #800000;
	border-radius: 0px 15px 0px 15px;
}

ul.menu li ul li a.current:hover {
	color: #000;
	background: transparent;
	border-left: 3px solid #800000;
	border-bottom: 3px solid #800000;
	border-right: 3px solid #800000;
	border-top: 3px solid #800000;
	border-radius: 0px 15px 0px 15px;
}

h3, h4, p, #content ul, #footer ul {
	margin: 20px;
}

h4 {
	margin-top: 40px;
}

h4.right {
	text-align: right;
	margin-top: -52px;
}

img.logo {
	float: left;
	clear: left;
	padding: 10px;
	margin: 0px;
	height: 250px;
}

#spacer {
	height: 70px;
}
	
#content {
	background: #FFF;
	clear: both;
	margin: 35px 0px 10px 0px;
	border: 10px solid #E6E6E6;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar {
	float: right;
	width: 300px;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	background: #E9DE96; /*#ceb719;*/
	border: 5px solid #ceb719;
}

#sidebar h4 {
	margin-top: 0px;
}

p, #content ul li {
	margin: 20px;
	text-align: left;
	line-height: 1.5;
}

#content ul {
	margin: 0px;
}

#sidebar p {
	margin: 10px 20px 10px 20px;
}

p.right {
	float: right;
}

p.left_caption {
	float: left;
	clear: left;
	font-style: italic;
	font-size: 80%;
	margin: 5px 20px 20px 20px;
	width: 300px;
	text-align: center;
}

p.quote {
	margin: 20px 60px 20px 60px;
	padding: 10px;
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	background: #E6E6E6;
	font-family: Palatino Linotype, Palatino, Bookman Old Style, Times New Roman, Serif;
}

table.border td {
	border: 1px solid #ccc;
	padding: 5px;
}
	
ul.check {
	list-style-image: url(img/check.gif);
	margin: 20px;
	}
	
#right, #left {
	width: 480px;
	margin: 0px;
	padding: 5px;
	margin-top: -30px;
}

#left {
	float: left;
}

#right {
	float: right;
}
		
#footer {
	background: #E6E6E6;
	margin: -20px 0px 0px 0px;
	padding: 30px 0px 20px 0px;
	border-top: 10px solid #E6E6E6;
	border-right: 10px solid #E6E6E6;
	border-left: 10px solid #E6E6E6;
	border-bottom: 10px solid #E6E6E6;
	border-radius: 0px 0px 20px 20px;
	/*border-top: 5px solid #ceb719;*/
}

#footer ul li {
	display: inline;
	line-height: 2;
	margin: 10px;
	text-indent: 0px;
	padding: 0px;
}

#footer a.current {
	color: #800000;
}

#footer h4 {
	display: inline;
}

#footer h5 {
	margin: 0px;
}

#footer p, #footer table {
	text-align: left;
	margin: 20px 20px 0px 20px;
}

#footer td {
	border-right: 5px solid #ccc;
	padding: 0px 10px 5px 10px;
}

#footer a {
	padding-top: 5px;
}

span.sc {
	font-variant: small-caps;
	font-size: 110%;
}