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

html, body{
	height:100%;
	background-color:#CCC;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}

a:link {
	color: #F60;
	text-decoration:none;
}
a:visited {
	color: #9C0;
	text-decoration:none;
}
a:hover {
	color: #0FF;
}

.top_logo{
	background-image:url(../images/itj205_logo_s1.png);
	background-position:top left;
	background-repeat:no-repeat;
	}
.bottom_banner{
	background-image:url(../images/itj205_coverpage_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:290px;
	}
	
.bottom_banner_right{
	background-image:url(../images/itj205_coverpage_bottom.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:290px;
	}
		
.menu{
	padding-left: 5px;
	padding-right: 5px;
}

#content{
	background-color:#FFF;
	}

#content_left {
	border-top:5px solid #09C;
	border-right:5px solid #09C;
	background-color:#CCC;
}

#content_right{
	border-top:5px solid #F60;
	border-right:5px solid #F60;
	background-color:#CCC;
}

#content_contact{
	border-top:5px solid #060;
	border-left:5px solid #060;
	background-color:#CCC;
}

.img_5{ padding:5px;
}

ha{
	font-weight:bold;
	font-size:16px;
}

.copyright{
	font-size:10px;
}

.indent_text{
	padding-left:15px;
	}
	
h1{ font-weight:bold;
font-size:16px;}


