/* Html Styles */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#004990;
}
body {
	background-color: #73c167;
	background-image: url(../themes/tile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	scrollbar-base-color: #73c167;
	scrollbar-face-color: #73c167;
	scrollbar-track-color: #ffef6f;
	scrollbar-arrow-color: #004990;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #000000;
}

h1{
	font-size: 14px;
	font-weight:bold;
}

pfv {
	margin-left:100px;
}
/* Html Styles */


/* DIV Layouts */
#contentWrap {
	height:440px;
	width:780px;
	background:url(../themes/bg.jpg);
	border:thick;
	border-color:#004990;
	border-style:solid;
}

#contentWrap {
	height:440px;
	width:780px;
}

#nav {
	height:385px;
	width:94px;
	position:relative;
	top:17px;
	left:0px;
	float:left;
	z-index: 1;
}

#logo {
	height:141px;
	width:142px;
	position:relative;
	top:17px;
	right:18px;
	float: right;
}

#head  {
	height:38px;
	width:357px;
	position:relative;
	top:17px;
	left:7px;
	float: left;
}

#content  {
	height:306px;
	width:357px;
	position:relative;
	top:17px;
	left:7px;
	float: left;
	overflow: auto;
}

#logostrip {
	width:231px;
	height:59px;
	position:absolute;
	top:370px;
	/*right:410px;*/
	left:100px;
	z-index: 1000;

}

#testAdd {
	font-size:11px;
}

#contBlock{
}

#imgCol {
	height:310px;
	width:96px;
	position:relative;
	float:left;
	left:20px;
	top:20px;
}

#item
{
	margin-top:-15px;
}
/* DIV Layouts */


/* Text Layout */
#txtWrap {
	width:330px;
	margin-left:2PX;
	margin-RIGHT:2PX;
}
/* Text Layout */


/* IMG Styles */
.imgCol {
	padding-bottom:5px;
}
/* IMG Styles */


/* place content dead centre */
#horizon        
     { 
     text-align: center; 
     position: absolute; 
     top: 50%; 
     left: 0px; 
     width: 100%; 
     height: 1px; 
     overflow: visible; 
     display: block 
} 
  
#wrapper    
     {
	position: absolute;
	left: 50%;
	height: 440px;
	width: 780px;
	top: -220PX; /* half of the overall height */
	margin-left: -390px; /* half of the overall width */
	z-index: 0;
}

/* place content dead centre */
