
			
/**********************************************
* 			   		Theme 2       	  *
**********************************************/

/* 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: #236192;*/ 
	text-decoration: none;
}

a:hover { 
	/*color: #111C4E !important;*/
}

a:active { 
	color: #236192 !important;
}

a:visited { 
	/*color: #236192 !important;
	color: #fefefe !important;*/
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	color: #236192;
}

h1 a:active, 
h2 a:active,  
h3 a:active, 
h4 a:active, 
h5 a:active, 
h6 a:active { 
	color: #236192 !important; 
} 

h1 a:visited, 
h2 a:visited,  
h3 a:visited, 
h4 a:visited, 
h5 a:visited, 
h6 a:visited { 
	color: #236192 !important; 
} 


.header {
	background: #f3f3f3 !important;
}
.footer {
	background: #f3f3f3 !important;
}				
.footer-container {
	background: #f3f3f3 !important;
	background-color: #f3f3f3 !important;
}			
.footer a {
	color:#111C4E;	
}

.footer-container a:active,
.footer-container a:visited,
.footer-container a:hover{
	color:#111C4E !important;	
	text-decoration:none;
}
		
.footer-container p {
	color:#66665D;
}

.footer th.expander,
.footer td.expander {
	color: #66665D;
}
				
.disclaimer {
	background: #FFFFFF;
}

/*Button Colors */
table.button-theme table td {
	background: #236192;
	border: 1px solid #111C4E; /*make a darker shade*/
	color: #ffffff;
}

table.button-theme:hover table td,
table.button-theme:visited table td,
table.button-theme:active table td {
	background: #111C4E !important;
}

.callout-theme {
	background: #236192;
	border: 1px solid #111C4E;
	padding: 10px 10px 10px 10px !important;
	color:#ffffff;
}
.callout-theme h1,
.callout-theme h2,
.callout-theme h3,
.callout-theme h4,
.callout-theme h5,
.callout-theme h6,
.callout-theme p,
.callout-theme p a{
	color:#ffffff;
}

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

			