/* layout hpils */
body{
	text-align: center;
	margin: 0px;
	background-image: url(../images/bg.gif);
}
#container {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 782px;
}
#middlebg {
	background-color: #FFFFFF;
	border-top: 1px none #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
	vertical-align: top;
	width: 760px;

}
#header{
	background-image: url(../images/header.jpg);
	height: 43px;
	width: 760px;
}
#sky{
	background-image: url(../images/sky.jpg);
	height: 52px;
	width: 760px;
}
#belowsky{
	background-image: url(../images/belowsky.jpg);
	height: 31px;
	width: 760px;
}
#rightcolumnbg{
	background-color: #99CC99;
	width: 135px;
	border-left-width: 1px;
	border-left-color: #000066;
	border-left-style: solid;
	vertical-align: top;
	padding-left: 5px;






}
#content{
	background-color: #FFFFFF;
	padding: 10px;
	width: 600px;
	vertical-align: top;

}
.navtable {
	padding: 5px;
	border: 1px solid #000033;
}
/* text  hpils */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9900CC;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336600;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	padding: 5px;
	border: 1px solid #000066;
}
.nav, a.nav:link, a.nav:active, a.nav:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;

}
a.nav:hover {
	color: #99CC99;
	text-decoration: none;
	padding: 10px;

}
a.side:link, a.side:active, a.side:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.side:hover {
	color: #99FFCC;
	text-decoration: none;
}
a:link, a:active, a:visited{
	color: #006600;
	text-decoration: none;

}
a:hover{
	color: #009900;
	text-decoration: underline;

}
hr {
	height: 1px;
	border: dotted #999999;
	width: 97%;
	color: #CCCCCC;



}
