@charset "utf-8";

/*

======== css information ========

last-updated: 19 Sep 2008 13:51

+1: #topFlash
+2: #main
	+2-1: #news
	+2-2: #info

=================================

*/


/*
    +1: #topFlash
==================================================*/

div#topFlash {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	text-align: center;
}


/*----------------------------------------------------------------------*/


/*
    +2: #main
==================================================*/

/*=======================
    +2-1: #news
=======================*/

div#main div#news {
	display: inline;
	float: left;
	width: 500px;
}

div#main div#news a:link {
	color: #333;
	text-decoration: none;
}

div#main div#news a:visited {
	color: #333;
	text-decoration: none;
}

div#main div#news a:hover {
	color: #0091b1;
	text-decoration: underline;
}

div#main div#news a:active {
	color: #0091b1;
	text-decoration: underline;
}

div#main div#news h2 {
	display: inline;
	float: left;
	padding-bottom: 5px;
}

div#main div#news p#newsList {
	border-bottom: 2px solid #0192b1;
	padding-bottom: 5px;
	text-align: right;
}

div#main div#news p#newsList a {
	background: url(../images/bg_arrow.gif) 0 4px no-repeat;
	padding-left: 12px;
}

* html div#main div#news p#newsList a {
	background: url(../images/bg_arrow.gif) 0 2px no-repeat;
}


/*=======================
    +2-2: #info
=======================*/

div#main div#info {
	display: inline;
	float: right;
	width: 273px;
}

div#main div#info p {
	margin-bottom: 15px;
}

div#main div#info dl {
	display: inline-block;
}

div#main div#info dl:after {
	content: "";
	display: block;
	clear: both;
}

/* hides from ieMac \*/
* html div#main div#info dl {
	height: 1%;
}

div#main div#info dl {
	display: block;
}
/* end hide from ieMac */

div#main div#info dl dt {
	margin-bottom: 10px;
}

div#main div#info dl dd.odd {
	clear: both;
	float: left;
	margin-bottom: 10px;
}

div#main div#info dl dd.even {
	float: right;
	margin-bottom: 10px;
}
