@import url( generic.css );

#content A, #content A:VISITED {
	text-decoration: none;
	color: #3c3afc;
}

#content A:HOVER, #content A:VISITED:HOVER {
	color: #9c0000;
}


DIV#contentwrap {
	width: 870px;
	background: #ffffff;
	padding: 0 0 0 0;
}


DIV#content {
	width: 538px;
	border-top: 20px solid #ffffff;
	background: transparent;
	padding: 12px 25px 0 25px;
	color: #63747B;
	float: right;
}

DIV#sidebar {
	width: 237px;
	min-height: 660px;
	background: transparent url(../img/bg_sidebar_frog8.jpg) 0 0 no-repeat;
	padding: 14px 13px 0 13px;
	float: left;
}

DIV#sidebar_short {
	width: 237px;
	min-height: 700px;
	background: transparent url(../img/bg_sidebar_frog8_short.jpg) 0 0 no-repeat;
	padding: 14px 13px 0 13px;
	float: left;
}


DIV#footer {
	width: 890px;
	height: 15px;
	background: transparent url(../img/bg_footer2.jpg) 0 0 no-repeat;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

H1 {
	padding-bottom: 1em;
	font: normal 2.083em/1.16 Arial, Helvetica, sans-serif;
	color: #3C3AFC;
	text-shadow: #8888cc 0px 1px 0px;
}

H2 {
	background: transparent;
	margin-top: 5px;
	padding: 3px 0 1em 1em;
	font: normal 1.5em/1.316 Arial, Helvetica, sans-serif;
	color: #364248;
}

H3 {
	padding: 3px 0 0.333em 0;
	font: normal 1.25em/1.4 Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #364248;
}

DIV#sidenavi {
	width: 237px;
	background: transparent url(../img/bg_sidebox_top.gif) 0 0 no-repeat;
	padding-top: 5px;
}

UL#navi-side {
	background: transparent url(../img/bg_sidebox_bot.gif) 0 bottom no-repeat;
	margin: 0;
	padding: 0 5px 5px 5px;
	list-style: none;
}

UL#navi-side LI {
	height: 32px;
	background: transparent url(../img/bg_navi_side_item4.jpg) 0 0 no-repeat;
	margin-bottom: 1px;
	padding: 0;
	line-height: 31px;
}

UL#navi-side LI A {
	display: block;
	height: 32px;
	padding: 0 5px 0 15px;
	line-height: 31px;
	font-weight: bold;
	text-shadow: #000000 1px 1px 0px;
}

UL#navi-side LI A:HOVER {
	background: transparent url(../img/bg_navi_side_item4.jpg) 0 -32px no-repeat;
	text-decoration: none;
}

UL#navi-side LI.act {
	background: transparent url(../img/bg_navi_side_item4.jpg) 0 -64px no-repeat;
}

A#contentlink {
	color: #ff0000
}

P.caption {
	padding: 5px 11px;
	font-style: italic;
	color: #444;
}

P.newsdate {
	padding: 17px 0 0 0;
	font: normal 0.917em/1 Tahoma, Arial, Helvetica, sans-serif;
}

DIV.newsitem H2 {
	background: none;
	padding-left: 0;
	font: normal 1.583em/1.211 Arial, Helvetica, sans-serif;
}

TABLE.answercellframe {
  background: #eeeeee;
  color: black;
  margin-top: 10pt;
  margin-bottom: 10pt;
  margin-left: 10pt;
  margin-right: 10pt;
  padding-top: 10pt;
  padding-bottom: 10pt;
  padding-left: 10pt;
  padding-right: 10pt;
}


TD.answercell {
  background: #ffffff;
  text-align: left;
  text-valign: top;
  color: black;
  font-weight: normal;
  font-size: 9pt;
  padding-top: 10pt;
  padding-bottom: 0pt;
  padding-left: 10pt;
  padding-right: 10pt;
}

LI.bullets1 {
  margin-left: 17px; 
  padding: 0px; 
  list-style-image: url(../img/blue_bullet2.gif);
}