/* CSS Document */

body {
	margin: 0px;
	background: url('images/bg.jpg') repeat-x #D9DEE2;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #7AA077;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
a {
	color: #7AA077;
	text-decoration: none;
}
a:hover {
	color: #7AA077;
	text-decoration: underline;
}
ul {
	line-height: 2em;
}
li {
	padding-bottom: 10px;
}

td, tr, th {
	font-family: arial;
	font-size: 14px;
}
.menu {
	background: url('images/menu_bg.jpg') no-repeat #5C8DBD;
	width: 269px;
	height: 240px;
	vertical-align: bottom;
}
.left-col {
	background: url('images/left_bg.jpg') repeat-y;
	width: 42px;
}
.right-col {
	background: url('images/right_bg.jpg') repeat-y;
	width: 34px;
}
.main-content {
	background: url('images/pmha_ct_bg.jpg') repeat-y center #fff;
}
.content {
	padding: 10px;
}
.footer {
	font-size: 11px;
}
