html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow-y: auto}


/** Site-wide text formatting **/
a {
	color: #996600;
	text-decoration: underline;}
	
a:hover {
	color: #996600;
	text-decoration: none;}
	
.noUnder a {
	text-decoration: none;}
	
.border {
	border: 1px solid #006633;}
	
.gray {
	color: #666666;}
	
.green {
	color: #006633;}
	
.normal {
	color: #000000;
	font-weight: normal;
	font-size: 0.9em;}
	
.contacts {
	font-size: 0.9em;
	border: 1px solid #006633;}

.department {
	padding: 10px 0px 0px 20px;}
	
.photoLFT {
	float: left;
	margin: 0px 5px 5px 0px;
	border: thin solid #006633;}

.photoRT {
	float: right;
	margin: 0px 0px 5px 5px;
	border: thin solid #006633;}

.break {
	clear: left; line-height: 0; height: 0;}


/** Front page elements **/
.picture {
	margin: 0px 5px 5px 20px;
	border: 1px solid #006633;}
	
.photoCredit {
	margin: 0px 10px 2px 25px;
	font: normal 0.7em'Lucida Grande',Arial,Helvetica,sans-serif;
	line-height: 0.6em;
	color: #666666;}

.caption {
	padding: 10px;
	width: 170px;
	display: block;
	border: 1px solid #CCCC00;
	background-color: #FFFFCC;
	font: normal 0.8em 'Trebuchet MS',Arial,Helvetica,sans-serif;
	line-height: 1.2em;
	color: #666666;}

.introduction {
	padding: 5px 40px 20px 20px;
	font: normal 0.85em 'Lucida Grande',Arial,Helvetica,sans-serif;
	line-height: 1.15em;
	color: #181818;}

.navLeft {
	width: 150px;
	text-align: right;
	font: bold 0.9em 'Trebuchet MS',Arial,Helvetica,sans-serif;
	line-height: 1.85em;
	border: 0px solid #CCCC00;
	border-top-width: 1px;}

.navLeft a {
	display: block;
	text-decoration: none;}

.navLeft a:hover {
	background-color: #FFFFCC;}
	
.today {
	padding: 6px 0px 0px 28px;
	font: normal 0.9em 'Trebuchet MS',Arial,Helvetica,sans-serif;
	background:  white url("../images/today.gif") no-repeat;}
	

/** Main template (some also used with secondary template) **/
.frame {
	padding: 10px 15px 0px 0px;
	background:  white url("../images/wheat_frame.gif") no-repeat;
	background-position: top right;}
	
.header {
	padding: 62px 0px 5px 28px;}

.breadcrumbs {
	margin-right: -4px;
	padding: 2px;
	display: inline;
	border: 1px solid #CCCC00;
	background-color: #FFFFCC;
	font: normal 0.7em 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color: #666666;}
	
.breadcrumbs a {
	text-decoration: none;}
	
.subNav {
	padding: 0px 15px 0px 0px;
	position: fixed;
	top: 60;
	left: 100;
	width: 10em;
	background: white url("../images/dot_wheat.gif") right repeat-y;}
	
.subNav p {
	margin: 8px 0px 10px 0px;
	text-align: right;
	font: bold 0.9em 'Trebuchet MS',Arial,Helvetica,sans-serif;
	line-height: 1em;}
	
.subNav h2 {
	margin: 15px 0px -4px 0px;
	text-align: right;
	font: normal 0.8em 'Trebuchet MS',Arial,Helvetica,sans-serif;
	line-height: 0.9em;
	color: #666666;
	border-top: 1px solid #666666;}

.subNav a {
	text-decoration: none;}
	
.subNav a:hover {
	color: #666600;}
	
.content {
	padding: 5px 10px 10px 25px;
	font: normal 0.85em 'Lucida Grande',Arial,Helvetica,sans-serif;
	line-height: 1.15em;
	color: #181818;}
	
.content h1 {
	margin: 10px 0px -5px 0px;
	font-size: 1.3em;
	color: #006633;}
	
.content h2 {
	font-size: 1.1em;
	color: #006633;}	
	
.content h3 {
	font-size: 1.0em;}
	
.green {
	color: #006633;}

.footer {
	padding: 5px 30px 8px 6px;
	background: white url("../images/dot_footer.gif") repeat-x;
	font: normal 0.75em 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	line-height: 1.1em;
	color: #333333;}


/** Items particular to secondary template **/
.secFrame {
	padding: 10px 15px 0px 0px;}

.secondary {
	padding: 16px 10px 15px 25px;
	background: white url("../images/dotted_hztl.gif") top repeat-x;
	font: normal 0.85em 'Lucida Grande',Arial,Helvetica,sans-serif;
	line-height: 1.15em;
	color: #181818;}
	
.secondary h1 {
	margin: 10px 0px -5px 0px;
	font-size: 1.3em;
	color: #006633;}
	
.secondary h2 {
	font-size: 1.0em;}
