/* CSS Document */
/*------------------------Text Styles------------------------*/

.doc_title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #5a6c72;
	line-height: 1.65;
}

.collection_name {
	margin: 0;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	color: #5a6c72;
}

.header2 {
	font-size: 15px;
	font-weight: bold;
}

.header1 {
	font-size: 17px;
	font-weight: bold;
}



/*------------------------Layout----------------------------*/


#document_title {
	float:left;
	padding-bottom: 8px;
}

#organization_logo {
	float: right;
	padding-left: 10px;
	padding-bottom: 8px;
}

#disclaimer {
	margin: 0 auto; /*centers div*/	
	width: 732px;
	padding-bottom: 10px;
}

#video, #organization, #author {
    padding: 1em 0 1em 0;
}

#video table, #organization table , #author table{
    margin: auto;
}

