body { background-image: url(./img/bg.gif); }

img { border: 0px; }

div.main-frame { 
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	font-size: 13px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.main-table {
	border: 0px;
	width:100%;
}
.left-column {
	padding-left: 20px;
	width: 500px;
	vertical-align: top;
}
.right-column {
	width: 260px;
	vertical-align: top;
}

.page-path {
	margin: 10px 0px 5px 25px;
	font-size: 15px;
}

.footer {
	font-size: 13px;
	text-align: center;
	width: 100%;
	line-height: 25px;
	margin: 20px 0px 20px 0px;
}
.footer-copyright {
	background-color: #EEEEAA;
	color: #993300;
}

img.menu-title {
	width: 490px;
	height: 49;
	margin-bottom: 10px;
}
h2 {
	width: 470px;
	height: 26px;
	background-image: url(./img/ttl.gif);
	background-repeat: no-repeat;
	margin: 0px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	padding-left:20px;
	color: #505050;
}

h3 {
	list-style:: url(./img/arrow.gif);
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0px 0px 0px;
}

.content {
	width: 480px;
	padding-left: 10px;
	line-height: 20px;
	margin-top: 10px;
	clear: both;
}


.content2 {
	padding: 10px 10px 0px 20px;
}


.tableList {
	border-collapse: collapse;
	border: 1px solid gray;
	width: 470px;
}

.titletbl {
	background-color:#333377;
	border: 1px solid gray;
	color: white;
	font-weight: bold;
	text-align: left; 
	width:100px;
	font-size: 13px;
	padding-left: 10px;
}

.msgtbl {
	background-color: white;
	border: 1px solid gray;
	font-size: 13px;
	padding: 3px;
}

a:hover * {
	filter: alpha(style=0; opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

a:hover {
	color: #a72d0d;
	text-decoration: none;
}
