html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
     vertical-align:top;
}

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body {
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family:Kristen ITC;
	font-size:76%;
	background-image:url(Images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#333333;
}

h1, h2, h3, h4, h5, h6 {color:#573922;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin:0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin:0 0 0 30px;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
H3
{
    font-size: 14pt;
    color: #cc3366;
    font-family: 'Kristen ITC';
    text-decoration: none;
    font-weight: bold;
    margin-top: 0;
}
H6
{
    font-size: 11pt;
    color: black;
    font-family: 'Kristen ITC';
    text-decoration: none;
    font-weight: bold;
    margin-top: 0;
}
p  {
    margin: 1em 0;
    line-height:1.4;
}
a {
	text-decoration:none;
	color:#F369B1;
}
table   
{
    background-color:Transparent;
}

a:hover {text-decoration:underline;}
.gridLabel
{
    font-size:8pt;
}
.gridHeaderFr
{
    font-size: 16pt;
    color: #cc3366;
    font-family: 'Kristen ITC';
    background-color:Transparent;
}
.gridHeader
{
    font-size: 14pt;
    text-transform: uppercase;
    color: #cc3366;
    font-family: 'Showcard Gothic';
    background-color:Transparent;
}
.tinyHeaderFr
{
    font-size: 7pt;
    color: #cc3366;
    font-family: 'Kristen ITC';
    text-align:center;
}
.tinyHeader
{
    font-size: 8pt;
    text-transform: uppercase;
    color: #cc3366;
    font-family: 'Showcard Gothic';
    text-align:center;
}

.tinyLabelFr
{
    font-size: 7pt;
    color: #003399;
    font-family: 'Kristen ITC';
    text-decoration: none;
}
.tinyLabel
{
    font-size: 8pt;
    text-transform: uppercase;
    color: #003399;
    font-family: 'Showcard Gothic';
    text-decoration: none;
}

.gridHeaderFrSm
{
    font-size: 11pt;
    color: #cc3366;
    font-family: 'Kristen ITC';
    text-decoration:none;
}

.gridHeaderSm
{
    font-size: 12pt;
    text-transform: uppercase;
    color: #cc3366;
    font-family: 'Showcard Gothic';
    text-decoration:none;
}
.gridHeaderFrSm:Hover
{
    font-size: 11pt;
    color: #cc3366;
    font-family: 'Kristen ITC';
    text-decoration:underline:
}
.gridHeaderSm:Hover
{
    font-size: 12pt;
    text-transform: uppercase;
    color: #cc3366;
    font-family: 'Showcard Gothic';
    text-decoration:underline:
}
.gridTitleFr
{
    font-size: 12pt;
    color: #003399;
    font-family: 'Kristen ITC';
    text-decoration: none;
}
.gridTitle
{
    font-size: 11pt;
    text-transform: uppercase;
    color: #003399;
    font-family: 'Showcard Gothic';
    text-decoration: none;
}

.gridTitleFr:hover
{
    font-size: 12pt;
    color: #003399;
    font-family: 'Kristen ITC';
    text-decoration: underline;
}
.gridTitle:hover
{
    font-size: 11pt;
    text-transform: uppercase;
    color: #003399;
    font-family: 'Showcard Gothic';
    text-decoration: underline;
}

.gridTitleFrSm
{
    font-size: 8pt;
    color: #003399;
    font-family: 'Kristen ITC';
    text-decoration: none;
}
.gridTitleSm
{
    font-size: 7pt;
    text-transform: uppercase;
    color: #003399;
    font-family: 'Showcard Gothic';
    text-decoration: none;
}

.gridTitleFrSm:hover
{
    font-size: 8pt;
    color: #003399;
    font-family: 'Kristen ITC';
    text-decoration: underline;
}
.gridTitleSm:hover
{
    font-size: 7pt;
    text-transform: uppercase;
    color: #003399;
    font-family: 'Showcard Gothic';
    text-decoration: underline;
}
.floatL
{
     float: left;
}
.floatR
{
     float:right;
}
.floatN
{
     float:none;
}
.floatL1
{
    float: left;
    margin-left: 5px;
    font-family: 'Kristen ITC';
}
.floatR1
{
     float:right;
     margin-left: 5px;
    font-family: 'Kristen ITC';
}
.floatN1
{
     float:none;
     margin-left: 5px;
      margin-right: 5px;
    font-family: 'Kristen ITC';
}
#sizer {
	width: 58%;
	max-width: 192px;
	margin: 10px auto 0 auto;
	padding: 0;
}
#expander {
	position: relative;
	min-width: 772px; /* Critical Safari fix! */
	margin: 0 -386px 0 -386px;
	background: #FFFFFF;
	background-repeat:repeat-y;
	background-position:top right;
	/*border:solid 1px green;*/
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	border-bottom:1px solid #EBE4DE;
	text-align:left;
	/*background-image:url(Images/column_bg.gif);
        */
	
	background-repeat:repeat-x;
	background-image:url(Images/bg_tile.jpg);
	background-color:Transparent;
	
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}



#leftcoltop{
	height:40px;
	/*background-color:#FAECE8;	
	background-image:url(Images/leftcoltop.gif);
	background-position:bottom right;
	background-repeat:no-repeat;*/
}
#rightcoltop{	
	height:40px;
	/*background-color:#FAECE8;	
	background-image:url(Images/leftcoltop.gif);
	background-position:bottom right;
	background-repeat:no-repeat;	*/
}
#rightcoltop a {color:#563821;}

