body {
	/* [disabled]background-image: url(background.gif); */
	background-color: #FADAC1;
}

.header {
	background-color: #FFF;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-image: url(bg-header.jpg);
	background-repeat: no-repeat;
	height: 148px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.footer {
	height: 35px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #666;
	text-align: center;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu-wrapper {
	background-image: url(bg-menu-2.jpg);
	height: 31px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #666;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	width: 960px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

ul {
	font-family: Arial, Verdana;
	font-size: 17px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
} ul li {   display: block;   position: relative;   float: left; } li ul { display: none; } ul li a {
	display: block;
	text-decoration: none;
	color: #666666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 5px 15px 5px 15px;
	background: #2C5463;
	/* [disabled]margin-left: 1px; */
	white-space: nowrap;
	background-image: url(bg-menu.jpg);
} 
ul li a:hover {
	/* [disabled]background: #617F8A; */
} li:hover ul {   display: block;   position: absolute; } li:hover li {
	float: none;
	font-size: 12px;
	width: 120px;
} li:hover a {
	background: #efefef;
	color: #666;
} li:hover li a:hover {
	background: #ffffff;
	background-color: #CCC;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DB731C;
	margin: 0px;
	padding: 0px;
}
.bodytext {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
}
.bodytextred {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
color:#FF0000;
font-weight:bold;
}
.article {
background-color:#e5e5e5;
padding:20px;
background-image:url(articlebg.jpg);
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-right-radius:20px;
border-bottom-left-radius:20px; 
}
.pdfimg {
float:right;
margin-right:20px;
}
.bodyheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DB731C;
	margin: 0px;
	padding: 0px;
}
textarea {
resize:none;
}