@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
	text-align: center;

	background:url(../Images/Layout/page_background.png) center fixed;
}
table, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;			
}
table td {
	vertical-align: top;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1,h2,h3 { margin:0; padding:0; font-weight:normal; }
.bold {
	font-weight: bold;
}
.navy {
	color:#006699; 
}
.navyBold {
	color:#006699; 
	font-weight: bold;
}
.orange {
	color:#FF9900; 	
}
.orangeBold {
	color:#FF9900; 
	font-weight: bold;	
}
a {
	color: #006699;
}


#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	
/*	background:url(../Images/Layout/container_background.png) repeat-y;*/
}

#header {
	height: 240px;	
	background: url(../Images/Layout/header_background.png) no-repeat;
}
#header .body {
	padding:10px;
}
#header #ITMLogo {
	position: relative;
	top:10px;
	left: 10px;
}
#header #navigation {
	position: relative;
	top:28px;
	left: 10px;
}
#header #navigation a{
	color: #FFFFFF;
	text-decoration: none;
}
#header #navigation a:hover{
	text-decoration: underline;
}

#content {
	background: url(../Images/Layout/content_background_hp.png) repeat-y;
	min-height: 450px;
	padding: 0 9px;
}

#content .navigation{
	width: 254px;
	float: right;
	text-align: right;		
	
	margin-top: -1px;
}
#content .navigation .title{
	height: 56px;
	background: url(../Images/Layout/page_title_background.png) no-repeat;
	padding: 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#content .navigation .items{
	margin-top: -20px;
	padding-right: 10px;
	margin-left: 30px;
}
#content .navigation .item{
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCCCCC;
}
#content .navigation a{
	text-decoration: none;
	color: #000000;
}
#content .navigation a:hover{
	text-decoration: underline;
}

#content .body{
	margin-right: 255px;
	padding: 10px 20px;
	}
#content .body .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF9900;
	font-size: 1.5em;
	border-bottom: 1px dotted #999999;
}
#content .body .item {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom:10px;
}
#content .body .item p {
	text-align: justify;
}

#content .body ul {
	list-style:decimal;
}
#content .body li {
	padding-bottom: 10px;
}

#footer {
	height: 60px;
	background: url(../Images/Layout/footer_background.png) no-repeat;
	font-size: 0.8em;
}
#footer .body {
	padding: 5px 15px;
}
#footer .body td{
	vertical-align: middle;
}

.itmInfo {
/*	text-align: right;*/
	padding: 10px 0;
	color: #006699;
}
.itmAtti {
	float:right;
	margin-top:5px;
	padding:5px;
}

table.gallery td {
	vertical-align:middle;
	padding: 5px;
	text-align: center;
	
	border-bottom: 1px dotted #CCCCCC;
}
