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;
     
}

/* '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: Arial;
    font-size: 76%;
    background-image: url(Images/bg_tile.jpg);
    background-repeat: repeat;
    color: #663300;
}

h1, h2, h3, h4, h5, h6
{
    color: #663300;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin:0;
	font-size:large;
	font-weight: normal;
}

h2
{
    margin: 0.5px 0 0.5px 0;
    font-size: large;
    font-weight: bold;

}

h3 {
	margin: 0.5em 0;
	font-size: medium;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: Large;
	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;
}
p  {
    margin: 1em 0;
    line-height:1.4;
    color: #663300;
}
a
{
    text-decoration: underline;
    color: #663300;
    font-size: x-small;
	font-weight: normal;
}

ul
{
    color: #663300;
}

li
{
    color: #663300;    
}

a:hover {text-decoration:none;}

#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-repeat:repeat-y;
	background-position:top right;
}

/* 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;
	} 

/* 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-repeat:repeat-y;

} 

/* 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;
}
#leftcolumn
{
    float: left;
    width: 152px;
    margin-right: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
    font-size: 0.9em;

}

html>body #leftcolumn{margin-right:0;}

#leftcoltop{

	background-position:bottom right;
	background-repeat:no-repeat;
}
#loginbox
{
    height: 195px;
    padding: 5px 0.5em;
    border: 1px solid #663300;
    color: #663300;
    margin-bottom: 2px;
}

* html #loginbox {height:140px;}

#loginbox h4 {margin:0;}

#leftbarcontainer
{
    
    border: 1px solid #663300;
    height:663px;
}
#subnav
{
    border: Thick ridge #FF6600;
    padding-bottom: 1em;
    overflow: hidden;
    
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

.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)*/
}
html>body #rightcolumn{margin-left:0;}

#rightcoltop
{
    text-align: left;
    color: #663300;
    font-size:8px;
}

#rightcoltop a {color:#663300;}

#searchbox
{
    position: relative;
    height: 191px;
    margin-bottom: 2px;
    border: 1px solid #663300;
    
}

#searchbox div {
     
    bottom:0.5em; 
    text-align:right;
    right: 40px;
}
#loginbox .txtBox, #searchbox .txtBox {
    border:1px solid #CC6600;
  
    font-size:1em;
}
#rightbarcontainer {
	
	padding:4em 0.5em;
	border: 1px solid #663300;
	height:564px;
}
.rightbaritem{
	padding:2em 0.5em;
	background-image:url(Images/rightbarheader.gif);
	background-repeat:no-repeat;
	
}
#centercolumn{
	height:1%;
	margin:0;
	background-image:url(Images/ArtColumn1.gif);
	background-repeat:repeat-x;
	background-position:top right;
}
html>body #centercolumn {
	height:auto;
	margin-left:152px;
	margin-right:152px;
}
#centercoltop{
	height:18px;	

}

html>body #centercoltop {height:19px;}

#mainnav
{
    height: 22px;
    background-repeat: inherit;
    background-position: left bottom;
}

html>body #mainnav {height:21px;}

#mainnav a {}

#mainnav a:hover {}

#mainnav table {text-align:right;}

#mainnav .item
{

    padding: 0em 4px 0em 4px;
    font-weight: bold;
    color: #663300;
}



#mainnav .hover{}

#mainnav .selected
{
    background-position: center;
    background-image: url(Images/but2.gif);
    width: 102px;
    list-style-type: none;
    text-align: center;
    color: #663300;
    background-repeat: no-repeat;
    
}

    
#header
{
    position: relative;
    height: 134px;
    margin: 2px;
    border: 1px solid #663300;
    background-image: url(Images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    
}

#maincontent
{
    margin: 1px;
    background-position: top;
    border: 1px solid #663300;
    background-image: url(Images/ArtColumn1.gif);
    background-repeat: repeat-x;
    height: 644px;
    padding-top: 20px;
    padding-left: 6px;
    padding-bottom: 2px;
    padding-right: 1px;
}

#maincontent .teaser {
	margin:-0.7em 0 0 0;
	color:#663300;
}



#maincontent fieldset
{
    margin-bottom: 1em;
    border: 1px dotted #663300;
    color: #663300;
}

#maincontent legend {background-color:#FFFFFF;}

* html #maincontent legend {padding:0.5em;}

#maincontent label {line-height:2em;} 

#maincontent .txtBox
{
    border: 1px solid #663300;
    font-size: small;
    background-color: #FFFFFF;
}

html > body #maincontent .txtBox
{
    font-size: 1em;
}

#maincontent .txtBox:focus {background-color:#FFFFFF;}   
    
#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

#maincontent table tr td {padding: 0.2em 0.5em;}  

.button
{
    border: 4px outset #FF6600;
    color: #482400;
    background-color: #CC6600;
    font-size: smaller;
    width: auto;
}    
.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:left;
}
#footer
{
    margin: 2px;
    padding: 0.5em;
    font-size: smaller;
    text-align: center;
}

#footer a {padding:0 0.5em;}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:11pt;
		line-height:13pt;
	
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background: none;
	}	
	#wrapper {
		border-bottom-style:none;
		background:none;
	}	
	a
    {
        color: #663300;
        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;}
}


