/*
	Color Scheme:
	Dark Orange #CA3800
	Light Orange #FFD8C6
	Dark Purple #5C2791
	Light Purple #E0CDF7
	
	Logo is 212x82
*/

a img { border: none; }

body { margin: 0; font-family: Verdana, sans-serif; font-size: 80%; color: #5C2791; }

div.logo { width: 212px; background: #E0CDF7; }

div.tnav { height: 26px; background: #CA3800; color: white; }
div.tnav table { text-transform: uppercase; height: 100%; }
div.tnav table td { padding: 0 15px; }
div.tnav table td.cur { background: #5C2791; }
div.tnav table td a { color: white; text-decoration: none; }
div.tnav table td a.cur:hover { color: white; }
div.tnav table td a.cur { background: #5C2791; }
div.tnav table td a:visited { color: white; }
div.tnav table td a:hover { color: #5C2791; }

div.tnav_sp_1 { height: 28px; }
div.tnav_sp_2 { height: 28px; background: #E0CDF7; }
div.tnav_sp_3 { height: 26px; background: #CA3800; }
div.tnav_sp_4 { height: 28px; }
div.tnav_sp_5 { height: 28px; background: #E0CDF7; }

div.lnav { text-align: right; background: #E0CDF7; vertical-align: top; width: 100%;}
div.lnav ul { list-style: none; margin: 0; padding: 0.5em; }
div.lnav ul li { font-size: 120%; padding: 0.25em; padding-right: 15px; }
div.lnav ul li.cur { border-left: 1px solid; border-right: 10px solid; border-top: 1px solid; border-bottom: 1px solid; padding-right: 5px; }
div.lnav ul li a { padding: 5px; margin: -4px; display: block; text-decoration: none; color: #5C2791; }
div.lnav ul li a:hover { padding: 4px 14px 4px 4px; margin: -4px -14px -4px -4px; border: 1px solid; }

div.body { padding-left: 1em; padding-right: 1em; padding-bottom: 1em; vertical-align: top; }

div.rnav { width: 120px; background: #E0CDF7; }

div.bnav { text-align: center; vertical-align: middle; background: #5C2791; color: white; padding: 0.25em; font-size: 90% ;}
div.bnav ul { list-style: none; padding: 0; margin: 0; }
div.bnav ul li { display: inline; }
div.bnav ul li.bar { color: #CA3800; }
div.bnav ul li a { color: white;	background: #5C2791; text-decoration: none; }
div.bnav ul li a:hover { color: #FFD8C6; background: #5C2791; text-decoration: underline; }

div.copyright { text-align: center; font-size: 80%; padding: 2px; }
div.copyright a { text-decoration: none; color: #5C2791; }
div.copyright a:hover { text-decoration: underline; }

td.left { width: 212px; background: #E0CDF7; vertical-align: top;}
td.middle { vertical-align: top; }
td.right { width: 120px; background: #E0CDF7; }

dt { font-weight: bold; margin-left: 1em; }
dd { padding-bottom: 1em; }

p.figure { text-align: center; font-weight: bold; font-size: 75%; padding-bottom: 2em;}
p.figure img { padding-bottom: 0.5em; }

div.copyright span.attribution { font-family: trebuchet, arial, helvetica; }
div.copyright span.attribution a span.first { font-size: 120%; text-transform: lowercase; }
div.copyright span.attribution a span.last { font-size: 100%; text-transform: uppercase; }
