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
{
    padding: 0 386px;
    margin: 20px 0;
    text-align: center;
    font-family: "Lucida Sans" , Verdana, "Lucida Grande" , Arial, sans-serif;
    font-size: 76%;
    background-color: #000000;
    color: #330000;
}

h1, h2, h3, h4, h5, h6
{
    color:#933126;
}

/*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.5em 0;
	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;
}

p {margin:2em 0;line-height:1.4;}

a {
	text-decoration:underline;
	color:#933126;
}

a:hover {text-decoration:none;}

#sizer {
	width: 58%;
	max-width: 192px;
	margin: 0 auto;
	padding: 0;
}
#expander {	
	position: relative;
	min-width: 772px; /* Critical Safari fix! */
	margin: 0 -386px 0 -386px;	
	background: #008080;
	background-image:url(Images/leftcolnew_bg.png);
	background-repeat:repeat-y;
	background-position:top left;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	border-left:10px solid #FFFFFF;
	border-bottom:10px solid #FFFFFF;
	text-align:left;
	background-image:url(Images/rightcolnew_bg.png);
	background-repeat:repeat-y;
	background-position:top right;
} 

/* 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;
    border-top: 10px solid #FFFFFF;
    margin-right: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
    font-size: 0.9em;
    background-color: teal;
}

html>body #leftcolumn{margin-right:0;}

#leftcoltop{height:40px;}

#loginbox {
	padding:5px 0.5em;
	min-height:130px;	
}

* html #loginbox {height:130px;}

#loginbox h4 {margin:0;}

#leftbarcontainer {padding:4em 0.5em;}

#subnav {
	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)*/
    font-size: 0.9em;
    background-color: #22483f;
}

html>body #rightcolumn{margin-left:0;}

#rightcoltop{	
	padding:5px 20px 5px 10px;
	height:25px;
	border-bottom:15px solid #FFFFFF;	
	text-align:right;
	color:#FFFFFF;
	background-color:#000000;
}

#rightcoltop a {color:#FFFFFF;}

#searchbox {
	position:relative;
	margin:0;
	padding:5px 0.5em;
	height:130px;
	background-color:#8EC155;
	background-image: url(Images/searchnew_bg.jpg);
	background-repeat: no-repeat;
}
#searchbox div {
    position:absolute; 
    bottom:0.5em; 
    text-align:right;
}
#rightbarcontainer {
	padding:4em 0.5em;
	border-right:10px solid #FFFFFF;	
	background-color:#22483f;
}

.rightbaritem{padding:2em 0.5em;}

#leftcolumn h4, #rightcolumn h4 {font-family: Arial, Helvetica, Sans-Serif;}

#centercolumn
{
    height: 1%;
    margin-bottom: -20px;
    background-color: #416c8f;
}
html>body #centercolumn {
	height:auto;
    margin-bottom:0;
	margin-left:152px;
	margin-right:152px;
}
#centercoltop{
	height:25px;	
	border-top:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	background-color: #008080;
}
#mainnav {	
	height:15px;
	font-size:1em;
	background-color:#FFFFFF;
}

#mainnav a {color:#FFFFFF;}

#mainnav a:hover{}

#mainnav table {text-align:right;}

#mainnav .item {
	font-weight:bold;
	background-color:#933126;	
	padding:1px 1em;
}

#mainnav .hover{color:#F1AC2C;}

#mainnav .selected {background-color:#85B94A;}

#header {
	position:relative;
	height:140px;
	margin:0;
	border-left:10px solid #FFFFFF;
	background-color:#85B94A;
	background-image:url(Images/headernew_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#maincontent {
	margin:0;
	padding:4em 2em;
	border-left:10px solid #FFFFFF;
}
#maincontent .teaser
{
    color: #eae8dc;
    margin: -0.7em 0;
}

#maincontent table tr td {padding: 0.2em 0.5em;} 

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}

#maincontent legend {color:#4682b4;}

* html #maincontent legend {
    padding:0.5em;
    background-color:#F7DE8A;
}
#maincontent caption {
    text-align:left; 
    font-weight:bold;
}
.button {
    border:1px solid #963427;
    font-size:1em;
    background-color:#F7DE8A;
    color:#964327;
    } 
#maincontent .button {
    padding:0.1em 0.3em;
    border-color:#963427;
    background-color:#F1AC2C;
    color:#FFFFFF;
}
.txtBox {
    border: 1px solid #964327;
    font-size:1em;
    background-color:#FFFFFF;
}

html>body #maincontent .txtBox{font-size:1.2em;}

.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:0; 
	padding:0 0 1.5em 2.8em;
	border-left:10px solid #FFFFFF;
	font-size:smaller;
}

* html #footer {padding:0 0 2.5em 4.6em;}

#footer a {padding:0 0.5em;}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:10pt;
		line-height:12pt;
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		position:static;
		margin:0 !important;
		background: none;
	}	
	#wrapper {
		border: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;
	}
	
	/*Turn off the transparent gif logo as it looks rather unsightly on paper. */
	#header img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:transparent;
	}
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}