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


body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	background-image:url(images/redswirls.gif);
		background-color: #C06;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330000;
	line-height:1.3em;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 11px ;
width: 825px; /*leave this value as is in most cases*/
overflow: hidden;
border-top: 1px solid #666633;
border-bottom: 1px solid #666633;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/

border-width: 1px 0;
background: black url(media/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background:url(media/indentbg2.gif) center center repeat-x;
}




a:link {color: #660066; text-decoration:none;}
a:visited {color: #660066; text-decoration:none;}
a:hover {color:#660033; text-decoration:underline;}
a:active {color:#660033; text-decoration:underline;}


.breadcrumb {color:#996600; font-size:11px;}

a.breadcrumb:link {color: #996600; text-decoration:underline;}
a.breadcrumb:visited {color: #996600; text-decoration:underline;}
a.breadcrumb:hover {color: #663300; text-decoration:underline;}
a.breadcrumb:active {color:#663300; text-decoration:underline;}

a.darkbg:link {color: #fcc; text-decoration:none;}
a.darkbg:visited {color: #fcc; text-decoration:none;}
a.darkbg:hover {color: #FCC; text-decoration:underline;}
a.darkbg:active {color:#FCC; text-decoration:underline;}

.darkbg {color: #FF99CC; font-size:10px;}

#container {
	border:1px #999966 solid;
	width:825px;
	background-color:#fff;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#mainContent {

	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#header {
width:825px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}
	
#column1{
margin:5px;
width:175px;
font-size:90%;
padding-right:5px;
float:left;}

#column2{
width:auto;
border-left: 1px solid #CC9966;
margin:5px 2px 5px 185px;
padding:5px;}

hr {border: 1px solid #CC9966;}

#footer
{text-align:center; color: #996600; border-top: 1px solid #CC9966; font-size:12px; clear:both;}

#footer a {color: #996600;}


h1 {font-family: "Herculanum",Papyrus; font-size:24px; color: #660033; font-weight:200;}
h2 {font-family: "Herculanum",Papyru,Constantia; font-size:18px; color: #990066; font-weight:200;}
h3 {font-family: "Herculanum",Papyrus,Constantia; font-size:18px; color:#660033;font-weight:200;}

.creds {margin-left:-20px; }

.title {letter-spacing:.1em; font-weight:bold;}

blockquote {border-bottom:#CCCC99 solid 1px; width:475px;}

	/* Miscellaneous classes for reuse */
.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;
}

.clearfix:after
{content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}


/*for IE6*/
*html . clearfix {
height: 1%;}

/*for IE7*/
*:first-child+html .group {
min-height: 1px;}

li {list-style-image: url(images/bullet.png); margin:0px; 5px 2px 5px;}

quote {float: left; margin-right: 8px; margin-top:-5px;}