/* body definition for all pages */

body {
	background-color: white; 
}


/* body definition for most pages */
body.general {  
	background-color: #ffffff;
       	background-image: url(http://www.menet.umn.edu/~kaszeta/image/background.gif);
	background-repeat: repeat-y;
	color: #000000; 
}

/* body definition for third level pages */
body.thirdLevel {  
	background-color: white;
        background-image: url(http://www.menet.umn.edu/~kaszeta/image/background_top.gif);
	background-repeat: repeat-x;
	color: #000000;
        margin-top: 0pt; 
}


h1 {
	text-align: center;
	margin-top: 2ex;
}	

h1.third-level-title {
     text-align: left;
     margin-top: 0ex;
     color: rgb(225,225,225);
}

p.menuhead {

	text-align: left;
	color: black;
	font-weight: bold;
	font-family: Helvetica,sans-serif;
	font-size: 14pt;
}


a.menu-item {
	text-decoration: none;
	color: rgb(201,201,201);
	font-weight: bold;
	font-size: 14pt;
	font-family: Palatino,serif;
	margin-top: 5px;
}


a.sub-menu-item {
	text-decoration: none;
	color: rgb(201,201,201);
	font-weight: bold;
	font-size: 14pt;
	font-family: Palatino,serif;
        margin-left: 10px;
	margin-top: 5px;
}


a.menu-item-current {
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	font-size: 14pt;
	font-family: Palatino,serif;
	margin-top: 5px;
}

a.top-menu-item {
	text-decoration: none;
	color: rgb(225,225,225);
	font-weight: bold;
	font-size: 14pt;
	font-family: Times;
	margin-top: 6px;
}

a.top-menu-item-current {
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	font-size: 14pt;
	font-family: Times;
	margin-top: 6px;
}

a.top-menu-item-thirdlevel {
	text-decoration: none;
	color: rgb(201,201,201);
	font-weight: bold;
	font-size: 14pt;
	font-family: Palatino,serif;
	margin-top: 0px;
        margin-left: 1px;
}

p.header {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 14pt;
	font-family: Times;
	margin-top: 6px;
}

td.winner {
	color: #ff000
}


/* for pre-formatted text */
pre {
	font-family: courier
}






/* for links */

/*a:link    { color: maroon } unvisited links */
/*a:visited { color: #300010 }       visited links */
/*a:active  { color: yellow }          active links */
