body
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;	
	padding:0;
	color:black;
	background-color:#003333;
	background-image: url(back.jpg);
	background-attachment:fixed;
	/* Use this so div's will be centred in IE */
	text-align: center;
}

table
{
	width:750px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td.top{
	height:9px;
	width:714px;
	background-image:url(brd_t.gif);
}
td.bottom{
	height:9px;
	background-image:url(brd_b.gif);
}
td.left
{
	width:9px;
	background-image:url(brd_l.gif);
}
td.right
{
	width:9px;
	background-image:url(brd_r.gif);
}
p.ad
{
	padding-top:10px;
	margin:0;
}
div.outbor
{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width:732px;
	color:black;
	background-color:white;	
}
div.inbor
{
	margin-right: auto;
	margin-left: auto;
	width:700px;
	border: 1px solid #7e7e7e;
	color:white;
	background-color:inherit;
	
}
div.banner
{
	width:700px;
	height:94px;
	text-align: left;
}
div.banner img
{
	display: block;
}
div.navbar
{
	font-size: 11px;
	color:white;
	background-color: #492e19;
	margin-right: auto;
	margin-left: auto;
	width:700px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(nav.jpg);
}
div.navbar a
{
	color:white;
	padding: 3px 0.5em 3px;
	text-decoration: none;
}
div.navbar a.selected
{
	color: yellow;
	font-weight: bold;
}
div.navbar a:hover
{
	color: yellow;
}
/* Main content styles */
div.head
{
	margin-bottom:-10px;
	margin-right: auto;
	margin-left: auto;
	width:700px;
	height:80px;
	color:black;
	background-color: #fefee4;
}
div.head img
{	
	display: block;
}
div.content
{
	margin-right: auto;
	margin-left: auto;
	width:700px;
	color:black;
	background-color: #fefee4;
	padding-bottom: 20px;
	font-size: 11px;
}
div.content p.top
{
	margin:0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
div.content img
{
	border: 1px solid black;
	text-align: center;
}
div.content img.noBorder
{
	border:none;
}
div.content table
{
	width:670px;
	margin-left: auto;
   	margin-right: auto;
    font-size: 11px;
   	
}
div.content td.head
{
	font-weight:bold;
	font-size:14px;
	text-align:right;
	border:1px solid black;
	color:black;
	background-color: #104437;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
}
div.content td.text
{
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;		
}
div.content td.text3
{
	color:black;
	background-color: #d9d9be;
	border: 1px solid black;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right:10px;		
}
div.content table.static
{
	border: 1px solid black;
	color:black;
	background-color: #d9d9be;
	width: 345px;
}
div.content td.lable2
{
	color:black;
	background-color: #e1fee0;
	border: 1px solid #2c5334;
	text-align: center;
	font-size:11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.content td.lable3
{
	color:black;
	border:1px solid black;
	background-color: #edf2d5;
	text-align: center;
	font-size:11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.content a
{
	color: #155948;
	text-decoration:none;
	font-weight:bold;
}

/* Footer Styles */
div.footer
{
	width:732px;
	height:115px;
	background:no-repeat;
	background-image: url(footer.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-bottom:20px;	
	color:gray;
	background-color:inherit;
	font-size: 10px;
}
div.footer a
{
	color: gray;
	background-color:inherit;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
div.footer a:hover
{
	color: white;
	background-color:inherit;
}
div.footer p
{
	padding-top:5px;
	padding-bottom: 5px;
	margin:0;
}
div.lay
{
	text-align: center;
}
/* Styles of the form - Requires Rework */
#form table.static
{
	border: 1px solid black;
	color:black;
	background-color: #d9d9be;
}
#form table.success
{
	color: black;
	background-color:inherit;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid black;
	width: 500px;
}
#form td.lab
{
	width:150px;
	border: 1px solid #2c5334;
	color:black;
	background-color: #e1fee0;
	text-align: right;
	font-size:11px;
	padding-left: 5px;
	padding-right: 5px;
}
#form td.error
{
	width:150px;
	color: red;
	background-color: #e1fee0;
	border: 1px solid #2c5334;
	text-align: right;
	font-size:11px;
	padding-left: 5px;
	padding-right: 5px;
}
#form td.input
{
	text-align: left;
	padding-left: 5px;
}