html, body {
	height: 100%;
	color: #ECECEC;
			}
body { color: #505050; margin: 0; padding: 0; font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif; }
#container {
				position: relative;
				min-height: 100%;
			}
#spacer { clear: both; }
#internal-block {
	background-color: #CCCCCC;
	width: 100%;
	height: 40px;
	background-image: url(images/lines.gif);
	background-repeat: repeat;
}
#sub-nav {
	width: 170px;
	border-right: 1px solid #ccc;
	float: left;
}
#sub-nav ul { margin: 0; padding: 0 0 0 0px; }
#sub-nav li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	display: list-item;
	padding-left: 5px;
}
#sub-nav li a { color: #036; font-size: 12px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; }
#sub-nav li a:hover { color: #595959; font-size: 12px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; }
#home-block {
	background-color: #003333;
	width: 100%;
	height: 230px;
	background-image: none;
	text-align: center;
}
#highlight {
	padding: 5px 10px 10px;
	float: right;
	height: auto;
	width: 250px;
	border: medium solid #CCCCCC;
	margin-left: 10px;
	margin-bottom: 5px;
}
#content {
	width: 810px;
	margin: 0 auto;
	padding: 0 20px 70px 0px;
}
#content-foot { color: #9a9a9a; margin: 0 auto; width: 800px; }
#content-sub-nav { color: #9a9a9a; margin: 0 auto; width: 830px; }
#mwhdesign { text-align: right; float: right; }
#mwhdesign a:hover { color: #fff; }
#mwhdesign a { color: #c9c9c9; }
#float-left { width: 250px; float: left; }
.float-left-img { float: left; padding-right: 5px; }
#header { position: relative; width: 800px; height: 48px; margin: 0 auto; padding-top: 20px; padding-bottom: 0px; }
#footer1 { position: absolute; bottom: 100px; background-color: #ccc; width: 100%; height: 40px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; }
#footer { background-color: #036; position: absolute; bottom: 0; width: 100%; height: 100px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; }

#nav { margin: 1em 0 0; padding: 0.6em 0 0; font-weight: bold; background-image: url(images/fill.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 bottom; }
#nav ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul {
	padding: 5px 0 5px;
	text-align: center;
}
#nav ul li {
	display: inline;
	margin-right: -2px;
}
#nav ul li a { color: #fff; font-size: 13px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 35px; background-image: url(images/tableft.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; text-decoration: none; padding: 10px 0 8px; }
#nav ul li span {
	background: url(images/tabright.gif) no-repeat right top;
	padding: 10px 20px 8px 10px;
	margin: 4px 0 4px 12px;
}
#nav ul li a:hover span { color: black; text-decoration: none; background-position: 100% -75px; }
#nav ul li a:hover {
	background-position: 0 -75px;
}
#nav #current a {
	background-position: 0 -150px;
}
#nav #current a span {
	background-position: 100% -150px;
}
p { }

td { }
a:link { color: #036; }
a:visited { color: #036; }
a:hover { color: black; }
a:active { }
#col-left { width: 450px; float: left; padding-right: 20px; }
#col-right { width: 340px; float: left; }
h1 {
	color: #036;
	font-size: 27px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 40px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#green { position: absolute; top: 84px; left: 600px; z-index: 100; }
h2 { color: #5c5c5c; font-size: 17px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; line-height: 15px; width: 100%; padding-bottom: 8px; border-bottom: thin solid #c0c0c0; }
h4 { color: #FFFFFF; font-size: 22px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 50px; background-color: #999999; text-align: center; width: 170px; height: 40px; margin: 0; padding: 0; }
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat right bottom;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h3 { margin: 0; padding: 22px 30px 5px; color: white; font-weight: bold; font-size: 1.2em; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; line-height: 1em; background-image: url(images/sbhead-l.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; }
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 25px;
}
.padding { padding-top: 8px; padding-right: 8px; }
#top-nav {
	width: 150px;
	height: 20px;
	float: right;
	padding-top: 20px;
}
#right-content {
	float: left;
	width: 605px;
	padding-left: 20px;
	padding-top: 10px;
}
.table-title { background-color: #ccc; }
.table-inner { background-color: #c2d6eb; }
#col-left li {
	width: auto;
	float: none;
	list-style-image: none;
	font-weight: normal;
	color: #003366;
	padding: 0px 5px 0px 0px;
	list-style-position: outside;
	list-style-type: none;
}
.linkpad { padding-left: 15px; border-left: 1px solid #c0c0c0; }
.newspad { padding-right: 15px; }#sipa {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-bottom: 250px;
	bottom: 200px;
	text-align: center;
}
#sipa p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
