html, body {
	height: 100%;
}
	
body {
	margin: 0px;
	background-image: url(../images/bg.gif);
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	position: relative;
}
#header {
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 138px;
}
#logo {
	height: 104px;
	width: 108px;
	padding-top: 20px;
	padding-left: 32px;
}
#menu {
	float: left;
	width: 160px;
	height: 1050.px;
	padding-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	height: 100%;
}
#core_participants {
	float: right;
}

#search {
	float: right;
	margin-top: 5px;
}
.search_box {
	border: 1px solid #000000;
	padding: 2px;
	margin-bottom: 4px;
}
#content {
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.imgcell img {
  display: block; 
}




/*
-------------------
| Menu Style Info |
-------------------
*/

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #000000;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
}
#logos {
}
#container #menu #logos a:hover {
	background-image: none;
}

#menu a:hover {
	background-image: url(../images/menu_ro.jpg);
	background-repeat: repeat-y;
}

#menu li {
	position: relative;
} 

#menu ul ul {
	position: absolute;
	top: 0;
	left: 93%;
	width: 155px;
	background-color: #EAEAEA;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background-color: #EAEAEA;
}
		
/* 2ND COLUMN */
div#menu ul ul,
div#menu ul li:hover ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{
	display: block;

}

/* 3RD COLUMN */
div#menu ul ul,
div#menu ul  li:hover ul ul
{
	display: none;
}
#footer {
	clear: both;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	width: 100%;	
}

.bigtext {
	width: 250px;	
}



/*
-------------------
| Style Info |
-------------------
*/
.bullets {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
}
.bullets_numbers {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
}
h1 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #248431;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h5 {
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.italictext {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
a {
	font-size: 12px;
	line-height: 18px;
	color: #000099;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.numbers {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	list-style-type: decimal;
}
.boldtext {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bolditalictext {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: italic;
}
.bulletindent {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	list-style-image: url(../images/bullet01.gif);
}
.finetext {
	font-size: 9px;
	line-height: 11px;
	color: #666666;
	text-decoration: none;
}
.small_link_text {
	position: relative;
	bottom: .4em;
	font-size: .7em;
}

