/* CSS Document */
*	{
	margin: 0px;
	border: 0px;
	font: 14px/1.3 verdana, arial, sans-serif;
}

body	{
	background: #cc9 url(images/blueswirl.gif) repeat;
}

#wrap	{
	width: 800px;
	height: 600px;
	background: #fff;
	margin: 20px auto;
	padding: 0px;
	border: 2px solid #033;
}

#sidebar	{
	background: #699 url(images/logoturq.gif) no-repeat 1px 10px;
	padding: 0px;
	position: relative;
	width: 200px;
	height: 100%;
	border-right: 2px solid #033;
}

*html #sidebar	{
	background: #699 url(images/logoturq.gif) no-repeat;
	padding: 0px;
	position: relative;
	width: 200px;
	height: 100%;
}

.email	{
	color: #330;
}

#sidebar ul.nav	{
	position: absolute;
	top: 240px;
	width: 200px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#sidebar ul.nav li	{
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #fff;
	font: 200 16px verdana, arial, sans-serif;
}

a	{
	text-decoration: none;
}

ul.nav a	{
	color: #fff;
	padding: 5px;
	font-size: 110%;

} 

ul.nav a:hover {
	font-size: 120%;
	color:#f60;
}

address	{
	position: absolute;
	top: 75%;
	width: 162px;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 80%;
	text-align: left;
	padding: 0px 20px;
}
	

#bodycopy	{
	width: 560px;
	height: 541px;
	margin-left: 220px;
	position: absolute;
	top: 44px;
	overflow: auto;
}

#bodycopy a	{
	color: #066;
	font-weight: bold;
}

#bodycopy a:hover	{
	color: #f60;
	font-weight: bold;
}

#bodycopy ul	{
	width: 90%;
	padding: 5px 0px 0px 5px;
	list-style-type: none;
}

h1	{
	font-weight: bold;
	font-size: 150%;
	color: #066;
	padding: 10px 0px;
}

h2	{
	font-weight: bold;
	font-size: 120%;
	color: #699;
	padding: 20px 0px 5px 0px;
}

hr	{
	color: #699;
	background-color: #699;
	height: 2px;
}
	

#bodycopy p	{
	width: 95%;
	line-height: 150%;
	padding: 5px 0px 0px 5px;
}

form	{
	margin: 0px;
	padding: 0px;
	width: auto;
}

form input, select	{
	background-color: #9cc;
	width: 300px;
	padding-left: 5px;
}


form label	{
	color: #669;
}
.info_link {
	font-size: 12px;
	color: #666699;
}
.check {
	text-decoration: none;
	background:#fff;
	width:auto;
}
.seminars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color: #B6A0EE;
	padding-right:10px;
	margin-right: 10px;
}

#level1_eft {
	background: url(images/note.gif) no-repeat;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	height: 220px;
	width: 185px;
	left: 350px;
	top: 40px;
	padding: 25px 5px 5px 10px;
}

#level1_eft  p	{
	width: 120px;
	padding: 5px;
	font-size: 10px;
}

#diabetes {
	background: url(images/note.gif) no-repeat;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	height: 220px;
	width: 185px;
	left: 350px;
	top: 40px;
	padding: 25px 5px 5px 10px;
}

#diabetes  p	{
	width: 120px;
	padding: 5px;
	font-size: 10px;
}

#endocrine {
	background: url(images/note.gif) no-repeat;
	position: absolute;
	visibility: hidden;
	z-index: 3;
	height: 220px;
	width: 185px;
	left: 350px;
	top: 40px;
	padding: 25px 5px 5px 10px;
}

#endocrine  p	{
	width: 120px;
	padding: 5px;
	font-size: 10px;
}

.note	{
	font-size: 9px;
}
