p {
     margin: 0 0 1em 0;
     padding: 0;
}
body {
	background-position: 500px 20px;
	margin:  0 0 1em 0;
     padding:  0;
}
div#centre{
	position:relative;
	width:910px;
	margin:0 auto;
}
div#logo {
	position: absolute;
	
	top: 10px;
	bottom: 10px;
}
div#logo_line {
	position: absolute;
	top: 95px;
}
div#vert_line {
	position: absolute;
	top: 95px;
}
div#subhead {
	position: absolute;
	top: 100px;
	left: 12px;
	width: 275px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
}
div#nav {
	position: absolute;
	top: 73px;
	left: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}
div#left_panel {
	position: absolute;
	top: 175px;
	width: 275px;
	left: 12px;
}
div#midd_panel_nowidth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
div#footer {
	position: absolute;
	top: 690px;
	left: 12px;
	width: 275px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 19.5px;
	text-align: justify;
}
.text_bold {
	font-weight: bold;
}
.txt2 {
	font-family: Verdana;
	font-size: 14px;
	color: #999999;
}
.txt_justified {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-align: justify;
}
.txt12_bold {
	font-size: 12px;
	font-weight: bold;	
	font-family: Arial;
	color: #999999;
}
.subhead {
	font-size: 13px;
	text-align: justify;
	font-family: Verdana;
	color: #999999;
}

h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 3px;
	text-align: justify;
}

h2 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 3px;
	text-align: justify;
}

h3 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 3px;
	text-align: center;
}

h4 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 3px;
	margin-top: -3px;
	text-align: left;
}

.logo {
	border: solid 0px #000;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.image {
	border: solid 1px #000;
}

ul, li
{
	display: inline;
	padding-left: 25px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #999999;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a.second {
	text-decoration: none;
}
a.second:hover {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a.third {
	text-decoration: none;
	color: #990000;
}
a.third:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}