body  {
	margin: 15px 0 0 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg.jpg) repeat-x left top;
	font-weight: lighter;
	text-decoration: none;
}
h1 , h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #B30000;
	text-decoration: none;
	text-align: left;
	font-weight: lighter;
	letter-spacing: 0.125em;
	line-height: 1.2;
}
.italic {
	font-style: italic;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto 1em;
	background: #D5C5A9;
	color: #680000;
	display: block;
} 
.twoColFixRtHdr #header {
	height: 150px;
	padding-bottom: 0px;
	background: #680000 url(../images/banner.jpg) no-repeat center bottom;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 1475px;
	color: #E0C4A3;
	text-decoration: none;
	text-align: left;
	font-family: "Myriad Pro Condensed", "Trebuchet MS Bold Italic", "Helvetica CY Plain", sans-serif;
	font-weight: bold;
	padding: 0px;
	font-size: 2em;
	background: #DAC5A6;
}
#sidebar1 a {
	color: #E6CFAF;
	text-decoration: none;
	display: block;
	margin: 6px 0px;
	padding: 8px 5px 8px 10px;
	border-left: 8px solid #B2691A;
	background: #7F0000;
	font-weight: bold;
	border-right: 4px solid #260000;
}
#sidebar1 a:hover {
	color: #640000;
	background: #D5C5A9;
}
#sidebar1 a:active {
	color: #FFF;
	background: #4F0000;
	letter-spacing: 0.125em;
}
.twoColFixRtHdr #mainContent {
	margin: 0 185px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Myriad Pro Condensed", "Trebuchet MS Bold Italic", "Helvetica CY Plain", sans-serif;
	color: #4F0000;
	padding-left: 50px;
	text-align: left;
	padding-right: 50px;
	font-size: small;
	line-height: 1.5em;
	text-decoration: none;
	word-spacing: normal;
} 
.extraspace {
	line-height: 1em;
	text-decoration: none;
	padding-top: 3em;
}
#container img {
	display: block;
	margin-right: auto;
	padding-right: 25px;
}
#mainContentTop {
	padding-left: 75px;
	padding-top: 10px;
	padding-right: 35px;
}
#mainContentMiddle {
}
.twoColFixRtHdr #container #mainContent #mainContentMiddle {
	padding-right: 15%;
	padding-left: 10%;
	background: #DAC5A6;
	font-size: 15px;
	line-height: 1.74em;
	margin-top: 2.5em;
}
#mainContentBottom {
}
#container #mainContent p {
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	font-family: "Myriad Pro Condensed", "Trebuchet MS Bold Italic", "Helvetica CY Plain", sans-serif;
	text-decoration: none;
	background: #000;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Myriad Pro Condensed", "Trebuchet MS Bold Italic", "Helvetica CY Plain", sans-serif;
	font-size: x-small;
	font-weight: 100;
	color: #FFF;
	text-align: center;
	padding: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #FFF;
	font-family: Myriad Pro Condensed, Trebuchet MS Bold Italic, Helvetica CY Plain, sans-serif;
	font-size: x-small;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #940000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
.twoColFixRtHdr #container #homeimage {
	padding-left: 125px;
	background: #DAC5A6;
}
.twoColFixRtHdr #container #mainContent #mainContentTop h1 {
}
.alignright {
	font-size: 0.75em;
	line-height: 1.25em;
	text-decoration: none;
	text-align: right;
	margin-top: -2em;
}
.twoColFixRtHdr #container #mainContent #mainContentMiddle div {
	text-align: right;
	margin-bottom: 35px;
}
.twoColFixRtHdr #container #mainContent #mainContentMiddle div {
	text-align: right;
	margin-top: -2em;
}
.twoColFixRtHdr #container #mainContent #mainContentMiddle #q3 p .alignright {
	text-align: right;
	margin-left: 50px;
}
.twoColFixRtHdr #container img2 {
	margin-left: 50px;
}
.reallybigtype {
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.75em;
	text-align: left;
}
