* {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a img {border: none;}
body {
	background: url("pics/bg.gif") left top repeat;
	font-family: arial, sans-serif;
	padding: 38px 44px;
}
#wrapper {
	background-color: #fff;
	padding: 12px 18px;
	width: 730px;
}
h1 {
	background-image: url("pics/informatics.gif");
	background-repeat: no-repeat;
	text-indent: -2000em;
}
#main-nav {
	border: 1px solid #e2e2e2;
	height: 1.1em;
	list-style-type: none;
	margin-bottom: 1em;
	padding: 3px;
}
#main-nav li {
	background-image: url("pics/line.gif");
	background-repeat: no-repeat;
	padding: 0 10px;
	text-align: center;
}
#main-nav li#main-nav-homepage {
	background-image: none;
}
/** html #main-nav li a {position: relative}*/
#main-nav li a:link, #main-nav li a:visited {
	font-size: 75%;
}
#main-nav li a:hover, #main-nav li a:active {
	color: #fe5600;
}
/*#main-nav li:first-child a {
	border-left: none;
}*/
#whats-new {margin-top: -22px; margin-bottom: -34px;}
#container {
	border-bottom: 8px solid #d2d5dc; clear: both;
	padding-bottom: 40px;
}
h2 {
	color: #7b8ed3;
	font-size: 150%;
	font-weight: normal;
}
#side-pic {
	border-top: 7px solid #e6ebf1;
	padding-top: 10px;
}
#content {
	line-height: 115%;
	padding-bottom: 84px;
}
#content p {
	font-size: 80%;
	margin: 10px 0;
	text-align: justify;
}
#content ul, #content ol {
	font-size: 80%;
	margin: 10px;
	padding: 0 25px;
}
#content dt {font-size: 80%;}
#content #cw dt {
	color: #7b8ed3;
	font-size: 90%;
	font-weight: bold;
}
#content #cw dd {margin-bottom: 10px}
#content a:link, #content a:visited {
	color: #fe5800;
	text-decoration: none;
}
#content a:hover {text-decoration: underline}
ul#topics {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}
ul#topics li {
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 1px solid #bfbfbf;
	float: right;
	height: 12em;
	line-height: 100%;
	width: 240px;
}
ul#topics li p {
	font-size: 100%;
	padding: 8px 8px 8px 88px;
	text-align: right;
}
#item-1 {background-image: url("pics/1-bg.jpg");}
ul#topics #item-2 {
	background-image: url("pics/2-bg.jpg");
	border-right: none;
}
ul#topics #item-3 {
	background-image: url("pics/3-bg.jpg");
	border-top: none;
}
ul#topics #item-4 {
	background-image: url("pics/4-bg.jpg");
	border-right: none;
	border-top: none;
}
ul#topics h6 {
	background-color: #fff;
	background-repeat: no-repeat;
	color: #636363;
	font-size: 110%;
	padding: 10px 0;
}
#item-1 h6 {background-image: url("pics/1.gif");}
#item-2 h6 {background-image: url("pics/2.gif");}
#item-3 h6 {background-image: url("pics/3.gif");}
#item-4 h6 {background-image: url("pics/4.gif");}
@media all and (min-width: 0) {
	#item-2 h6, #item-4 h6 {border-left: 1px solid #bfbfbf}
}
#footer {
	border-top: 1px solid #cfcfcf;
	margin-top: 3px;
	padding-top: 8px;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	background: url("pics/line.gif") left 6px no-repeat;
	padding: 0 8px;
}
#footer ul li#footer-homepage {
	background-image: none;
}
#footer ul li a:link, #footer ul li a:visited {
	font-size: 80%;
}
#footer ul li a:hover, #footer ul li a:active {border-bottom: 1px dashed #7b8ed3}
#footer p {
	font-size: 80%;
}
.clear {clear: both;}