/* layout */

html {
	background-color: White;
	background: url(bg1.gif) repeat-x top left;
}

body {
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6em; 
}

#flash	{
	position: absolute;
	top: 10px;
	_top: 16px;
	width: 800px;
	text-align: center;	
}

#frame	{
	top: 0px;
	margin: 0 auto;
	width: 800px;
	border: 1px solid #000000;
	background-color: White;
	text-align: left;	
}

#top	{
	height: 120px;
	background-image: url(header.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#topmenu	{
	top: 0px;
	left: 0px;
	height: 27px;
	background-image: url(topmenu.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 130%;
	color: White;
	font-weight: bolder;
}

#content {
    background-color: transparent;
    margin:0px;
    padding:10px 10px 10px 30px;
	_height: 422px; 
	 min-height: 422px;
}

#footer	{
	left: 0px;
	padding: 0px;
	color: White;
	padding: 5px 5px 0px 0px;
	background-image: url(footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}



/* fonts e.d. */

#topmenu a:link {
	text-decoration: none;
	color: #ffffff;
}

#topmenu a:visited{
	text-decoration: none;
	color: #ffffff;
}

#topmenu  a:hover {
	text-decoration: none;
	color: #FF8C00;
}

#topmenu  a:active {
	text-decoration: none;
	color: #FF8C00;	
}

#footer a:link {
	text-decoration: none;
	color: #ffffff;
}

#footer a:visited{
	text-decoration: none;
	color: #ffffff;
}

#footer  a:hover {
	text-decoration: none;
	color: #FF8C00;
}

#footer  a:active {
	text-decoration: none;
	color: #FF8C00;	
}

li	 {
    margin-left:20px;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-size: 120%;
}

b {
	font-weight: normal;
}