/*--------------------------------------------------
	Yellow	- RGB 248,208,0		- hex #f8d000 ( #fd0 )
	Orange	- RGB 238,129,26	- hex #ee811a ( #D71 )
	Red			- RGB 231,83,0		- hex #e75300 ( #e50 )
	Grey		- RGB 169,170,173	- hex #a9aaad ( #aaa )
	Black		- RGB 45,44,44		- hex #2d2c2c ( #222 )
--------------------------------------------------*/

body {
	background: #000 url() repeat fixed left top;
	color: #EEE;
	font: normal 75%/106% Trebuchet, Arial, sans-serif;
}
		
#sizer {
}

#expander {
}

#wrapper {
} 

/*--------------------------------------------------
	Header
--------------------------------------------------*/
#header {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent url() repeat fixed left top;
	border: 0px;
}
#tabs {
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent url() repeat fixed left top;
}

#logo {
	display: block;
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
}

#search	{
	position: absolute;
	top: 20px;
	right: 10px;
	height:40px;
	width: 246px;
	padding: 0;
	margin: 0;
	border: 0px none;
	z-index: 99;
	text-align: left;
}

#search	label {
	display: inline;
	margin: 0;
}

#search	#q_el {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 100%;
	padding: 2px 3px 4px 5px;
	margin: 0;
	height:27px;
	width: 180px;
	background: url("search_box.gif") no-repeat left top;
}
#search	#q {
	height:19px;
	width: 180px;
	margin: 0;
	border: 0px none;
	background: transparent;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
}
#search	#g {
	position: absolute;
	top: 0px;
	left: 184px;
	border: 0px none;
}

#search	#b_opt {
	display: block;
	position: absolute;
	top: 32px;
	left: 0;
	width: 207px;
	border: 0px none;
	text-align: right;
}
#search	#b_opt label {
  height: 22px;
	font: normal 13px/1.2em Arial, Helvetica, sans-serif;
}
#search	#b_opt input {
	vertical-align: middle;
	line-height: 20px;
	margin-bottom: 0.15em;
}

/*--------------------------------------------------
	Content
--------------------------------------------------*/
table.ggn
{
	border-collapse: collapse;
}

table.ggn th
{
	padding: 1.5em 0.5em 0.5em 0.5em;
	font-size: 130%;
	line-height: 1.5;
	font-weight: bold;
}
table.ggn td
{
	padding: 0.5em 0.5em 0.5em 0.5em;
}

table.ggn td a
{

}

table.ggn td a:hover
{

}

div#wrn
{
 padding: 0 0.5em;
 margin: 0;
}
.content div#wrn p
{
 font: normal 11px/12px Trebuchet, Arial, Helvetica, sans-serif;
 color: #666;
}
.content div#wrn p a:link,
.content div#wrn p a:visited,
.content div#wrn p a:hover,
.content div#wrn p a:active
{
	border-bottom: 0px none;
}

div.abstract
{
 font-size: 120%;
 margin: 0;
 padding: 0;
}

/*--------------------------------------------------
	Columns
--------------------------------------------------*/



/*--------------------------------------------------
	Right Col
--------------------------------------------------*/



/*--------------------------------------------------
	Footer
--------------------------------------------------*/

#footer { 
	position: relative;
	display: block;
	clear: both;
	font-size: 120%;
	height: 34px;
	padding: 0 0 0 0;
	margin: 0 0 0 -3px;
	background: transparent url() no-repeat left bottom;
	text-align: right;
}
#footer p { 
	position: relative;
	display: block;
  padding: 0 1.5em;
	float: right;
	text-align: right;
}

#footer #bttop,
#footer #bttop:hover
{ 
  padding: 0 1.5em;
  font-size: 0.9em;
  font-weight: bold;
  color: #C00;
  line-height: 34px;
  float: left;
  text-align: left;
  text-decoration: none;
}

