html,body {

	height: 100%;
	width: 100%;}


/** 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 {
	
	display: none;}
	
.contacts {
	font-size: 0.9em;
	}

.department {
	display: none;
}
	
.photoLFT {
	display: none;
	}

.photoRT {
	display: none;
}

.break {
	display: none;
	}


/** Front page elements **/
.picture {
	display: none;
	}
	
.photoCredit {
	display: none;
	}

.caption {
	display: none;
}

.introduction {
	display:none;
	}

.navLeft {
	display: none;
	}


	
.today {
	display: none;
	}
	

/** Main template (some also used with secondary template) **/
.frame {
	display: none;
	}
	
.header {
	display: none;
	}

.breadcrumbs {
	display: none;
	}
	

	
.subNav {
	
	display: none;
	}
	

.content {
			width: 100%;
			height: 100%;
			font-size:12px;}
	
.content h1 {
	
	font-size:14px;
	font-weight: bold;}
	
.content h2 {
	font-size: 13px;
	font-weight: bold;}	
	
.content h3 {
	font-size: 12px;
	font-weight: bold;}
	
.green {
	display: none;
	}

.footer {
	
	font: 10px;
	
	}


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

.secondary {
	font-size: 12px;
	width: 100%;
	height: 100%;}
	
.secondary h1 {
	font-size: 14px;
	font-weight: bold;}
	
.secondary h2 {
	font-weight: bold;
	font-size: 13px;}
