body{ font: 12px Arial; color: #434951; background: #fff; }

a{ font-family: Arial; color: #000033; text-decoration: underline; }
a:hover{ color: #D13939; text-decoration: none; }

table,div{ font-size: 12px; }

img.png{ filter: expression(fixPNG(this)); }
img.border{ border: 1px solid #8B1B1B; }

h2{ font: 14px Arial; color: #8B1B1B; font-weight: normal; padding: 0px; margin: 0px 0px 15px 0px; }

#top_div{ width: 100%; height: 100%; }

	#tmain{ position: relative; z-index: 2; width: 100%; height: 100%; }
		#tmain td.leftbox{ width: 195; vertical-align: top; background: #5d7a8a; }
		#tmain td.context{ width: auto; vertical-align: top; }
		#tmain td.rightbox{ width: 200; vertical-align: top; border-left: 1px dashed #5d7a8a; border-bottom: 1px dashed #5d7a8a; }

	#logo{ position: absolute; z-index: 3; width: auto; height: auto; left: 14; top: 20; }

	#box-link{ position: absolute; z-index: 3; width: auto; height: auto; right: 75; top: 51; }

	#box-copy{ position: absolute; z-index: 3; width: auto; height: auto; left: 35; bottom: 10; }

	#bground-top{ position: absolute; z-index: 1; width: 100%; height: auto; left: 0; top: 0; background: repeat-x url('/images/page/bground-top.jpg'); }

	#bground-bottom{ position: absolute; z-index: 1; width: 100%; height: auto; left: 0; bottom: 0; background: repeat-x url('/images/page/bground-bottom.jpg'); }

	#border-left{ position: absolute; z-index: 0; width: 1; height: 100%; left: 0; top: 0; background: #8d8d8d; }