/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
}
/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #800019;
}
h1 {
	font-size: 144%;
	color: #039;
}
h2 {
	font-size: 122%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Text Styles */
p, th, td, dd, dt, li, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
	font: .9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 133%;
	letter-spacing: 1px;
}
table {
	line-height: normal;
	padding: 0;
	margin: 0;
	font-size: 100%;
}
/*nest fixes */
td p { 
	font-size: 100%; 
} 
ul { 
	font-size: 100%;
}
/*End nest fixes */
blockquote {
color:#D74622;
float:left;
font-size: 1em;
font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;
margin:0;
padding:5px;
width:10em;
line-height: normal;
}
q {
  font-style: italic;
  font-size: 100%;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
	font-size: .75em;
	line-height: normal;
}
big {
  font-size:1.2em;
  line-height: normal;
}
/* Links and Images */
a:link, a:visited {
	color: #009;
	text-decoration: none;
}
a:hover { 
	color: #600;
	text-decoration: underline;
}
a:active { 
	color: #036;
	text-decoration: none;
}
a:focus
{
    outline:1px dotted;
    outline-offset:2px;
    -moz-outline-radius:5px;
}
img {
	border: none;
	font-family: "Comic Sans MS", cursive;
	color: #999;
}
.image_border {
	padding: 5px;
}
/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 100%;
}
label {
cursor: pointer;
}
/* Common Classes */
.smallstuff { font-size: .75em; }
.clear { clear: both; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; width:100%; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.red {
	color: #F00;
}
p + h2 { 
	margin-top: 1.5em; 
}
h2 + p {
	margin-top: 5px;
}
.sidebar_lg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: center;
	color: #630;
}
.sidebar_sm {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}
.scroller {
	font-family:"Courier New", Courier, monospace;
}