@charset "UTF-8";
/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #575757;
}

.clear{
	clear: both;
}

#main{
	width: 780px;
	margin: auto;
	position: relative;
}

#logoVert{
	position: absolute;
	top: 222px;
	left: -49px;
}

#menu{
	margin: 25px 0px 0px 0px;
}

.menuBox{
	color: #fff;
	text-align: center;
	float: left;
	font-size: 13px;
	font-weight: normal;
	margin-left: 4px;
}

.menuBox.left{
	margin: 0;
}
.menuBox.left a{
	margin: 0;
	width: 152px;
}

.menuBox a{
	text-decoration: none;
	color: #fff;
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	width: 153px;
}


.menuBox a:hover{
	text-decoration: none;
	background: #575757;
}

#header{
	margin: 15px 0px;
}

.cLeft{
	width: 145px;
	float: left;
	padding-right: 30px;
}

.cLeft h1{
	font-size: 12px;
	border-bottom: solid 1px #d9d9d0;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.cMid{
	width: 420px;
	float: left;
	padding-right: 30px;
}

.cMid h1{
	font-size: 12px;
	border-bottom: solid 1px #d9d9d0;
	padding-bottom: 5px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.cMid h2{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.cMid a{
	color: #000;
	text-decoration: underline;
}

.cMid h2 a:hover{
	text-decoration: none;
}

.cMid a:visited{
	color: #888;
	text-decoration: underline;
}

.date{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-style: italic;
	font-weight: lighter;
	font-size: 12px;
	color: #575757;
}

.cMid p.news{
	display: block;
	width: 420px;
	float: right;
	font-size: 15px;
	color: #000;
	padding: 5px 0px 30px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: solid #d9d9d0 1px;
}

.cMid p {
	font-size: 15px;
	color: #000;
	padding: 5px 0px 10px 0px;
}

.cMid p.footnote {
	font-size: 10px;
	color: #575757;
	padding: 5px 0px 10px 0px;
}

.cMid hr {
  border: none;
	border-bottom: solid #d9d9d0 1px;
}


.cMid table {
	font-size: 15px;
	color: #000;
	padding: 5px 0px 10px 0px;
	border-bottom: solid #d9d9d0 1px;
}

th, td {
  vertical-align: top;
}

.cRight{
	float: right;
	width: 145px;
}

.cRight h1{
	font-size: 12px;
	border-bottom: solid 1px #d9d9d0;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.cRight a{
	color: #575757;
	text-decoration: underline;
}

.cRight a:hover{
	text-decoration: none;
	color: #575757;
}

#footer{
	text-align: center;
	font-size: 10px;
	margin: 30px 0px 20px 0px;
}

#footer a{
	color: #575757;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
	color: #575757;
}
