  	/*
	* 			   School Color Theme       	  *
	*/
	
	/* Typography */
	
	h1 {font-size: 36px;}
	h2 {font-size: 32px;}
	h3 {font-size: 28px;}
	h4 {font-size: 24px;}
	h5 {font-size: 20px;}
	h6 {font-size: 18px;}

	a {
		color: #b20838; 
		text-decoration: underline;
	}
	
	a:hover { 
		color: #820024 !important;
	}
	
	a:active { 
		color: #b20838 !important;
	}
	
	a:visited { 
		color: #b20838 !important;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a {
		color: #b20838;
	}
	
	h1 a:active, 
	h2 a:active,  
	h3 a:active, 
	h4 a:active, 
	h5 a:active, 
	h6 a:active { 
		color: #b20838 !important; 
	} 
	
	h1 a:visited, 
	h2 a:visited,  
	h3 a:visited, 
	h4 a:visited, 
	h5 a:visited, 
	h6 a:visited { 
		color: #b20838 !important; 
	} 
	
	
	.header {
		background: #FFFFFF;
	}
	
	.header td.wrapper.last {
    	padding: 0;
	}
	
	.footer {
		background: #FFFFFF;
	}
	.disclaimer {
		background: #f2f2f2;
	}

	/*Button Colors */
	table.theme.button td,
	table.theme.tiny-button td,
	table.theme.small-button td,
	table.theme.medium-button td,
	table.theme.large-button td {
		background: #b20838!important;
		border: 1px solid #820024!important; /*make a darker shade*/
		color: #ffffff;
		padding: 8px 0;
	}

	table.theme.button:hover td,
	table.theme.button:visited td,
	table.theme.button:active td {
		background: #820024 !important;
	}
	
	table.theme.button:hover td,
	table.theme.tiny-button:hover td,
	table.theme.small-button:hover td,
	table.theme.medium-button:hover td,
	table.theme.large-button:hover td {
		background: #820024 !important;
	}
	
	.panel-theme {
		background: #b20838;
		border: 1px solid #820024;
		padding: 10px !important;
		color:#ffffff;
	}
	.panel-theme h1,
	.panel-theme h2,
	.panel-theme h3,
	.panel-theme h4,
	.panel-theme h5,
	.panel-theme h6,
	.panel-theme p,
	.panel-theme p a{
		color:#ffffff;
	}

	/* Added in OU Classes */
	h1, h2, h3, h4, h5, h6,
	.theme-color-highlight {
		color:#222222;
	}
	.black {
		color:#222222;
	}
	.date {
		color:#222222;
		font-size:18px;
		text-align:right;
	}

.footer p {
    margin-left: 10px;
}

.footer .container {
    background: #333333;
}

.right p {text-align:right; margin-right:15px;}

