/* Define sitewide defaults */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ECD694;
	padding: 0;
	text-align: center;
	background-image: url(/images/bkgrn.jpg);
	background-repeat: repeat-x;
	background-color: #002447;
}
p {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 15px;
}
div > p {
	margin-top: 0;
}
ol, ul {
	line-height: 140%;
	margin: 0 0 15px 1em;
	padding: 0 0 0 1em;
}
ul li {
	list-style-type: disc;
}
table {
	margin: 0 0 15px 0;
}
th, td {
	font-size: 13px;
	vertical-align: top;
	padding: 4px;
}
form, select, input {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
a:link {
	color: #FC0;
	text-decoration: underline;
}
a:visited {
	color: #FC0;
	text-decoration: underline;
}
a:hover {
	color: #4281BA;
	text-decoration: underline;
}
a:active {
	color: #4281BA;
	text-decoration: underline;
}
li a:link {
	text-decoration: none;
	border-bottom: 0;
}
li a:visited {
	text-decoration: none;
	border-bottom: 0;
}
li a:hover {
	text-decoration: none;
	border-bottom: 0;
}
li a:active {
	text-decoration: none;
	border-bottom: 0;
}
h1 {
	font-size: 20px;
	margin: 0;
	color: #FFF;
}
h2 {
	font-size: 16px;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 13px;
	margin: 0;
	color: #FFF;
	line-height: 140%;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #300;
	line-height: 12px;
}

/* Define custom classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.bold {
	font-weight: bold;
}
p.specialHeadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}
.imgOutline {
	padding: 4px;
	margin: 0 0 8px 0;
	background-color: #FFF;
	border-right: 1px solid #300;
	border-bottom: 1px solid #300;
}
.superscript {
	font-size: 9px;
	vertical-align: super;
	line-height: 130%;
	margin-right: 2px;
	margin-left: 2px;
}
.blockquote {
	margin-right: 50px;
	margin-left: 50px;

}

/* Define color palette */
.white {
	color: #FFF;
}
.black {
	color: #000;
}
.red {
	color: #C33;
}
.darkRed {
	color: #300;
}
.yellow {
	color: #FC0;
}
.cream {
	color: #ECD694;
}
.blue {
	color: #4281BA;
}
.sakamotoBlue {
	color: #00529B;
}

/* Define general shell */
.master {
	width: 770px;
	background-color: #900;
	margin: auto;
	text-align: left;
	background-image: url(/images/bkgrn_content.jpg);
	background-repeat: repeat-x;
}
.leftNav {
	width: 200px;
	background-image: url(../images/lfnav_bkgrn.jpg);
	background-repeat: no-repeat;
	float: left;
	min-height: 400px;
}
.leftNav ul {
	margin: 0;
	padding: 10px 0 0 0;
}
.leftNav ul li {
	padding: 0 0 0 20px;
	margin: 10px 0;
	text-transform: uppercase;
	list-style-type: none;
	font-weight: bold;
}
.leftNav ul ul {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
.leftNav ul li li {
	padding: 0;
	margin: 0;
	text-transform: none;
	list-style-type: none;
	font-weight: normal;
}
.leftNav a:link {
	color: #FFF;
}
.leftNav a:visited {
	color: #FFF;
}
.leftNav a:hover {
	color: #4281BA;
}
.leftNav a:active {
	color: #4281BA;
}
.contactUs {
	padding: 10px 0 0 20px;
	line-height: 120%;
}
.contactUs h4 {
	margin: 0 0 8px 0;
}
.emailSignup {
	padding: 10px 0 0 20px;
}
.emailSignup input {
	margin: 6px 0 0 0;
}
.emailSignup h4 {
	margin: 0;
}
.footer {
	margin: 15px 10px 0 10px;
	padding: 10px 0;
	border-top: 1px solid #300;
	text-align: center;
	color: #300;
	font-size: 11px;
}
.footer a:link {
	color: #300;
}
.footer a:visited {
	color: #300;
}
.footer a:hover {
	color: #4281BA;
}
.footer a:active {
	color: #4281BA;
}
.printOnly { 
	display: none; 
}
