* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: left;
	background:  url("http://www.labphon.org/images/layout/body-bg.gif") repeat-x;
	padding: 10px 20px;
}
input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

.blacktxt {color:#000000;}

.testdiv {
	border : 1px solid #000;
}

a {
	color: #666699;
	text-decoration: underline;
	border: none;
}

a:hover {
	color: #333366;
	text-decoration: underline;
}

img {
	border-style: none;
}

#header {
	background:  url("http://www.labphon.org/images/layout/header.gif");
	margin: 0px auto;
	width: 722px;
	height: 111px;
}

#menu {
	background:  url("http://www.labphon.org/images/layout/menu-bg.gif") repeat-x #669966;
	width:722px;
	margin: 0px auto;
	height: 32px;
}
#menu ul {
	background:  url("http://www.labphon.org/images/layout/menu-bg.gif") repeat-x #669966;
	width: 700px;
	height: 32px;
}
#menu li {
	display: inline;
	list-style : none;
	padding:0px;
	margin:0px;
	float:right;
}
#menu li a {
	font-size:12px;
	float: left;
	border-left: 1px solid #669966;
	border-right: 1px solid #669966;
	color: #ffffff;
	text-decoration:none;
	padding:6px 8px 6px 8px;
	font-family: Verdana, Arial, Helvetica;
	margin:0px;
}
#menu li a:hover {
	background:  url("http://www.labphon.org/images/layout/menu-active.gif") repeat-x;
}

#membersmenu ul {
	background:  url("http://www.labphon.org/images/layout/menu-bg.gif") repeat-x #669966;
	padding:5px 0px 0px 0px;
	width: 700px;
	height: 32px;
}
#membersmenu li {
	display: inline;
	list-style : none;
	padding:0px;
	margin:0px;
	float:right;
}
#membersmenu li a {
	font-size:12px;
	float: left;
	border-left: 1px solid #669966;
	border-right: 1px solid #669966;
	color: #ffffff;
	text-decoration:none;
	padding:6px 8px 6px 8px;
	font-family: Verdana, Arial, Helvetica;
	margin:0px;
}
#membersmenu li a:hover {
	background:  url("http://www.labphon.org/images/layout/menu-active.gif") repeat-x;
}

/*
#menu li.current { 	{background:  url("images/layout/menu-current.gif") repeat-x;
}
*/

#contentwrapper {
	width: 722px;
	background: url(http://www.labphon.org/images/layout/content-wrapper.gif) repeat-y;
	margin: 0px auto;
	min-height:400px;
}

#main {
	width: 100%
	background: #ffffff;
	padding: 25px 25px 25px 25px;
	min-height:400px;
}

#main h1 {
	color: #000033;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	padding-bottom: 10px;
}
#main h2 {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica;
	color: #003366;
	padding: 17px 0px 2px 0px;
}
#main h3 {
	color: #336699;
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.2em;
	padding: 15px 0px 0px 0px;
}
#main p {
	color: #333333;
	line-height: 1.8em;
	padding-top: 10px;
	padding-left: 10px;
}
#main ul {
	color: #333333;
	line-height: 1.8em;
	padding: 10px 0px 10px 25px;
}
#main ol {
	color: #333333;
	line-height: 1.8em;
	padding-top: 10px;
	padding-left: 35px;
}

#main div.home {
	width:100%;
	text-align: center;
}
#main div.home img {
	border: none;
	float: none;
}

#footer {
	width: 722px;
	height: 54px;
	background: url("http://www.labphon.org/images/layout/footer-bg2.gif");
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	line-height: 2.8em;
	font-size: .8em;
	color: #ffffff;
}
#footer a {	text-align: center;
	line-height: 2.8em;
	font-size: .9em;
	color: #ffffff;
}
#footer a:hover {	text-align: center;
	line-height: 2.8em;
	font-size: .9em;
	color: #CCCCCC;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}

hr {
	color: #003333;
	border: solid 1px
}
#smalltxt {font-size: 10px;}
.red  {color: #FF0000}

