@charset "UTF-8";
/* CSS Document */


body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #979797;
}

a:link {
	color: #D53336;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D53336;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

h2 {
	color: #D53336;
}
/* nav_01 */
#nav_01 a {
	display: block;
	width: 66px;
	height: 17px;
	background: url("images/back_btn.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#nav_01 a:hover {	
	background-position: -66px 0;
	}
	
/* nav_02 */
#nav_02 a {
	display: block;
	width: 160px;
	height: 17px;
	background: url("images/about_btn.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#nav_02 a:hover {	
	background-position: -160px 0;
	}
	
#nav_02_sel a {
	display: block;
	width: 160px;
	height: 17px;
	background: url("images/about_btn.gif") -160px 0 no-repeat;
	border: 0;
	float: left;
}
#nav_02_sel a:hover {	
	background-position: -160px 0;
}
	
	
.reddish {
	color: #D53336;
}

#main {
	margin-top: 60px;
	margin-right:auto;
	margin-left:auto;
	width: 970px;
	text-align: left;
}

#logo {
	width: 550px;
	float: left;
	margin-top: 3px;
}

#nav {
	width: 167px;
	float: right;
	text-align: right;
	margin-right: -2px;
	margin-top: 22px;
}
#nav_back {
	width: 233px;
	float: right;
	text-align: right;
	margin-right: -2px;
	margin-top: 22px;
}
.horiz_line {
	width: 970px;
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#D5D5D5;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top_main {
	text-align: left;
	width: 900px;
	height: 285px;
	margin-bottom: 0px;
}

#top_img {
	width: 970px;
	height: 180px;
	background-image: url(images/building-reflection.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#content_logos {
	background-image: url(images/content_logos_mid.gif);
	background-repeat: no-repeat;
	width: 292px;
	height: 340px;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
}
#tagline {
	margin-bottom: 10px;
}
#tagline2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#top_text {
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 35px;
	width: 500px;
	text-align: justify;
}
#about_text {
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 35px;
	width: 500px;
	text-align: justify;
}
#about_text2 {
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 35px;
	width: 200px;
	text-align: justify;
}

#policy {
	color: #333333;
	margin-bottom: 40px;
}
.clearer {
	clear: both;
}

.bottom_main {
}

.footer {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
}
