/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: fixed;
  background-color: #C00;
}
body {
  color: #333;
}

/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #870C0A;
	margin: 0px;
	letter-spacing: .1em;
	font-variant: small-caps;
}
h1 {
	font-size: 118%;
}
h2 {
	font-size: 113%;
}
h3 {
	font-size: 111%;
}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
	font: 1em/1.45  Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
	font-size: .8em;
	line-height: normal;
}
.smalltext {
	font-size: .6em;
	line-height: normal;
}
big {
  font-size:1.2em;
  line-height: normal;
}
/* Links and Images */
img {
	border: none;
	padding: 3px;
}
a:link, a:visited {
	color: #870C0A;
	text-decoration: none;
}
a:hover { 
	color: #d00000;
	text-decoration: underline;
}
a:active { 
color: #333;
	text-decoration: underline;
}
/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}
/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.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; } /* 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;
	margin-left: 0; 
	padding-left: 0;
}
/*divs*/
#wrapper {
	width: 725px;
	margin: 0 auto;
	padding-bottom: 0;
}
#strapline {
	width: 666px;
	margin: 0 auto;
	padding: 11px;
}
.strapline {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .9em;
	letter-spacing: 2px;
	text-align: center;
	line-height: normal;
	color: #666;
	font-variant: small-caps;
}
#header {
	width:687px;
	margin-left: 19px;
	height: 118px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #fff;
	border-top:1px solid #DEDDD9;
}
#indent1 {
	text-indent: 10px; 
}
/*new menu*/
#tabs {
	float:left;
	width:687px;
	margin-left: 19px;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #DEDDD9;
	background-color:#FFF;
	}
#tabs ul {
	margin:0;
	padding:10px 10px 0 27px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background: url(../images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs a span {
	float:right;
	display:block;
	background: url(../images/tabright.gif) no-repeat right top;
	padding:2px 10px 3px 6px;
	margin-right: 3px;
	color:#FFD705;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFE44F;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}  
/*content*/
#left_column {
	float: left;
	width: 380px;
	padding: 0;
	margin-top: 20px;
	padding-left: 40px;
}
#right_column {
	float: right;
	width: 230px;
	padding: 0px;
	margin-top: 20px;
	padding-right: 40px;
}
#full_width {
	float: left;
	width: 646px;
	padding: 0;
	margin-top: 20px;
	padding-left: 40px;
	clear: both;
}
#footer {
	clear: both;
	width: 444px;
	margin: 0 auto;
	padding-top: 22px;
	height: auto;
}
#footer a {
	color: #D2D2D2;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: .75em;
	font-family: "Courier New", Courier, monospace;
}
#newsletter {
	z-index: 1; 
	position: fixed; right: 0px; bottom: 11px; 
	width: 190px;
	height: 79px;
}
.newsletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFD705;
	line-height: 155%;
}
/*Funky Typography*/
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:3em;
	margin-top:-0.5em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
	width: auto;
}
.red {
	color: #F00;
}
/*Large initial letter*/
.initial:first-letter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
}
p + h2 { 
	margin-top: 1.5em; 
}