/**	Default	**/


/**	Elements	**/

body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/** ID'S **/

#column_01 {
	width: 195px;
	padding: 0px;
	float: left;
}

#column_02 {
	float: right;
	width: 518px;
	padding: 0px;
}

#sub_menu {
	margin-top: 83px;
	width: 195px;
}

#sub_menu #sub_nav_title {
		border-bottom: #D7D5CF solid 1px;
}

#sub_menu a {
	width: auto;
	height: 19px;
	text-align: right;
	display: block;
	padding: 3px 1px 0px 0px;
	border-bottom: #D7D5CF solid 1px;
	color: #007877;
	text-decoration: none;
}

#sub_menu a:link {
	color: #007877;
	text-decoration: none;
}

#sub_menu a:hover {
	color: #D73C18;
	background: url(../images/sub_nav_background.gif) repeat-y;
	text-decoration: none;
}

#content_container {
	width: 493px;
	margin: 40px 0px 0px 31px;
	float: left;
}

#content_container #content {
	width: 515px;
	margin: 21px 0px 0px 5px;
	font-size: 12px;
}

/**	Individual Classes	**/

.sub_menu_active {
	color: #CC0000;
	background: url(../images/sub_nav_background.gif) repeat-y;
	text-decoration: none;
}

h1.heading {
	font-weight: normal;
	color: #CC0000;
	font-family: Myriad Pro, Myriad, Arial, Tahoma;
	font-size: 30px;
	margin: 50px 0px 20px 0px;
}

.heading {
	font-weight: normal;
	color: #CC0000;
	font-family: Myriad Pro, Myriad, Arial, Tahoma;
	font-size: 30px;
	margin: 50px 0px 20px 0px;
}