#searchbox 
{
    min-height:124px;	
	margin:2px;
	padding:5px 0.5em;
	/*border:1px solid #493221;*/
	/*background-color:#FFFFFF;*/
/*	background-image:url(Images/colgradient_short.jpg);*/
	background-repeat:repeat-x;
	/*color:#6D584D;*/
	height:140px;	
}

#searchbox div {
    text-align:right;
}
#loginbox .txtBox, #searchbox .txtBox {
    border:1px solid #64493E;
    /*background-color:#FFFFFF;*/
    font-size:1em;
}
#loginbox {
    min-height:124px;	
	margin:2px;
	padding:5px 0.5em;
	/*border:1px solid #493221;*/
	/*background-color:#FFFFFF;*/
	/*background-image:url(Images/colgradient_short.jpg);
	background-repeat:repeat-x;
	color:#6D584D;*/
	height:140;
}

* html #loginbox {height:124px;}

#loginbox h4 {margin:0;}

#leftcolumn{
	float:left;
	width:152px;
	margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	/*background-color:#EBE4DE;*/
	font-size:0.9em;
	height:950;
}
html>body #leftcolumn{margin-right:0;}

#leftbarcontainer {
	margin:2px;
	padding:2em 0.5em;
	background-color:Transparent;
	/*border:1px solid #6D5B4D;*/
	/*background-color:#FFFFFF;*/
	height:675px;
}
.leftbaritem {padding:2em 0.5em;}

#rightcolumn{
	float:right;
	width:152px;
	margin-left:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	/*background-color:#EBE4DE;*/
	font-size:0.9em;
	background-color:Transparent;
	height:950;
}
html>body #rightcolumn{margin-left:0;}

#rightbarcontainer {
	margin:2px;
	padding:2em 0.5em;
	/*border:1px solid #6D5B4D;*/
	background-color:transparent;
	height:675px;
	
}
.rightbaritem{
	padding:2em 0.5em;
}
#subnav {
	padding-bottom:1em;
	overflow:hidden;
	background-color:Transparent;
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

#mainnav a {}

#mainnav a:hover {}

#mainnav table {text-align:center;}

#mainnav .item
{
    font-weight: bold;
    color:Green;
}

html>body #mainnav .item {border-top:0px solid transparent;} 


#mainnav .selected {
	border-top:0px solid #FAEBE7;
}

html>body #mainnav .selected {border-top:1px solid #FAEBE7;} 


#centercoltop{
	height:1px;	
	margin-top:0px;
}
#centercolumn{
	height:1px;
	margin-top:0px;
	background-color:Transparent;
}
html>body #centercolumn {
	height:auto;
	margin-left:152px;
	margin-right:152px;
	margin-top:0px;
}
#mainnav
{
    background-color: transparent;
    font-size: 1em;
    background-repeat: repeat;
    /*border-right: #493221 0px solid;
    border-top: #493221 0px solid;
    border-left: #493221 0px solid;
    border-bottom: #493221 0px;*/
    position: relative;
    top: -10px;
    z-index: 1;
}

html>body #centercoltop {height:1px;}

   
#header
{
    position: relative;
    height: 124px;
    margin: 0px 2px 0px;
    /*background-color: #FFFFFF;*/
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top right;
    /*border-right: #493221 1px solid;
    border-top: #493221 1px solid;
    border-left: #493221 1px solid;
    border-bottom: #493221 1px solid;
    */
}
#maincontent {
	margin:2px;
	padding:.75em 1.5em;
	border:1px solid #EAA6CB;
	/*background-repeat:no-repeat;
	background-position:top right;*/
	background-color:Transparent;
}
#maincontent .teaser {
	margin:-0.7em 0 0 0;
	color:#A68866;
}

#maincontent h2:before{content: url(Images/magnolia_small.gif);}

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #EEA2CD;
	color:#573922;
}
* html #maincontent legend {
	padding:0.5em;
	background-color:#FFFFFF;
}

#maincontent label {line-height:2em;} 

#maincontent .txtBox {
    border:1px solid #DDD1C4;
    font-size:1em;
    background-color:#F5F2EF;
}

html>body #maincontent .txtBox {font-size:1.2em;}

#maincontent .txtBox:focus {background-color:#FFFFFF;}   

#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

#maincontent table tr td {background-color:Transparent; padding: 0.1em 0.5em;} 

.button {
    border:1px solid #64493E;
    color:#6D584D;
    background-color:#FAEBE7;
    font-size:smaller;
}    
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
div.readmore {
	text-align:right;
}
#footer {
    margin:2px;
    padding:0.5em;
    font-size:smaller;
}

#footer a {padding:0 0.5em;}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background: none;
	}	
	#wrapper {
		border-bottom-style:none;
		background:none;
	}	
	a {
		color:#666666; 
		text-decoration:underline;
	}
	
	#leftcolumn, #rightcolumn, #maincontent h2:before {display:none;}	
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		background:none;
	}
	#centercoltop {
		height:auto;
		background:none;
	}
	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}
	
	/*If the logo is a transparent gif it will look rather unsightly on paper, so you can turn 
		it off here. */
	#header img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:transparent;
	}
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}
.cssHeader
{
    text-align: center;
}
