body{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	background : #E6E6EB;
	text-align: center;
}

#table table{
	width: 740px;
	margin: 0px;
	padding: 0px;
}

#table th{
	height: 20px;
	border-width: 1px;
	border-style: solid;
	width: 176px;
	color: white;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#table td{
	height: 200px;
	padding: 2px 5px 0 5px;	
	width: 176px;
}

#member table, #technical table{
	margin: 0;
	padding: 0;
	border: 0;
}

.startofmember td, .startofmember th{
	padding-top: 5px;
	border-top: 1px solid #000237;
}

#member th{
	width: 13em;
	font-style:italic;
	text-align:left;
}

#technical td{
	padding-right: 10px;
}

#technical th{
	font-style:italic;
}

#technical table{
	width: 100%;
}


img{
	padding: 0;
	margin: 0;
}

input{
	border: 1px solid teal;
}

form{
	width: 170px;
	padding: 0;
	margin: 0;
	display: block;
}

a, a:link{
	color: #000237;
	text-decoration: none;
}

a:hover{
	color: #000237;
	text-decoration: underline;
}

h1, h2, h3{
	margin: 0;
}

h1{
	font-size: 15px;
}

h2{
	font-size: 13px;
}

h3{
	font-size: 11px;
	padding: 8px 0 0 0;
}

#form{
	margin: 20px 0 20px 0;
	width: 170px;
	text-align: right;
}

.block{
	display: block;
}

p{
	margin: 8px 0 0 0;
}

#nafnews ul{
	margin: 10px 5px 0 10px;
	padding: 0px;
	list-style-image: url(/images/news.gif);
}

#nafnews li{
	margin: 5px 0 0 10px;
	padding: 0px;
}

#links ul, #links li{
	list-style-image: url(/images/link.gif);
}

#ol ol{
	margin: 10px 5px 0 15px;
	padding: 0px;
}

#ol li{
	margin: 5px 0 0 10px;
	padding: 0px;
}

#frontimage{
	margin: 0 2px;	
	height: 263px;	
}

#envelope{
	margin: 0 auto 0 auto;
	width: 760px;
	text-align: left;
	background: url(/images/borderedge.gif) repeat-y;
}

#footer{
	clear: both;
	margin: 0 2px 2px 2px;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #000237;
}

#contentcontainer{
	margin: 0 10px 0 10px;
	width: 740px;
	border-bottom: 1px solid #000237;
}

#header{
	height: 40px;
	background: #000237;
	color: white;
	border-bottom: 2px solid #EFE5E2;
	margin: 0 2px 0 2px;
}

#menu{
	background: #000237;
	line-height: 20px;
	height: 20px;
	margin: 0px 2px 2px 2px;
}

#t1, .t1{
	background: #FF950D;
	border-color: #FFB559 #EC8200 #EC8200 #FFB559;
}

#t2, .t2{
	background: #82ACD6;
	border-color: #AFCAE4 #578FC8 #578FC8 #AFCAE4;
}

#t3, .t3{
	background: #D6C482;
	border-color: #E2D6A9 #C5AA50 #C5AA50 #E2D6A9;
}

#t4, .t4{
	background: #DFAA6E;
	border-color: #E8C197 #D18632 #D18632 #E8C197;
}

#breadcrumbhome{
	border-width: 1px;
	border-style: solid;
	height: 20px;
	margin: 2px;
	line-height: 20px;
	padding: 0 0 0 5px;
	color: white;
}

#container{
	margin: 2px;
}

#sidebarfloater{
	float: left;
	width: 186px;
	height: 300px;
	display: block;
}

#content{
	_height: 300px;
	min-height: 300px;
	width: 546px;
	float: right;
	padding: 0 0 0 2px;
}

/* Menu as follows, modifies a unordered list so is rather long!! */
#menubar{ /* top level navigation */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menubar ul { /* all level lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menubar li { /* all level list items */
	border-width: 0 2px 0 0;
	border-color: #EFE5E2;
	border-style: solid;
	float: left;
	position: relative;
	background: #000237;
	line-height: 20px;
	width: 114px;
	text-align: center;
}

#menubar li ul { /* second-level list items */
	display: none;
	position: absolute;
	left: 0;
	top: 20px;
}

#menubar li ul li {
	border-width: ;
	border-color: #EFE5E2;
	border-style: solid;
	width: 114px;
}

#menubar li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menubar li:hover ul, #menubar li.over ul { /* lists nested under hovered list items */
	display: block;
}

#menubar a { /* hover styles with mouse over! */
	width: 100%;
	display: block;
	color: white;
	background: #000237;
	text-decoration: none;
}

#menubar a:link {
	color: white; 
	text-decoration: none;
}

#menubar a:hover {
	color: #000237; 
	text-decoration: none;
	background: #EFE5E2;
}

/* Class's The reusable stuff!! */
.left{
	float: left;
}

.right{
	float: right;
}

.border{
	width: 0px;
	border-right: 2px solid black;
	height: 202px;
	float: left;
}

.twopxmargin{
	margin: 2px;
	display: block;
}

.input{
	width: 90px;
	height: 15px;
	margin: 0 0 2px 5px ;
}

.formlabel{
	width: 70px;
	margin: 0 0 2px 0 ;
}

.button{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 50px;
}

.white{
	color: white;
}

.c1{
	background: url(/images/col1fade.jpg) repeat-x;
}

.c2{
	background: url(/images/col2fade.jpg) repeat-x;
}

.c3{
	background: url(/images/col3fade.jpg) repeat-x;
}

.c4{
	background: url(/images/col4fade.jpg) repeat-x;
}

.memcontactsbottom td, .memcontactsbottom th{
	padding-bottom: 5px;
}

img{
	border: 0px;
}

.pdf{
	list-style-image: url(/images/pdf.gif);
	font-weight:normal !important;
}

.doc{
	list-style-image: url(/images/doc.gif);
	font-weight:normal !important;
}

.txt{
	list-style-image: url(/images/doc.gif);
	font-weight:normal !important;
}

.folder{
	margin-left: -1.2em !important;
	font-weight: bold;
	list-style-type: none;
}
