#content {
	background-color:white;
	border:1px solid black;
	margin:50px;
	padding-top:30px;
	min-height:500px;
}
#include {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:120px;
	text-align:left;
	margin-right:20px;
}
#menu {
	position:relative;
	float:left;
	left:-55px;
	top:-65px;
	z-index:1;
}
.form input {
	margin:3px;
}
.form {
}
td {
	text-align:left;
}
input {
	margin: 4px;
}
.header {
	font-size:22px;
	font-weight:bold;
}
.sub-header {
		font-weight:bold;
}
.button {
	padding: 3px;
}
.notice {
	color:red;
}
#logo {
	position:absolute;
	left:100px;
	top:100px;
}
#content {
	<% 
	if Request.QueryString("w") = "" then
		w = 700
	else
		w = Request.QueryString("w")
	end if
	%>
	width:<%= w %>px;
	}
#include {
	min-height:500px;
}
a:link {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#006699;
	text-decoration:underline
}
a:visited {
	text-decoration:none
}
.td {
	padding:7px;
}
.table {
	border:solid gray 1px;
}
.table-title {
text-align:center;
background-image:url('/images/silver-horiz.jpg');
 background-repeat:repeat-y; 
 background-position:center;
  border:solid 1px gray;
}
.table-subject {
background-image:url('/images/silver-bg.jpg');
font-weight:bold;
background-repeat:repeat-x;
}
.empty-td {
background-image:url('/images/silver-bg-left.jpg');
background-repeat:repeat-y;
}
body {
	background-color:#990000;
	background-image:url('/images/index-bg.jpg');
	background-repeat:repeat-x;
	  font-family:Arial, Helvetica, sans-serif;
}

div {
	z-index:1;
}
#cover {
	z-index:3;
	position:absolute;
	left:0px;
	top:0px;
	padding:20px;
	display:none;
	filter:alpha(opacity=50);
	opacity:.5;
	width:96.83%;
	.width:98.3%;
	height:100%;
	.height:1280px;
	background-repeat:repeat-x;
	background-color:white;
	
}
#corp-list {
	z-index:4;
	position:absolute;
	left:25px;
	top:75px;
	padding:20px;
	display:none;
}
.menu_link {
	padding-left:48px;
	font-size:13px;
	font-weight:bold; 
	color:black;
	text-decoration:none; 
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}
.sub_menu_link:hover {
	padding-left:48px;
	font-size:13px;
	font-weight:bold; 
	color:black;
	text-decoration:none; 
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}
