@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	background-image: url(../images/iw_background.gif);
	background-color: #333;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #42912B;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #42912B;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0F65AC;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase; 
	margin: 0;
	padding: 0;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#main {
	background-color: #FFF;
	width: 777px;
	border: 1px solid #999;
	margin: auto;
}
#menu-area {
	background-image: url(../images/menu_background.jpg);
	background-repeat: no-repeat;
}
#menu-list {
	margin: 0px;
	padding: 0px;
}
#menu-list li {
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}
#menu-list li a {
	color: #333;
}
#content {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 100px;
}
.with-sidebar {
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.list-left {
	float: left;
	margin: 0;
}
.list-right {
	margin-left: 300px;
}
#copyright {
	width: 777px;
	margin: auto;
}
#copyright p {
	font-size: 11px;
	text-align: center;
	margin: 0;
}
#div-bottom {
	clear: both;
	padding: 10px;
}
