/*Elements*/

body {
	font-family : Verdana, sans-serif, Helvetica;
	color: black;
	background-color: #fff;
	background: none;
	float: none !important;
 	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

h1 {color: #069; font-weight: bold; font-variant: small-caps; background-color: #fff; font-size: 18px; }
h2 {color: #069; font-weight: bold; font-variant: small-caps; background-color: #fff; font-size: 17px; }
h3 {color: #069; font-weight: bold; font-variant: small-caps; background-color: #fff; font-size: 16px; }
a:link {color: #036; text-decoration: none; background-color: #fff; font-weight: bold; }
a:visited {color: #060; text-decoration: none; background-color: #fff; font-weight: bold; }
a.under:link {text-decoration: underline;}
a.under:visited {text-decoration: underline;}

/*columns*/

#right { 
	float: none !important; 
	top: 60px;
	left: 5px;
	right: 5px;
	bottom: 5px;
 	width: auto !important;
	padding: 0 !important;
		}

#left, #skip, #headimg, #logo, #sectiontitle { display: none !important; }


ul {	line-height : 130%;
		list-style: disc;
		margin-left: 5px;
		padding: 5px;
}

ol { 	line-height : 130%;		
		margin-left: 5px;
		padding: 5px;
}

dt  /* definition term */ {color : #069; font-weight : bold; background-color: #fff;}

/*about us - index page - bullets*/

.item {font-style: italic; font-weight: bold;}

/*class selectors - font specifications*/

.bi  { font-style: italic; font-weight: bold;}

/*heading*/

#pagetitle {
	float: none !important;
	left: 10px;
	top: 7px;
	color: #039; 
	font-weight: bold;
	font-size: 21px;
	font-style: italic; 
	border-bottom: 1px solid #036;
}

#address {
	color : #333333; font-weight: bold; background-color: #fff; }

	/*  Vertical nav */

#menu { display: none !important; }

#resources a:link, #resources a:visited { border-right: 1px solid #ccc;	}

/*class selectors - other*/

div.footercontainer { clear: left;  }

#footer { font-size : smaller; margin-left: 140px; }

.smaller { font-size: smaller; }

  
