/* CSS Document */

body {
	background-image: url(images/back_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
    background-color:#8A9CC8;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 1px;
}


a {
	text-decoration: underline;
	font-weight: bold;
	color: #1B3F94;
}
a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #1B3F94;
}
.head1{
	font-weight: bold;
	color: #1B3F94;
	font-size: 20px;

}
.head2{
	font-weight: bold;
	color: #1B3F94;
	font-size: 13px;

}
table.main{
	width:741px;
	height:552px;
	background-repeat: no-repeat;
	

}

table.header{
	padding-left:20px;
	height: 50px;
	text-decoration: underline;
	width:725px;
    align:center;
	padding:0;
	border: 0px;
}
table.header a {
	text-decoration: underline;
	font-weight: bold;
	color: #1B3F94;
}
table.header a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #00B294;
}
table.footer{
	padding-left:100px;
	height: 10px;
	width:650px;
    align:right;
	padding:0;
	border: 0px;
	margin-left:auto; 
	margin-right:auto;
}
table.footer a {
	text-decoration: underline;
	font-weight: bold;
	color: #1B3F94;
	font-size: 10;
}
table.footer a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #00B294;
	font-size: 10;
}

td.main{
	height:392px;
	padding-top:10px;
	padding-right:20px;
	padding-left:0px;
	background-color:#FAF9FB;
	
}


td.header{
 height: 30px;
 padding: 8px;
 font-size: 10px;
 
}
td.footer{
 height: 30px;
 padding: 8px;
 font-size: 10px;
 
}

td.nav1 {
	font-size: 10px;
	color: #BBBBBB;
	width:225px;
	padding-left:18px;
	padding-top:10px;
	background-color:#FAF9FB;
}
td.breadcrumbs {
	font-size: 10px;
	color: #000000;
	height:15px;
	padding-left:18px;
		background-color:#FAF9FB;
}
td.breadcrumbs a{
	text-decoration: underline;
	font-weight: bold;
	color: #1B3F94;
}

#silo {
	position: absolute;
	margin-top: -250px;
	margin-left: 250px;
}
.maininfo {
	width:250px;
}