body {
	font-family: sans-serif, verdana;
	font-size: 15px;
	background: url(img/bg.jpg);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #c62431;
}

input, textarea {
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
}

a img {
	border: none;
}

.container {
	margin: 0px auto;
	width: 800px;
	background-color: white;
	border: 1px solid gray;
	padding-bottom: 1px;
}

.header {
	background: url(img/header.png);
	background-repeat: no-repeat;
	line-height: 150px;
	height: 160px;
	padding: 2px;
	color: white;
	font-size: 40px;
}

.main {
	margin-top: 20px;
	overflow: auto;
}

.main .right {
	padding-left: 190px;
	padding-right: 20px;
}

.main .left {
	padding-left: 25px;
	width: 150px;
	float: left;
	border-right: 1px dashed grey;
}

.navi {
	width: 140px;
	margin-top: 20px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #c62431;*/
}

.navi #header {
	background: url(img/navi_top.png);
	background-color: none;
	background-repeat: no-repeat;
	padding-left: 4px;
	color: white;
	line-height: 26px;
	border: none;
}

.navi .p {
	background-color: #f2daae;
	border-left: 1px solid #c62431;
	border-right: 1px solid #c62431;
	border-bottom: 1px solid #c62431;
}

.navi .p:hover {
}

.navi .p a {
	color: black;
	display: block;
	width: 122px;
	padding: 4px 8px;
	font: bold 12px arial;
}

.navi .p a:hover {
	color: #c62431;
	background-color: white;
}

.navi .psub {
	visibility: hidden;
	margin-left: 145px;
	margin-top: -20px;
	border: 1px solid black;
	background-color: white;
	position: absolute;
	height: auto;
	background-color: #eaebd8;
	width: 100px;
}

.navi .psub  a {
	display: block;
	position: relative;
	width: auto;
	white-space: nowrap;
	margin: 0;
	padding: 3px 6px;
	color: #192e41;
	font: 12px arial;
}

.navi .psub a:hover {
	background-color: #c62431;
	color: white;
}

.location {
	font-size: 13px;
	font-style: italic;
	border-bottom: 1px dashed gray;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.msgbox {
	background-color: #f3daae;
	line-height: 20px;
	padding: 3px;
	font-size: 13px;
	margin-bottom: 10px;
}

.footer {
	background: url(img/footer_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.red {
	color: #c62431;
}

#table2 {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	border: 1px solid #b9c0c6;
}

#table2 td {
	border-bottom: 1px solid #b9c0c6;
	height: 30px;
}

#table2 .leftalign {
	height: 60px;
	line-height: 20px;
}