@charset "utf-8";
/* CSS Document */
/* index.css */

H2 {
	color:#000;
	font-size: 2.5em;
	line-height: 1.1em;
}

* html .bx2-r H2 {
	margin-left: 30px;
	width: 280px;
}

* html .bx2-r p {
	margin-left: 30px;
	width: 280px;
}
Select#Question {
	width: 270px;
	margin: 10px 0 10px 0;
	font-size: 1em;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
* html #Question {
	width: 290px;
	margin: 10px 0 10px 25px;
}

#Answer {
	height: 250px;
	width: 270px;
	overflow:auto;
	border: 1px solid #000;
	margin: 10px 0 0 0;
	padding: 5px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1.1em;
	font-family: inherit;
	vertical-align: baseline;
}
* html #Answer {
	width: 280px;
	overflow:auto;
	margin: 10px 0 20px 30px;
	padding: 5px;
}
#news {
	border: 1px dashed #fff;
	padding: 5px;
	width: 285px;
}
* html #news {
	width: 275px;
}

.newsbox {
  width: 300px;
  background: url(images/newsbx_mid.png) repeat-y 0 0;
  margin-left: 5px;
  min-height: 170px;
}
* html .newsbox {
  background: url(images/newsbx_mid.jpg) repeat-y 0 0;
}
.newsbox_in {
  background: url(images/newsbx_bot.png) no-repeat 0 100%;
  min-height: 170px;
}
* html .newsbox_in {
  background: url(images/newsbx_bot.jpg) no-repeat 0 100%;
}
.newsbox_up {
  background: url(images/newsbx_top.png) no-repeat 0 0;
  min-height: 20px;
}
* html .newsbox_up {
  height: 20px;
  padding-bottom: 20px;	
  background: url(images/newsbx_top.jpg) no-repeat 0 0;
}
*:first-child+html .newsbox_up {
  padding-bottom: 20px;	
}
.newsbx2-l {
 width: 299px;
 float: left;
 margin: 0; 	
}
* html .newsbx2-l {
 margin: 20px 0px 20px 10px;
}

#right H4 {
	padding-top: 10px;
	font-variant:small-caps;
	font-size: 1.3em;
}