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; */
	
	margin: 5px 5px 5px 5px; 
	/*width:960px;*/
	
/*	padding: 0 470px; */
	/* padding: 0 386px;  (Half min-width on #expander) */
	text-align: center; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	/*background-image:url(Images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;*/
	background-color:White;
	color:#333333;
}

/* Orange color was #E6673A, then #FF9900, now #CC6600 */
h1, h2, h3, h4, h5, h6 {color:#CC6600;}

/*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:#CC3300;
}
a:hover {
	text-decoration:underline;
	color:#FF2200;
}

/*a:hover {text-decoration:none;} */



/* Color was #ff9900 */
.colorOrange {color:#CC6600;}

/* Color was #3399ff */
.colorBlue {color:#4178E6;}

/* Color was #99cc00  666633 */
.colorGreen {color:#99cc00;}

#sizer
{
   /* margin: 5px 5px 5px 5px; */
	/* padding: 0; */
	
/*	margin: 10px auto 0 auto;
	padding: 0;
	width: 58%;
	max-width: 192px; */
}
#expander{
/*	min-width: 940px;*/ /*was 772px Critical Safari fix! */
/*	position: relative; */
/*	margin: 0 -470px 0 -470px; */ /* (Half min-width on #expander) 0 -386px 0 -386px */
/*	background-color:transparent; */
}

/* Holly hack for IE \*/
* html #expander {height: 0;}
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	text-align:left; 
	/*background-color:#FFFFFF;*/
	background-color:White;
} 

/* 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
{
/*    min-height:1000px; */
    
    height:1000px;
/*	float:left; */
/*	width:152px; */
/*	margin-right:-3px; *//* IE 3px display bug fix (in conjunction with the rule following below)*/
	
	background-image:url(Images/fade_left.jpg);

/*	background-color:#FFFFFF; */
	font-size:0.9em;
	/* My add */
	/*border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-left:1px solid #000000;
	border-right:2px solid #000000;
	border-right:3px solid Maroon;
	border-bottom:3px solid Maroon;*/
	
}

/*html>body #leftcolumn{margin-right:0;} */

#leftcoltop{
/*	height:25px; */
/*	height:50px;
	
	border-bottom:15px solid #FFFFFF;
	background-color:#1B3D6B;	*/
}
#loginbox {
	min-height:130px;	
	padding:5px 0.5em;
	background-color:#1B3D6B;
	/*background-image:url(Images/loginbox_bg.jpg);*/
	
	
	background-repeat:repeat-x;
	color:#FFFFFF;
}

* html #loginbox label {color:#FFFFFF;} 

#loginbox h4 {margin:0;}

#leftbarcontainer {
	padding:4em 0.5em;
	
	background-image:url(Images/fade_left.jpg);
	background-repeat:repeat-y;
	
	
	background-color:#FFFFFF;
}
#subnav {
	padding-bottom:1em;
	overflow:hidden;
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

.leftbaritem {padding:2em 0.5em;}

#rightcolumn
{
  /*  min-height:1000px; */
    
    height:1000px;    
/*	float:right; */
/*	width:152px;	*/
	/*margin-left:-3px;*/ /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#FFFFFF;
	background-image:url(Images/fade_right.jpg);
	/*background-position:0 40px;
	background-repeat:no-repeat;*/
	font-size:0.9em;
	/*
	border-left:3px solid Maroon;
	border-bottom:3px solid Maroon;*/

}

/*html>body #rightcolumn{margin-left:0;} */

#rightcoltop{	
/*	height:20px; */
/*	height:50px;	
	padding:0 1em 5px;
	border-bottom:15px solid #FFFFFF;
	text-align:right;
	color:#FFFFFF;
	background-color:#1B3D6B; */

  /*  	background-image:url(Images/fade_right.jpg);
	background-repeat:repeat-y;  */

}

#rightcoltop a {color:#FFFFFF;}

#searchbox {
	position:relative;	
	height:130px;
	padding:5px 0.5em;
	background-color:transparent;
}
#searchbox div {
    position:absolute; 
    bottom:0.5em; 
    text-align:right;
}
#rightbarcontainer {
	padding:4em 0.5em;
	
	background-image:url(Images/fade_right.jpg);
	background-repeat:repeat-y;
	
	background-color:transparent;
}

.rightbaritem{padding:2em 0.5em;}

#centercolumn{
    /*width:656px; */

/*	height:1%; */
	margin:0px 5px 0px 5px;
	background-color:#FFFFFF;
/*	background-image:url(Images/centercol_bg.jpg); 
	background-repeat:no-repeat;
	background-position:100% 40px; */
/*	border-left:5px solid White;
	border-right:5px solid White; */

}
/*html>body #centercolumn {
	height:auto;
	margin-left:152px;
	margin-right:152px;
}*/
#centercoltop{
/*	height:21px;	
	height:50px;		
	background-color:#1B3D6B;*/
}

html>body #centercoltop {/*height:22px;*/}


#mainnav {	
	font-size:1em; 
}

#mainnav a {color:#FFFFFF;}

#mainnav a:hover{	}

#mainnav table {text-align:right;}

#mainnav .item 
{
	border-top:3px solid #1B3D6B;
	font-weight:bold;
	color:#1B3D6B;
}

#mainnav .hover{
    /* New Stuff I added */
    border-top:3px solid #3399FF;
    background-color:#F9D29F;
}

#mainnav .selected {
	border-top:3px solid #FFFFFF;
	color:#FFFFFF;
	background-color:#1B3D6B;
}

#header {
	position:relative;
	/*height:140px;*/
	background-color:transparent;
}
#maincontent {
	/* padding:4em 2em;*/
	padding:1em 1em 1em 1em;
	background-color:transparent;
}
/*#maincontent .teaser {
	margin:-0.7em 0;
	color:#28578D;
}

#maincontent table tr td {padding: 0.2em 0.5em;} */

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}

#maincontent legend {
	color:#E6673A;
    background-color:#FFFFFF;
}

* html #maincontent legend {padding:0.5em;}

#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

html>body #maincontent .txtBox{font-size:1.2em;}

#maincontent .txtBox {background-color:#F4F7FA;}
    
#maincontent .txtBox:focus {background-color:#FFFFFF;}

.txtBox {
    border: 1px solid #1B3D6B;
    font-size:1em;
    background-color:#FFFFFF;
}
.button {
    border:1px solid #1B3D6B;
    color:#FFFFFF;
    background-color:#CC3300;
    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:0.8em;  /* Was smaller */
}

#footer a {padding:0 0.5em;}
