@charset "UTF-8";
/* CSS Document */

/* ----------- Setting font sizes for site ----------- */
body {
	font: 76.0% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000066;
}
INPUT, SELECT, TH, TD {
	font-size:1em;
}
P {
	line-height: 1.5em
}
.header {
	font-size: 1.40em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}
.footer {
	font-size: 0.825em;
}
div.container {
	padding: 10px 20px 10px 20px;
	height: 448px;
	width: 518px;
	overflow: auto;
	font-size: 1em;
	text-align: left;
}

/* ----------- Container for Multimedia pages ----------- */
div.multimedia {
	padding: 10px 10px 10px 20px;
	height: 448px;
	width: 528px;
	overflow: auto;
	font-size: 1em;
	text-align: left;
	color: #000066;
}
div.caption  {
	padding: 5px 10px 0 10px;
	font-size: 0.825em;
	color:#888888
}
td.tables {
	font-size: 0.875em;
}
td.arrow  {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.floatleft {
	float: left;
	margin: 5px 10px 10px 0;
	line-height: 1.50em;
}
.clear {
	clear: both;
}
.picture {
	background-color: #FFFFFF;
	border-bottom-width: medium;
	border-style: solid;
	border-color: #D6D6D6;
	border-width: 1px;
	padding: 8px 8px 12px 8px;
}

/* ----------- Colors ----------- */
.red {
	color: #990000;
}
.white {
	color: #FFFFFF;
	font-size: 1em;
}
/* Cat's favorite color */
.purple {
	color: #660099;
}

/* ----------- DISQUS Commenting CSS ----------- */
#dsq-content #dsq-comments .dsq-comment-rate { 
	display: none !important; 
}
#dsq-content { 
	width: 480px;
	font-size: 1em
}

/* ----------- Link Styles ----------- */
a:link, a:active, a:visited  {
	text-decoration: none; 
	outline: none; /* hide dotted outline in Firefox */
}
a:hover {text-decoration: underline; 
}
div.video {
	padding: 4px;
	float: left;
	width: 30%;
	text-align: center;
	border: solid 1px #CCC;
	font-size: 0.825em;
}
div.spacer {
	clear: both;
}

