@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #d9dbc7;
	background-image: url(../images/background-main.gif);
	background-repeat: repeat;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	display: inline;
}
a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.dl-background {
	background-image: url(../images/dl-background.png);
	background-repeat: repeat;
	width: 100%;
	min-height: 1000px;
}
.is-background {
	background-image: url(../images/is-background.png);
	background-repeat: repeat;
	width: 100%;
	min-height: 1000px;
}
.pg-background {
	background-image: url(../images/pg-background.png);
	background-repeat: repeat;
	width: 100%;
	min-height: 1000px;
}
.basic #container {
	width: 960px;
	border: 3px solid #959683;
	text-align: left;
	background: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.basic #header {
	padding: 0px;
}
.basic #header img {
	margin: 0;
}
.basic #dl-sidebar {
	float: left;
	width: 200px;
	padding: 15px 10px 15px 20px;
	background: url(../images/dl-sidebar.jpg) repeat-y;
}
.basic #is-sidebar {
	float: left;
	width: 200px;
	padding: 15px 10px 15px 20px;
	background: url(../images/is-sidebar.jpg) repeat-y;
}
.basic #pg-sidebar {
	float: left;
	width: 200px;
	padding: 15px 10px 15px 20px;
	background: url(../images/pg-sidebar.jpg) repeat-y;
}
.basic #dl-sidebar p {
	margin: 0;
	font-size: 135%;
	line-height: 2em;
}
.basic #is-sidebar p {
	margin: 0;
	font-size: 135%;
	line-height: 2em;
}
.basic #pg-sidebar p {
	margin: 0;
	font-size: 135%;
	line-height: 2em;
}
.basic #maincontent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.basic h1 {
	padding-top: 10px;
	font-size: 250%;
}
.basic #dl-footer {
	background: url(../images/dl-footer.jpg) no-repeat 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
.basic #is-footer {
	padding: 0 0px 0 200px;
	background: url(../images/is-footer.jpg) no-repeat 0px 0px;
}
.basic #pg-footer {
	padding: 0 0px 0 200px;
	background: url(../images/pg-footer.jpg) no-repeat 0px 0px;
}
.basic #dl-footer p {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: xx-small;
}
.basic #is-footer p {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: xx-small;
}
.basic #pg-footer p {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: xx-small;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.largetext {
	font-size: 135%;
	line-height: 1.5em;
	padding-right: 20px;
}
