@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/page_header_4.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
	width: 80%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
}

#container_home {
	width: 90%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box*/
	background: #FFFFFF;
}

#niches #niche_1 {

}

#niches a {
	font-size: small;
	color: #FFF;
	text-decoration: none;
}

#niches a:hover {
	font-size: small;
	color: #FFF;
	text-decoration: underline;
}

a img { border:none;}

#header {
	text-align: center;
	background-repeat: no-repeat;
	/*height: 100px;*/
}

#navigation {
	background-image: url(../images/navigation2.png);
	background-repeat: repeat-x;
	height: 30px;
}

#footer{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #FFF;
	background-repeat: repeat-x;
	font-size: small;
	background-image: url(../images/footer3.png);
	padding: 0;
}

#footer p a {
	color: #FFF;
	text-decoration: none;
}

#nav_titles {
	border: 1px solid #999;
	background-color: #CCC;
}

#nav_titles_clear {
	border: 1px solid #FFF;
	background-color: #CCC;
}

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #25408F;
	text-align: left;
}

.subtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#content_table {
	border: 1px solid #999;
	text-align: left;
	font-size: small;
	color: #000;
	text-decoration: none;
}

#content_sub_table {
	text-align: left;
	font-size: small;
	color: #000;
	text-decoration: none;
}

#side_content_table {
	text-align: left;
	font-size: small;
	color: #000;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background: #9BCC53;
}

#side_content_table a {
	font-size: small;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#side_content_table a:hover {
	font-size: small;
	color: #fff;
	text-decoration: underline;
}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#container #mainContent #content_table tr td h2 {
	color: #25408F;
	text-align: left;
	font-size: large;
}

.h2 {
	color: #25408F;
	text-align: left;
	font-size: large;
	font-weight: bold;
}#container #mainContent #content_table tr td img {
	margin: 10px;
	text-align: center;
}
#container #mainContent #content_table tr td #side_content_table tr td img {
	margin: 0px;
}
#photobox {
	text-align: center;
}

