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


body {
	font: 90% Georgia, "Times New Roman", Times, serif;
	background-image:url(images/poppyswirls.gif);
		background-color: #FF6600;
	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: #333;
}



/*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: #993300; text-decoration:none;}
a:visited {color: #993300; text-decoration:none;}
a:hover {color:#660033; text-decoration:none;}
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: #fff; text-decoration:none;}
a.darkbg:visited {color: #fff; text-decoration:none;}
a.darkbg:hover {color: #fff; text-decoration:underline;}
a.darkbg:active {color:#fff; text-decoration:underline;}

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


#container {
	border:1px #CC3300 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:12em;
font-size:90%;

float:left;}

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

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

#footer
{text-align:center; color: #CC9966; border-top: 1px solid #CC9966; font-size:11px; line-height:1.5em;}

h1 {font-family: "Herculanum",Papyrus; font-size:24px; color:#660033; font-weight:200;}
h2 {font-family: "Herculanum",Papyru,Constantia; font-size:18px; color:#660033; 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;}