*
{
	padding: 0;
	margin: 0;
	font-family: Verdana;
}

.teal_bg
{
	background-color: #367F85;
}

.dark_teal_bg
{
	background-color: #01282F;
}

.red_bg
{
	background-color: #983822;
}

.purple_bg
{
	background-color: #3B1F1E;
}

.dark_purple_bg
{
	background-color: #210F0F;
}

html
{
	background-color: #01282F;
}

body
{
	width: 940px;
	margin: 0 auto 0 auto;
}

a
{
	text-decoration: none;
}

.navbar
{
	height: 50px;
}

.button
{
	height: 50px;
	width: 156px;
	display: inline-block;
	color: #DAD8E6;
	transition: background-color 1s;
}

.button2
{
	height: 50px;
	width: 158px;
	display: inline-block;
	color: #DAD8E6;
	transition: background-color 1s;
}

.button:hover
{
	background-color: #367F85;
}

.button2:hover
{
	background-color: #367F85;
}

#nav_button_text
{
	text-align: center;
	height: 40px;
	padding-top: 13px;
	width: 134px;
	font-size: 16px;
}

.header
{
	width: 940px;
	height: 520px;
	background: url('Images/cmatzat_h940.jpg');
}

.header_container
{
	position: absolute;
	width: 940px;
	height: 520px;
}

#header_text_box
{
	position: relative;
	width: 400px;
	margin-top: 200px;
	margin-left: 20px;
}

#header_text_area
{
	padding: 10px;
	font-style: bold;
}

#header_text_area h1
{
	color: #210F0F;
	font-size: 96px;
	line-height: 85%;
	transition: color 1s;
}

#header_text_area h1:hover
{
	color: #367F85;
}

#header_text_area h3
{
	padding-left: 6px;
	color: #684A4A;
	font-size: 32px;
}

.blueline
{
	background-color: #367F85;
	width: 940px;
	height: 4px;
}

#section_area
{
	width: 940px;
	padding-top: 20px;
	margin-top: 40px;
	padding-bottom: 20px;
	background-color: #E0F0F8;
}

#section_title_area
{
	width: 300px;
	height: 50px;
	background-color: #492F2E;
	color: #E0F0F8;
}

#section_title_area h3
{
	font-weight: normal;
	font-size: 24px;
	padding-left: 20px;
	padding-top: 10px;
}

.return_button
{
	margin-left: 780px;
	width: 160px;
	height: 36px;
	background-color: #684A4A;
	color: #E0F0F8;
}

.return_button h3
{
	font-weight: normal;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 6px;
}

.return_button a
{
	color: #E0F0F8;
}

.return_button a:visited
{
	color: #E0F0F8;
}

#section_content_area
{
	padding: 20px;
	color: #1E1E20;
	font-size: 16px;
}

#section_content_area h4
{
	font-size: 20px;
	color: #367F85;
}

#section_content_area h6
{
	font-size: 12px;
	font-weight: normal;
}

span
{
	font-size: 14px;
	font-weight: normal;
}

#section_content_area h5
{
	font-size: 16px;
}

#section_area ul
{
	padding-left: 20px;
}

#section_content_area a
{
	color: #367F85;
}

#section_content_area a:hover
{
	color: #684A4A;
}

#footer_text
{
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	color: #367F85;
}







