@charset "utf-8";
/* CSS Document */

html { height:101%; }
h1 { font-size:14px; }

#mainDiv{
	width:984px;
	height:100%;
	margin:auto;
/*	border:1px #000 solid;
    padding-top:20px;*/
}

#header{
	margin-bottom:10px;
	background-color:#1404bc;	
	border:1px #000000 solid;
}

#navigation{
	/*margin-top:20px;*/
	background-repeat:no-repeat;
	width:198px;
	border-bottom:1px #fff solid;
	float:left;
}

#main{
	/*height:400px;*/
}

#content{
	border:1px #000 solid;
	float:right; 
	width:560px;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	margin-right:12px;
	background-color:#f4f4fc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:20px;
	color: #000000;
}

#infodiv {
	float:right;
	color:#0093dd;
}
#infodiv .news {
	width:178px;
	text-align:left;
	margin-bottom:10px;
	font-size:11px;
	line-height:15px;
	color:#ffffff;
	background-color:#0093dd;
	border:1px #000000 solid;
}
#infodiv .news a {
	color:#FFFFFF;
}
#infodiv .news .title {
	margin-top:0px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0093dd;
	background-color:#FFFFFF;
	width:178px;
	font-weight:bold;
/*	border:1px #000000 solid; */
}

#infodiv .news .day {
	float:left;
	width:50px;
	/*clear:left;*/
}
#infodiv .news .info{
	float:right;
	width:126px;
	line-height:14px;
	margin-bottom:0px;
	/*border:1px #000000 solid; */
}

#title {
	float:left;
	width:100%;
	background-color:#666666;
}

#title #text1{
	font-size:32px;
	padding-left:26px;
	color:#000000;	
}
#title #text2{
	font-style:italic;
	font-size:16px;
	padding-left:30px;
	padding-bottom:5px;
	color:#FFFFFF;	
}
#image{
	text-align:right;
}
.indent {
	padding-left:50px;
}
.contenttable-1 {
	width:75%;
	margin-left:50px;
	font-size:12px;
}
.contenttable-1 .td-0 {
	font-weight: bold;
	white-space:nowrap;
	vertical-align:top;
}
.contenttable-1 .td-1 {
	white-space:nowrap;
	vertical-align:top;
}
.contenttable-1 .td-2 {
	white-space:nowrap;
	vertical-align:top;
}
.contenttable-2 {
	width:75%;
	margin-left:50px;
	font-size:12px;
}
.contenttable-2 .td-0 {
	font-weight: bold;
	white-space:nowrap;
	vertical-align:top;
}
.boa {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: bold;
  text-decoration:none;
  color: #666666;
  line-height: 10px;
}
.boa:hover {
  color: #333333;
  text-decoration:none;
}	
.boa:visited {
  color:#666666;
  text-decoration:none;

}	

.boa:visited:hover {
  color: #333333;
  text-decoration:none;
}	

