
#key_visual
{
	background: url(resources/Boise_hills.jpg) repeat;
}

#slogan
{
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 18px;
	font-weight: heavy;
	text-decoration: none;
	color: #ffffff;
}

#main_nav_list a.main_nav_active_item
{
	background: url(resources/sub_nav.jpg) no-repeat;
	font-family: verdana, arial, tahoma, sans-serif;
	font-style: heavy;
	font-size: 11px;
	font-weight: heavy;
	text-decoration: none;
	color: #44607e;
}


#main_nav_list a.main_nav_item
{
	background: url(resources/sub_nav_active.gif) no-repeat;
	font-family: verdana, arial, tahoma, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: heavy;
	text-decoration: none;
	color: #d3e1ea;
}


#main_nav_list a.main_nav_item:hover
{
	background: url(resources/sub_nav.jpg) no-repeat;
	font-family: verdana, arial, tahoma, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: heavy;
	text-decoration: none;
	color: #44607e;
}

.sub_nav_list
{
	margin-left: -1px;
	width: 125px;
	overflow: hidden;
	border: none;
}
.sub_nav_list a.sub_nav_active_item
{
	background: #ffffff;
	border-bottom: 1px solid #033387;
	font-family: verdana, arial, tahoma, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #033387;
}
.sub_nav_list a.sub_nav_item
{
	background: url(resources/main_nav2.gif) no-repeat;
	border-bottom: 1px solid #033387;
	font-family: verdana, arial, tahoma, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}


.sub_nav_list a.sub_nav_item:hover
{
	background: #ffffff;
	font-family: verdana, arial, tahoma, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #033387;
}

#content_container h1
{
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #033387;
}


.content h2
{
	font-family: Georgia,serif;
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #4C83D2;
}


.content h3
{
	font-family: verdana, arial, tahoma, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #4c4d4e;
}


.content, .content p
{
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #4c4d4e;
}
.content a:visited
{
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #033387;
}
.content a:link
{
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #033387;
}
.content a:hover
{
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
.content a:active
{
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #033387;
}
#footer_text
{
	font-family: verdana, arial, tahoma, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #7a7b7d;
}


