*
{
	margin: 0; 
	padding: 0;
}
.table_brdr {
	border: 1px solid #000000;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(/images/stripe.gif);
	background-repeat:repeat-x repeat-y;
}

.body_blok {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(/images/blok.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000000;
}

#wrapper {
	width: 780px;
	margin: auto;
	position: relative;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}
#bodywrap
{
display:block;
clear:both;
width:780px;
height:auto;
margin:auto;
background-color:#FFFFFF;
border-color:#000000;
border-bottom-width:thick;
}
#bodywrap_b
{
display:block;
clear:both;
width:780px;
height:auto;
margin:auto;
background-color:#ebe9da;
border-color:#000000;
border-bottom-width:thick;
}
#header {
	background: url(/images/igo_banner_780.jpg) no-repeat;
	background-position:center;
	width: 780px;
	height: 199px;
}

.t {background: url(/images/side_r.png) 0 0 repeat-x}
.b {background: url(/images/side_b.png) 0 100% repeat-x}
.l {background: url(/images/l.jpg) 0 0 repeat-y}
.r {background: url(/images/r.png) 100% 0 repeat-y}
.bl {background: url(/images/bl.jpg) 0 100% no-repeat}
.br {background: url(/images/br.jpg) 100% 100% no-repeat}
.tl {background: url(/images/tl.jpg) 0 0 no-repeat}
.tr {background: url(/images/tr.jpg) 100% 0 no-repeat} 

#innerbody
{
display:block;
padding:20px;
clear:both;
border:thin;
border-color:#000000;
}

.row {
	background-image: url(/images/row.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: x-large;
	color: #FFFFFF;
	background-color: #000000;
}
.titl_top {
	font-size: 16px;
	font-weight: bold;
}
.banner {
	background-image:url(/images/igo_banner_780.jpg);
	background-position:center;
}
a:link {
	text-decoration: none;
	color: #2E4E89;
}
a:hover {
	text-decoration: none;
	color: #5B82C8;
}
a:visited {
	text-decoration: none;
	color: #2E4E89;
}
a:visited:hover {
	text-decoration: none;
	color: #5B82C8;
}
.tabletop {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	padding: 2px;
}
.tabletop_large {
	font-size: x-large;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
}
.tabletop_medium {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	padding: 3px;
}
.tablerows {
	color: #333333;
	background-color: #999999;
	font-size: 12px;
	padding: 2px;
}
.tablerows_medium {
	color: #333333;
	background-color: #999999;
	font-size: 14px;
}
.tablerows_large {
	color: #333333;
	background-color: #999999;
	font-size: large;
}
.left_gutter {
	background-image: url(/images/l.jpg);
	background-repeat: repeat-y;
	background-position: right;

}

.right_gutter {
	background-image: url(/images/r.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}

.cel_pad {
	padding: 4px;
}


.resource_text {
	text-indent: 15px;
}
.rollover_pass a {
	display:block;
	width: 214px;
	height:20px;
	background: url("/images/pass.jpg") 0 0 repeat-x;
	background-position: 0 0px;
	height: 16px;
	padding: 0px;
}
.rollover_pass a:hover { 
	background-position: 0 -20px;
}
.red_error {
	color: 990000;
	border: thin solid rgb(255,0,0);
	background-color: #FFEAEA;
}
.green_info {
	color: #336600;
	border: thin solid rgb(51,200,0);
	background-color: #E1FFE1;
}
/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position:relative;		
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:none;
/*	margin:2em;
	margin-top: 1em;
*/	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #000000;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #2E4E89;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:20%;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:100%;	/* width of all menu boxes */

	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
.footer {
font-size:9px;
text-align:center;
color:#000000;
display:block;
clear:both;
}
