/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	margin-bottom: 3px;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
img {
	border: 0;
}
/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
/* Page setup */
body {
	text-align: center;
	background-color: #CCCCCC;
}
#container {
	margin-right: auto;
	margin-left: auto;
	height: 620px;
	width: 975px;
	position: relative;
}
/* Content */
#content {
	height: 620px;
	width: 975px;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
#tpmnu {
	height: 28px;
	position: absolute;
	top: 128px;
	left: 12px;
	z-index: 1000;
}
#tpmnu div {
	border-right: 2px solid #666666;
	height: 28px;
}
#rtmnu {
	position: absolute;
	font-size: 75%;
	left: 830px;
	top: 160px;
}
#rtmnu-logo {
	margin-bottom: 5px;
	width: 110px;
	border-bottom: 2px solid #CCCCCC;
	color: #000000;
	text-align: center;
}
#rtmnu-logo img {
	margin: 10px 0;
}
#res {
	margin-left: 10px;
}
#res1 {
	width: 110px;
	border-bottom: 2px solid #CCCCCC;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
}
#res2 {
	width: 110px;
	border-bottom: 2px solid #CCCCCC;
	color: #000000;
}
/* Styles */
.nl {
	background-image: url(../im/tp_mnu_dwn.gif);
	color: #FF0000 !important;
}
#p7TBsub13 a.nl-wide {
	background-image: url(../im/tp_mnu_dwn.gif);
	color: #FF0000 !important;
	width: 185px; /*IE 5 PC reads this*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 177px; /*IE5Mac IE6 Mozilla Opera read this*/
}
.fl {
	margin: 5px 10px 10px 0px;
	float: left;
}
.fr {
	margin: 5px 10px 10px 10px;
	float: right;
}
.ar {
	text-align: right;
}
.clearit {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 100%;
}
h2 {
	line-height: 120%;
}
.right {
	text-align: right;
}