*, body
{
	background-color: #FFFFFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

html, body
{
	height:100%; 
	max-height: 100%;
	min-height: 100%;
	min-width: 800px;
	padding: 0;
	margin: 0;
}

#mainframe
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1000px;
}

#logo
{
	position: absolute;
	top: 0;
	left: 5px;
	width: 255px;
	height: 107px;		
}


#logo a img
{
	border: 0;
	margin: 14px 0 -3px 0;
	float: left;
}


#header
{
	position: absolute;
	top: 0;
	left: 260px;
	width: 560px;
	height: 107px;
	overflow: visible;
	z-index: 5;

/*	width: expression(document.body.clientWidth - 430 + "px"); */

	/*White-Space: nowrap;*/
	padding-left: 5px;
}

#banner
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 30px;
	width: 170px;
	overflow: auto;
	z-index: 1;
/*
	left: expression(document.body.clientWidth - 170 + "px");
*/	
	height: expression(document.body.clientHeight + "px");
	text-align: center;
}

#menu
{
	position: absolute;
	top: 110px;
	bottom: 30px;
	left: 5px;	
	width: 250px;
	overflow: auto;

	font-size: 0.8em;
}

#content
{
	position: absolute;
	top: 110px;
	bottom: 30px;
	left: 260px;	
	width: 560px;
	overflow: auto;
	z-index: 5;	

	height: expression(document.body.clientHeight - this.offsetTop - 30 + "px");
/*
	width: expression(document.body.clientWidth - 430 + "px");
*/
	font-size: 0.8em;
	padding-left: 5px;
}

#degal
{
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 170px;
	z-index: 5;

	top: expression(document.body.clientHeight - 28 + "px");
/*	width: expression(document.body.clientWidth - 170 + "px"); */

	white-space: nowrap;
	font-size: 0.7em;
	padding-left: 5px;
	color: #16327B;

	padding-top: 3px;
	padding-bottom: 3px;
}

#degal a
{
	text-decoration: none;
	font-weight: bold;
	color: #16327B;	
}

#degal a:hover
{
	text-decoration: underline;
	color: #FDBC2C;
}

#title
{
	font-size: 1.4em;
	color: #16327B;
	padding-top: 10px;	
	padding-bottom: 5px;	
}


#title
{
	font-size: 1.4em;
	color: #16327B;
	padding-top: 10px;	
	padding-bottom: 5px;	
}

#smalltitle
{
    position: absolute;
    width: 160px;
    left: 100px;
    top: 27px;
   	font-size: 0.9em;
   	font-weight: bold;
	  color: #16327B;
}

#navlinks
{
    padding-bottom: 5px;
	padding-top: 20px;		
}

#navlinks a
{
	vertical-align: bottom;
	font-size: 0.8em;
	color:#16327B;
	text-decoration: none;
}

#navlinks a:hover
{
	color: #FDBC2C;
	text-decoration: underline;
}

#navlinks a img
{
	border: 0px;
	vertical-align: middle;
	background-color: #FEF9E2;
}

#path 
{
	font-size: 0.7em;
	font-weight: bold;
	color: #FDBC2C;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 20px;		
	width: 560px;
}

#path a
{	
	color: #16327B;
	text-decoration: none;
}

#path a:hover
{
	color: #FDBC2C;
	text-decoration: underline;
}

/* Menu Links */

#menu a
{
	display: block;
	border-top: 1px solid #ffffff;
}

a.level1, a.level1selected
{
	padding: 3px 3px 3px 3px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.level1
{
	background-color: #16327B;
}

a.level1:hover, a.level1selected
{
	background-color: #0066CC;
}

a.level2, a.level2selected
{
	padding: 3px 3px 3px 6px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.level2
{
	background-color: #6699CC;
}

a.level2:hover, a.level2selected
{
	background-color: #6699FF;
}

a.level3,  a.level3selected
{
	padding: 3px 3px 3px 9px;
	color: #ffffff;
	text-decoration: none;
}

a.level3
{
	background-color: #EEAA0D;
}

a.level3:hover, a.level3selected
{
	background-color: #FF9900;
}

/* Menu Links End */

/* Content */

.title1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #16327B;
	padding: 5px 0px 8px 0px;
	border-top: 1px solid #EEAA0D;
	border-bottom: 2px solid #EEAA0D;
}

.title2
{
	font-weight: bold;
	color: #16327B;
}

ul.linkslist
{
	padding: 0;
	margin: 0;

}

ul.linkslist li
{
	font-size: 1.1em;
	list-style-type: none;
	margin-bottom: 5px;
	color: #000000;
}

ul.linkslist li a
{
	text-decoration: none;
	color: #16327B;
}

ul.linkslist li a:hover
{
	color: #FDBC2C;
	text-decoration: underline;
}


.details
{
	font-weight: normal;
	font-size: 0.9em;
	padding: 5px;
	margin: 5px 5px 5px 15px;
	color: #000000;
}

.details, .details div.title1, .details div.title2
{
	background-color: #FEF9E2;
}



a.link
{	
	color: #16327B;
	text-decoration: underline;
}

a.link:hover
{
	color: #FDBC2C;
	text-decoration: none;
}
/* Content End */