html { 
	min-width: 760px;
	}


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #0E5481;
	line-height: 125%;
}

#page {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-image:  url(images/greentintbar.jpg);
	background-repeat: repeat-y;
	border: 1px solid #fff;
	}

#navcontainer {
margin: 0;
padding: 0;
float: left;
width: 760px;
background-color: #4B88AF;
}
	
#navcontainer ul {
	padding: 0;
	margin: 0;
	color: White;
	float: left;
	width: 100%;
}

#navcontainer ul li { 
display: inline; 

}

#navcontainer ul li a {
float: left;
padding: 4px 12px;
border-right: 1px solid #fff;
background-color: #4B88AF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: White;
text-decoration: none;
}

#navcontainer ul li a:hover {
background-color: #4E696A;
color: #fff;
}
#selected a:link, #selected a:visited, #selected a:hover  {
background-color: #4E696A;
color: #fff;
}

/*fix border errors in Firefox */
/* Switch border from right to left edge, to avoid being
   overpainted. Ignored by IE, since it does not understand
   the child selector between li and a. */
#navcontainer ul li>a {
  border-right-width: 0px;
  border-left: 1px solid #fff;
}

/* Remove left border from first list item, to avoid adding a
   line at the beginning of the row. IE ignores rules with the
   :first-child pseudo-class. */
#navcontainer ul li:first-child a  {
  border-left-width: 0px;
}

/* Add right border to the last list item, to retain the
   desired effect. IE ignores rules with the :last-child
   pseudo-class. */
#navcontainer ul li:last-child a {
  border-right: 3px solid #fff;
}

.banner { /* stupid IE hack */
float: none !important;
float: left;
}
#column1, #column2 {
	float: left;
	text-align: left;
	}

#column1 {
	width: 154px;
	margin: 0px;
	padding: 10px 5px 0 5px;
	/*
	border: 1px solid #339933;
	*/
}

#column2 {
	width: 580px;
	padding: 0px;
/*	margin-left:10px;*/
	margin-bottom: 10px;
	margin-top: 0px;
	/*
	border: 1px solid green;
	*/
}

#leftbox {
	height: 409px;
	width: 145px;
	background-position: left;
	float: left;
	margin: 0px;

}

#textbox {
	float: left;
	width: 350px;
	text-align: left;
}
#footer {
	float: none;
	text-align: center;
	width: 100%;
	clear: both;
}

#textboxcontent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	text-align: left;
	padding-left: 0px;
	width: 310px;
}

/* this class floats images to the right */

.imgr {
	float: right;
	margin: 20 0 0 20;
	padding-left: 20px;
	padding-top: 10px;
}
.imgl {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0E5481;
	text-decoration: none;
	line-height: 15px;
}
.h2ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0E5481;
	text-decoration: none;
	line-height: 16px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #0E5481;
	text-decoration: none;
}
.bodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #0E5481;
	text-decoration: none;
}
.bodysubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0E5481;
}
.callout {
	color: #4E696A;
	margin: 0px 0px 20px 10px;
	float: right;
	width: 35%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	background-color: #DCE7EF;
	padding: 20px;
	text-align: left;
	line-height: 150%;
	font-size: 12px;
}
#footer {
	width: 760px;
	border-top: 1px solid #000066;
	font-size: smaller;
	text-align:center;
	margin: 10px auto;
}	
#footer ul {
padding: 5px;
margin: 0;
list-style-type: none;
}

#footer li { 
display: inline; 
margin-right: 1.5em;
}

#footer li a {
color: #0E5481;
}

#footer li a:hover {
color: #4E696A;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E5481;
	text-align: left;
	font-weight: bold;
	line-height: 14px;
}
.bullettype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	color: #0E5481;
}
link {
	color: #OE5481;
	text-decoration: underline;
}
.bodytextgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #006666;
}
.bodytext2green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #006666;


}
/* sub nav */

#navcontainer2 { width: 140px; }

#navcontainer2 ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#navcontainer2 a {
display: block;
padding: 3px;
width: 140px;
background-color: #c46c6b;
border-bottom: 1px solid #fff;
}

#navcontainer2 a:link, #navcontainer2 a:visited {
color: #fff;
text-decoration: none;
}

#navcontainer2 a:hover {
background-color: #4E696A;
color: #fff;
}

#selected2 a:link, #selected2 a:visited, #selected2 a:hover { 
background-color: #4E696A; 
color: #fff; 
}

/* links */

a {color: #006666}


.table2 {
	display: table-row;
	width: 200px;
	background-color: #33FFFF;
}
.table3 {
	background-color: #993300;
	display: table-column;
	float: right;
	width: 200px;
}
.quotetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #4E696A;
}
.dbworkshops {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	background-color: #D6D4E7;
	margin: 0px 0px 0px 10px;
	float: right;
	width: 35%;
	color: #000000;
	padding: 10px;
}
.dblecturestudy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	background-color: #FEF4DC;
	padding: 10px;
	float: right;
	width: 35%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.dbprocessgroups {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	background-color: #FEF4DC;
	padding: 10px;
	float: right;
	width: 35%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.dbhlprbios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #0E5481;
	display: list-item;
	list-style-image: none;
	list-style-type: none;
}
.dbbiotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	width: 400px;
	text-transform: none;
	font-weight: normal;
	text-align: center;
}

.dbnewsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	padding: 10px;
	float: none;
	width: 140px;
	color: #OE5481;
	margin: 0px 5px 0px 0px;
}
.dbnewsitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #0E5481;
	text-decoration: none;
}
.dbartgallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #4E696A;
	width: 150px;
}
#dbhlprbios li a:hover {
color: #4E696A;
}
