@charset "utf-8";
/* teal = 008084
 * bright brown nav = CD970A
 * darker nav = B88B15
 * brown text = 854700
 * light brown text = cc9900
 */
 
* {
	outline: 0;
}
 
html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	font-family: "Century Gothic", sans-serif, sans;
	color: #0385C7;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0.5em 0;
	font-size: 2em;
}

#right_col h1 {
	color: #0385C7;
	font-size: 1.5em;
}

h2 {
	font-family: "Century Gothic", sans-serif, sans;
	color: #C84805;
	font-size: 1.5em;
}

h3 {
	color: #C84805;
	font-size: 1.165em;
}

ul {
	list-style: square;
	color: #333;
	margin: 1em 0em 1em 1.25em;;
	padding: 0;
}

a, a:link, a:visited, a:active {
	color: #0385C7;
}

div#page_wrapper {
	width: 850px;
	height: 100%;
	margin: 0 auto;
	border: 1px solid #d1d1d1;
}

div#page_header {
	background-color: #0385C7;
}

img#logo {
	margin-left: 45px;
}

div#bread_crumbs {
	margin: 20px 10px 20px 30px;
	color: #FFF;
	font-size: 83.5%;
}

div#bread_crumbs a, div#bread_crumbs a:link, div#bread_crumbs a:visited {
	color: #FFF;
}

#left_nav_wrapper {
	width: 185px;
	background-color: #C74700;
}

.levelone a, .levelone a:active, .levelone a:visited, .levelone a:link {
	display: block;
	color: #FFF;
	padding: 5px 0px 5px 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.085em;
}

.levelone a:hover, .levelone a.active {
	color: #000;
}

.levelone {
	border-bottom: 1px solid #D67945;
}

.leveltwo {
	background-color: #DB885C;
	border-bottom: 1px solid #D67945;
	padding: 5px 0px 5px 0px;
	color:#000;
}

.leveltwo a, .leveltwo a:active, .leveltwo a:visited, .leveltwo a:link {
	padding: 5px 10px 5px 30px !important;
	font-size: 83.5% !important;
	text-transform: uppercase;
	color:#000;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.leveltwo a:hover, .leveltwo a.active {
	color: #fff;
}

#main_content_padding {
	padding: 30px 30px 30px 40px;
}

#main_content {
	background-color: #F8FCFD;
}

#right_col {
	background-color: #FFFFFF;
	border-left: 1px solid #d1d1d1;
	width: 224px;
}

#right_col_padding {
	padding: 20px;
}

.footer {
	background-color: #0385C7;
	font-size: smaller;
	padding: 10px 0;
	color:#FFF;
}

.footer h3 {
	color: #fff
}

#footer a, #footer a:visited, #footer a:link, #footer a:active {
	text-transform: uppercase !important;
	text-decoration: none !important;
	color: #fff !important; 
}

#footer a:hover {
	text-decoration: underline !important;
}

#select_a_program {
	width: 180px;
}

.left_table_col {
	width: 0%;
}

.left_table_col img {
	border: 1px solid #d1d1d1;
	margin: 0px 10px 10px 0px;
}

.right_table_col p,
.right_table_col h1,
.right_table_col h2,
.right_table_col h3,
.right_table_col h4 {
	margin: 0 0 0.5em 0;
} 

.teal {
	color: #008084;
}

.brown {
	color: #854700;
}

.light_brown {
	color: #CC9900;
}

table.photo_left {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

table.photo_right {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

table.photo_left img, table.photo_right img {
	border:1px solid #d1d1d1;
}

.photo_caption {
	text-align:left;
	font-size: smaller;
	color: #666666;
}

table.norm {
	border-collapse:collapse;
	width:350px;
}

table.norm td { 
	padding: 2px;
	margin: 0;
	text-align: left;
	/* vertical-align: top; */
	white-space: nowrap;
	border: 1px solid;
}
