body {
	margin: 0px;
	padding: 0px;
	background-color: #f7f7f7;
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	background-image: url(../images/bg.gif);
}
ul,li,td,div,p,span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
	line-height: 17px;
}
form {
	margin: 0px;
}
p
{
	padding:0px;
	margin-top:0px;
}
a {
	color: #006699;
}
 a:hover {
	color: #FFFFFF;
	background-color: #006699;
}
.currentsubmenu
{
	text-decoration:none;
	color:#999999;
}
#print a:hover
{
	background-color:Transparent;
}
#layoutcontainer {
	width: 100%;
	height: 100%;
}
#layoutcontainer td {
	vertical-align: top;
}
td#left-border {
	background-image: url(../images/borderleft.gif);
	background-repeat: no-repeat;
}
td#right-border {
	background-image: url(../images/borderright.gif);
	background-repeat: no-repeat;
}
#maincontainer, .container {
	width: 630px;
}
table.container {
	background: #f7f7f7;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
}
h1 {
	color: #1c1c1c;
	margin-top: 0px;
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: normal;
}
h2 {
	font-size: 11px;
	margin: 0px;
}
img {
	border: 0px;
}
#left-spacer, #right-spacer {
	width: 20px;
}
#middle-spacer {
	width: 35px;
}
.horizontal-spacer {
	height: 20px;
}
#siteheader {
	background-color: #EFF9F9;
}
td#menu {
	padding-left: 10px;
	background-color: #999999;
	background-image: url(../images/menubg.gif);
}
table#menu-items td {
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
table#menu-items a, table#menu-items a:hover {
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
table#menu-items .active {
	background-image: url(../images/activemenu.gif);
	padding-left: 2px;
	padding-right: 2px;
}
table#menu-items .active a, table#menu-items .active a:hover {
	background-color: #ffffff;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
table#menu-items td.graphics {
	padding: 0px;
	margin: 0px;
}
td#submenu {
	background-color: #ffffff;
	background-image:url(../images/submenubg.gif);
	background-repeat: repeat-x;
	padding: 7px 0px 7px 0px;
}
td#submenu ul {
	display: inline;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
td#submenu li {
	display: inline;
	padding: 0px 10px 0px 10px;
}
#header, #maincontent {
	width: 375px;
}
td#header {
	vertical-align: bottom;
}
td#rightbox {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e8e8e8;
	vertical-align: top;
}
td#maincontent {
	border-top: 1px dashed #c5c5c5;
}
td#maincontent div.content {
	border-bottom: 1px dashed #e3e3e3;
	padding-top: 20px;
	padding-bottom: 10px;
}
td#rightbox div.content {
	border-bottom: 1px dashed #c5c5c5;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.content div.last {
	border-bottom: 0px;
}
td#rightbox h1 {
	font-weight: bold;
}