
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: small;
	background-color: white;
	color: black;
	line-height: 1.2em;
}



/***************************
MARKUP SECTION
***************************/
h2 {
	background-color: #808080;
	color: white;
	font-size: large;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

h3 {
	font-size: large;
	background-color: #f1f1f1;
	color: #808080;
	padding-bottom: 0.5em;
}

p {
	padding-bottom: 1em;
	padding-top: 0.7em;
}

/* dictionaries layout (used in the News section */
dt {
	font-weight: bold;
	padding-bottom: 0.5em;
	padding-top: 0.7em;
}
dd {
	padding: 0 0 1em 2em;
}



a:link { 
	color: #808080;
	/* background-color: white;*/
	text-decoration: none;
	/* font-weight: bold; */
}

a:visited {
	color: #808080;
	background-color: white;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: black;
	background-color: white;
	font-weight: bold;
}

a:hover {
	color: black;
	background-color: white;
	text-decoration: underline;
}

ol.menu a:visited, ol.menu a:active, ol.menu a:hover, ol.menu a:link {
	color: black ;
	background-color: #f1f1f1;
	text-decoration: none;
	font-weight: normal;
}

ol.menu a:hover {
	text-decoration:underline;
}


/* different lists have a different square in front of them */
ul {
	list-style: none;
	padding-top: 0.7em;
	padding-bottom: 1em;
}

ul#yellow li {
	padding-left: 1.5em;
	background-image: url(yellow_square.png);
	background-repeat: no-repeat;
}

ul#pink li {
	padding-left: 1.5em;
	background-image: url(pink_square.png);
	background-repeat: no-repeat;
}

/* menu */
ol.menu {
	padding: 0;
	margin-left: 0;
	list-style: none;
	line-height: 1.5em;
}

/***************************
LAYOUT SECTION
***************************/
#container {
	width: 60em;
	min-width: 50%;
	margin-left: auto;
	margin-right: auto;
	border: 0.2em solid #808080;
}

#header {
	width: 100%;
	height: 1em;
	font-size: xx-large;
	font-weight: bold;
	padding-bottom: 1em;
	padding-top: 1em;
	background-color: #808080;
	color: white;
	border-bottom: 0.1em solid #f1f1f1 ;
	}

#wrapper {
	width: 100%;
	background-color: #f1f1f1;
	color: black;
	padding-bottom: 0.1em;
}

#center {
	margin-right: 162px;
	margin-left: 10em;
	min-height: 600px;
	color: black;
	background-color: white;
}
#left {
	float: left;
	margin-left: 0;
	width: 10em;
}

#left #menu {
	padding-left: 0.2em;
}

#right {
	float: right;
	width: 160px;
}

#footer {
	clear: both;
	height: 2em;
	text-align: right;
	font-size: small;
	background-color: #f1f1f1;
	color: #808080 ;
}
