/* toppage CSS Document */

body,td{font-size:12px;}

#head{
	color:#001a66;
}

#main{
	clear:left;
	padding-top:5px;
}

#leftContainer{
	float:left;
	width:620px;
}

h2{margin:20px 0px 20px 0px;border-bottom:1px solid #000c54;}

dl{
	margin-top:10px;
}

dt{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 14px 0px;
}

dd{margin-left:0px;}

strong{color:#000C54;}

p{margin:0px 0px 8px 0px;}

#toBlog{margin-top:30px;padding:60px 0px;border-top:1px solid #000c54;}

#toBlog a{
	display: block;
	width:204px;
	height:33px;
	background: url("img/top_blogbutton.gif") left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	
}

#toBlog a:hover{background-position:left -32px;}


#twitter{
	margin-top:40px;
}

#rightContainer{
	width:200px;
	float:right;
	border:1px solid #999;
	padding:12px;
	line-height:2.5em;
	background-color:#eee;
}