/* HTML Elements */
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/tiles/bknd2-tile.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
	background-color: #003366;
}
p, td, ol, h1, h2, h3 ,h4 ,h5 ,h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Netscape 4&IE5 doesn't really like type tags just set in the body, this helps */
}
p
{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left; /* IE5Win bug, if no alignment is presented the text may center */
}

a {
	color: #81193E;
	text-decoration: none;
}
a:active {  text-decoration: underline; color: #880E6D}

a:hover {  color: #81193E; text-decoration: underline}

a:link {  color: #81193E; text-decoration: none}

hr {  color: #E3DFDF}

h3 { 
	color: #CC0000;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 3px 0 2px 0;
	text-align: left;
}
form {
	margin: 0 0 0 0;
}

/* additional type styles */
.main1 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}

.links {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.darktxt { color: Maroon; }
links.a:link {  color: #6F6F6F}

links.a:hover {  color: #6F6F6F}

links.a:visited {  color: #6F6F6F}

.main1cent {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.main2heads-cent {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #6F6F6F;
	font-weight: normal;
	text-align: center;

}
td.main2heads {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #6F6F6F;
	font-weight: normal;
	text-align: left;
	width: auto;
}

tinywhitelinks.a:link {  color: #F3F3F3}

tinywhitelinks.a:hover {  color: #F01227}

tinywhitelinks.a:visited {  color: #6F6F6F}

/*css layout elements*/
#big-table {
	width: 760px;
	height: 100%;
	background-image: url(images/tiles/bknd-tile.gif);
	border: 0 0 0 0 ;
	padding: 0 0 0 0 ;
}
.main-table { 
	width: 570px; 
	font-size: 12px;
	border: 1px solid #999999;
	background: url(images/tiles/bknd-tile-3.gif) -7px 6px;
}
.main-table td { 
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}
.main-table td.border-cell {
	border-bottom: 1px solid #999999;
}
.header-image {
	text-align: left;
	margin-bottom: 5px;
}
.header-cell {
	vertical-align: bottom;
}
.header-cell img {
	float: left;
}
.floatright{
	float: right;
	margin: 0 0 5px 5px;
}
.floatright td { 
	padding: 0 0 0 0; 
}
.floatleft{
	float: left;
	margin: 0 5px 5px 0;
}

.floatleft td { 
	padding: 0px 0px 0px 0px; 
}

table.tectable {
	width: 555px;
	border: 1px solid #999999;
	font: 10px/9px;
	}
table.tectable td {
	border-bottom: 1px solid #999999;
	text-align: center;
	padding: 3px 1px 3px 1px;
}
table.tectable td.grey {
 width: 1px;
 background-color: White;
 	border-bottom: 1px none White;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
		padding: 0 0 0 0;
}
td.border-cell ul { border: 1px solid #999999;  padding: 4px 4px 4px 4px;  margin: 1px 0 5px 0;   }
td.border-cell li { list-style-type: none; }

/*rounded box*/

.roundtop {
height: 75px;
	background: url(images/css-nav/nav-top.gif) no-repeat top right; 
}

.roundbottom {
height: 27px;
	background: url(images/css-nav/nav-foot.gif) no-repeat top right; 
}

img.corner {
   width: 8px;
   height: 8px;
   border: none;
   display: block !important;
}
* html #roundcont a {height:1%} /*get rid of IE's list spacing prob*/

#roundcont {
	font: 9px Arial, Helvetica, sans-serif;
	width: 142px;
	color: Black;
	background-image: url(images/css-nav/nav-bgnd.gif);
	background-position: 0px 73px;
	background-repeat: no-repeat;
}

#roundcont ul {
	font: 9px Arial, Helvetica, sans-serif;
	margin: 2px 7px 2px 8px;
	padding:0;
	text-align: left;
}

/*buttons*/
#roundcont li {
	list-style-type: none;
	padding: 0 8px 0 5px;
}

#roundcont a {
    display:block;
    /*padding: 3px 3px 3px 5px;*/
	 padding: 0px 3px 0px 5px;
	line-height:18px;
	color: Black;
	text-decoration: none;
	border-bottom: 1px solid White;
	text-shadow: 2px 2px 2px grey; /*CSS3 Safri only 2px[right offset] 2px[bottom offset] 2px[blur/softness] grey[colour]*/
}

#roundcont a:visited {
	 text-decoration: none;
}

#roundcont a:hover {
	text-decoration: none;
   	background: Red;
	color: White;
}

#roundcont a:active {
	 text-decoration: none;
}

/*Contact forms layout*/
fieldset {
	width: 570px;
	border: 1px solid #999999;
	background: url(images/tiles/bknd-tile-3.gif) -7px 7px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
 }
 html>body fieldset {
 	width: 560px;	
 }
label {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
	width:217px;
	margin-right:3px;
	padding-top:3px;
	text-align:right;
}
legend {
	color: #CC0000;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
 }
fieldset input {
	width: 180px;
	height: 17px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
}

fieldset select {
	width: 180px;
	height: 17px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
}
fieldset textarea {
	width: 180px;
	height: 100px;
	margin: 5px 0 0 0;
}
.button {
	width: 80px;
	height: 20px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
}


