body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #EDEDED;
}
basefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #333333;
}
a:link {
	text-decoration: underline;
	color:#000000;
}
a:visited {
	color: #666666;
}
a:hover {
	color:#FF9900;
}
#page {
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(/objs/page_bg.gif);
	background-repeat: repeat-y;
}
/* header stuff */
#header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(/objs/hdr_image.jpg);
	background-repeat: no-repeat;
	background-position: 175px top;
}

#header #strapline {
	height: 17px;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 0px;
	color: #EDEDED;
}
/* end of header stuff */
/* footer stuff */
#footer {
	padding: 0px;
	text-align: right;
}
#footer #bar {
	background-color: #333;
	padding-left: 175px;
	padding-right: 20px;
}
#footer #copyright {
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 2px;
	color: #999;
	font-size: 11px;
}
#footer #copyright a:link {
	color: #999;
}
#footer #copyright a:visited {
	color: #999;
}
#footer #copyright a:hover {
	color:#FF9900;
}
/* end of footer stuff */
#page #sidebar {
	width: 175px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#page #content {
	background-color: #FFFFFF;
	float: right;
	position: relative;
	width: 735px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #333333;
}
/* menu stuff */
#page #sidebar a:link, #page #sidebar a:visited {
	text-decoration:none;
	color: #FFFFFF;
	
}
#page #sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
}
#page #sidebar li {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 5px;
	height: 20px;
}
#page #sidebar .menuli {
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color:#333333;
	background-image: url(/objs/menuli_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#page #sidebar .menuli:hover {
	background-color:#FFCC00;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(/objs/menuli_select.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}
#page #sidebar .menuliSelected {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	background-color:#FFCC00;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(/objs/menuli_select.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/* end of menu stuff */
.sidebarTable {
	font-family: "Courier New", Courier, monospace;
	color: #EDEDED;
	background-color: #FFFFFF;
}
.sidebarTable .top {
	background-color: #333333;
	height: 19px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(/objs/block.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
}
.sidebarTable .bottom {
	background-color: #333333;
	height: 20px;
}
.sidebarTable .content {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#page #content h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	background-color: #EDEDED;
	padding-left: 2px;
	line-height: 19px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #FF8000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#page #content h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	background-color: #EDEDED;
	background-image: url(/objs/block.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 21px;
	margin: 0px;
	height: 18px;
	padding-top: 2px;
}
#page #content h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	margin: 0px;
}
.Table {
	background-color: #FFFFFF;
}
.Table th {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #FF8000;
	background-color: #EDEDED;
	height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.Table td {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: top;
}
.Table .seperator {
	background-color: #EDEDED;
}
#page #content li {
	list-style-image: url(/objs/bullet.jpg);
}

#page #content form {
	margin: 0px;
	padding: 0px;
}
dt {
	font-weight: bold;
}
dd {
	padding-bottom: 10px;
}
