body {
	background-color: #ffc;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 190%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 130%;
}

#printimg {
	display: none;

}

#header {
	border: 1px solid #000;
	background-image: url(../images/small_logotest.gif);
	/*background-position: 25px 50%;*/
	background-repeat: no-repeat;
	padding-left: 190px;
	min-width: 560px;
}

#header-right {
}

#images {
	/*margin-left: 250px;*/
	/*padding-left: 250px;*/
	border-left: 1px solid #000;
	/*border-left: 100px;*/
}

#images img {
	margin: 5px;
}

#links {
	border-left: 1px solid #000;
	/*border-left: 100px;*/
	padding-bottom: 10px;
	/*height: 20px;*/
}

#links a {
	margin: 5px;
	
}

#menu {
	float: left;
	border: 1px solid #000;
	padding: 10px;
	margin-top: 5px;
	/* This sets the width of the menu */
	/* width: 250px; 20060108 */
	width: 185px; 	

	/* This sets the space between the menu and the content */
	margin-right: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: -1em;
}

#menu li {

}

#menu a {
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	/*text-indent: 15px;*/
	
}

#content {
	/* this sets the distance from the edge of the page to the content area */
	/*margin-left: 280px; 20060108 */
	margin-left: 215px; 
}

.mainMenu_no a {
	background-image: url(../res/listminus.gif);
}

.mainMenu_act a {
	background-image: url(../res/listminus.gif);
}

.mainMenu_sub a {
	background-image: url(../res/listplus.gif);
}
