/* text & tags */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	border: 0px;
	text-transform: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	border: 0px;
	text-transform: none;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 0px;
	text-transform: none;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	border: 0px;
	text-transform: none;
}

div#left_column h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 0px;
	text-transform: none;
}

div#left_column h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	border: 0px;
	text-transform: none;
}

div#left_column h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px;
	text-transform: none;
}

div#left_column h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	border: 0px;
	text-transform: none;
	line-height: 30px;
	text-align: center;
}

td {
	padding: 5px;
	font-size: 12px;
}

div#text_container a:link {
	font-weight: bold;
	color: #FFC5A8;
	text-decoration: none;
}

div#text_container a:active {
	font-weight: bold;
	color: #FFC5A8;
	text-decoration: none;
}

div#text_container a:visited {
	font-weight: bold;
	color: #FFC5A8;
	text-decoration: none;
}

div#text_container a:hover {
	font-weight: bold;
	color: #FFC5A8;
	text-decoration: underline;
}

div#crisis_nav a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#crisis_nav a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#crisis_nav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#crisis_nav a:hover {
	font-weight: bold;
	color: #e9b9b5;
	text-decoration: underline;
}

/* divs */

div#eFull {
	background-image: url(../images/crisis-header.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	color: #FFFFFF;
}

div#text_container {
	width: 100%;
}

div#crisis_nav {
	width: 100%;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#left_column {
	float: left;
	width: 190px;
	padding: 10px;
/*	background-color: #000000;
	background-color: #4d1311; 
	border: 1px solid #FFFFFF; */
	margin-bottom: 10px;
}

div#right_column {
	float: right;
	width: 500px;
/*	background-color: #000000;
	background-color: #751c20; 
	border: 1px solid #FFFFFF; */
	padding: 10px;
	margin-bottom: 10px;
}

div#full_width {
	width: 725px;
/*	background-color: #000000;
	background-color: #751c20; 
	border: 1px solid #FFFFFF; */
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
