﻿	html,body {
		margin:0;
		padding:0;
		color:#000;
		background:#fff;
	}
	body {
		font:76%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		padding:0 0 10px 0;
		min-width:760px;
	}
	a {
		color: #000080;
		text-decoration: none;
	}
	a:visited {
		color: #000080;
	}
	a:active {
		color: #000080;
	}
	a:hover {
		color: #000080;
		text-decoration: underline;
	}
	code {
		font-family:Monaco, Courier, "Courier New", monospace;
	}
	h1 {
		font-size:1.5em;
	}
	#labfooter {
		text-align:center;
		clear:both;
	}
	#wrap {
		width:760px;
		margin:0px auto;
	}
	#main {
		clear:both;
		margin:20px 20px;
	}
	#myfooter {
		text-align:center;
		clear:both;
	}
	.adwrap,
	.adwrap iframe {
		width:300px;
		height:250px;
	}
	.adwrap {
		float:left;
		margin:0 1em 0 0;
	}
	.adwrap-wide,
	.adwrap-wide iframe {
		width:468px;
		height:60px;
	}
	.adwrap-wide {
		margin:0 auto;
	}
	/* CSS for the tabs starts here */
	#header {
		height:140px;
		background:url('../images/header.jpg') no-repeat 0 0;
}
	#header2 {
		height:25px;
		width:750px;
		text-align:right;
		background:url('../images/placeholder.jpg') no-repeat 0 0;
}
	#nav {
		float:left;
		width:760px;
		margin-top:-19px;
		font-size:0.94em;
		line-height:1em;
	}
	#nav ul {
		margin:0;
		padding:0 0 0 28px;
		list-style:none;
	}
	#nav li {
		float:left;
		margin:0 0 0 -1px;
		padding:0 0 0 6px;
		background:url('../images/nav1.gif') no-repeat 0 100%;
}
	#nav li:hover {
		background-position:-6px 100%;
	}
	#nav a {
		float:left;
		display:block;
		color:#473215;
		font-weight:bold;
		font-family:Georgia,Times,"Times New Roman",serif;
		background:url('../images/nav2.gif') no-repeat 100% 100%;
		padding:5px 14px 12px 8px;
		text-decoration:none;
	}
	#nav li:hover a {
		background-image:url('../images/nav1.gif');
	}
	/* Hide from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:#000;
		text-decoration:underline;
	}
	#index #nav #t1,
	#roster #nav #t2,
	#membership #nav #t3,
	#eligibilty #nav #t4,
	#organization #nav #t5,
	#overseas #nav #t6,
	#links #nav #t7 {
		background-position:-12px 100%;
		padding-left:26px;
		margin:0 2px 0 1px;
	}
	#index #nav #t1 a,
	#roster #nav #t2 a,
	#membership #nav #t3 a,
	#eligibilty #nav #t4 a,
	#organization #nav #t5,
	#overseas #nav #t6 a,
	#links #nav #t7 a {
		background-image:url('../images/nav2s.gif');
		padding-left:0;
		padding-right:19px;
	}
	#nav #t1,
	#index #nav #t1 {
		margin-left:0;
	}
	#nav #t7,
	#links #nav #t7 {
		margin-right:0;
	}
