﻿.navcontainer ul {
	margin-top: 224px;
	margin-bottom: 0px;
	margin-left: -8px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.navcontainer a {
	display: block;
	color: #fff;
	padding: 5px 0px 0px 0px;
	width: 166px;
	height: 38px;
	background-image: url(Images/nav_off.png);
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	outline: none;
}
.navcontainer a:link {
	display: block;
	background-image: url(Images/nav_off.png);
	color: #fff;
	padding: 5px 0px 0px 0px;
	width: 165px;
	height: 38px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
}
.navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 5px 0px 0px 0px;
	width: 165px;
	height: 38px;
	vertical-align: middle;
}
.navcontainer a:hover {
	display: block;
	background-image: url(Images/nav_on.png);
	color: #fff;
	padding: 5px 0px 0px 0px;
	width: 165px;
	height: 38px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
}
.navbg {
	background-image: url('Images/navbg.png');
	background-repeat: repeat-y;
	top: 224px;
	left: 0px;
}
.crest {
	background-image: url('Images/corner.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 166px;
	height: 109px;
}
.crestbottom {
	background-image: url('Images/crest.jpg');
	background-repeat: no-repeat;
	width: 166px;
	height: 139px;
	position: absolute;
	top: 95px;
	left: 0px;
	color: #21285B;
}
.headerbg {
	background-image: url('Images/bgtop.jpg');
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 160px;
	height: 94px;
	width: 100%;
}
.titlebanner {
	background-image: url('Images/header2.jpg');
	position: absolute;
	top: 0px;
	left: 160px;
	height: 96px;
	width: 635px;
	background-repeat: no-repeat;
}
.footer {
	font-weight: bold;
	color: #0E2596;
	text-align: center;
}
.mastercontent {
	width: 576px;
	position: absolute;
	left: 196px;
	top: 210px;
	height: 362px;
	padding: 1em;
	table-layout: fixed;
	display: block;
	text-align: justify;
}
.table {
	width: 70%;
}
.td {
	width: 300px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.title {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	font-family: Calibri;
	color: #800000;
}
.titleleft {
	text-align: left;
	font-weight: bold;
	font-size: x-large;
	font-family: Calibri;
	color: #800000;
}
.image {
	position: absolute;
	left: 296px;
	top: 94px;
	height: 120px;
	width: 487px;
}
	
.rep {
	border: 3px solid #0000FF;
	background-color: #F0F0F0;
	margin-bottom: 10px;
	
}


.mytable {
	width: 100%;
	padding: 0px;
	border: 1px solid #789DB3;
	background-color: #F0F0F0;
	border-collapse: collapse;
	vertical-align: middle;
}
.mytable  td { border-bottom: 2px solid #000000; border-left: 0px; border-right: 0px; }
