* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/lav-bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #EDE8F0;
	text-decoration: underline;
}
a:hover, a:active {
	color: #4A0C69;
	text-decoration: underline;
}



/*------------------------------------------------------
T O P  N A V   C O N T A I N E R
------------------------------------------------------*/
#menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	margin-top: 5px;
	color: #ECE7EF;
	text-decoration: underline;
}
#menu #homemenu {
float: left;
width: 200px;
}
#menu #amy, #menu #nileen {
float: left;
width: 275px;
}

#menu dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	text-indent: 40px;
	height: 25px;
	line-height: 24px;
}

#menu li {
	text-align: left;
	background: #fff;
	margin-left: 50px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
}
#menu li a, #menu dt a {
color: #715283;
text-decoration: none;
display: block;
height: 100%;
}
#menu li a:hover {
background: #eee;
}

#menu dt a:hover, #menu #currentid a{
	background-image: url(/images/sm2lotus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #330066;
}
/*------------------------------------------------------
C O N T A I N E R
------------------------------------------------------*/
#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 5px 0px 0px 0px;
	width: 750px !important;
	width /**/: 750px;
	display: block;
	}

#headertop {
	background-image: url(/images/lav-wavetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	height: 24px;
}
#headercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F2DFE7;
	background-image: url(/images/lav-bg.gif);
	background-repeat: repeat;
	padding-left: 20px;
}

#headerbottom {
	background-image: url(/images/lav-wavebottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 44px;
	border-right: solid #A285B3 1px;
	border-left: solid #A285B3 1px;
	clear: both;
}

#logo {
	width: 303px;
	padding-left: 425px;
	position: relative;
	top: -140px;
	margin-bottom: -170px;
}
	
#maincontent {
	width: 750px;
	padding-top: 65px;
	clear: both;
	background-image: url(/images/lav-lotus.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#maintextcont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #330066;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#maintextcont h2 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 15px;
	padding-top: 5px;
	background-image: url(/images/sm2lotus.gif);
	background-repeat: no-repeat;
}
#maintextcont #sidediv {
	margin: 20px 15px 15px;
	padding: 2px 15px 10px 0px;
	float: right;
	width: 250px;
	border: 2px double #4A0B63;
	background-image: url(/images/lav-bg.gif);
	background-repeat: repeat;
	clear: right;
}
#maintextcont #biophoto {
	border: 2px solid #000000;
}


#maintextcont p {
	padding-left: 35px;
	text-align: justify;
	padding-bottom: 5px;
}
#maintextcont strong {
	font-weight: bold;
}

#maintextcont #bulleted, #maintextcont #nobullet, #maintextcont #numbered, #maintextcont #lettered  {
	padding-left: 50px;
	clear: none;
}
	
#maintextcont #nobullet li {
	list-style-type: none;
	padding-bottom: 10px;
	text-align: justify;
}
#maintextcont #bulleted {
	list-style-type: disc;
	list-style-position: outside;
}
#maintextcont #bulleted li {
	padding-bottom: 5px;
}


#maintextcont #numbered {
	list-style-position: outside;
}
#maintextcont #numbered li {
	padding-bottom: 5px;
}

#maintextcont #numbered .subList {
	list-style: lower-alpha outside;
	text-indent: 20px;
}


#maintextcont #lettered {
	list-style-type: disc;
	list-style-position: outside;
}



#lowercontent {
	border-right-width: 1px   !important;
	border-left-width: 1px  !important;
	border-right-style: solid !important;
	border-left-style: solid  !important;
	border-right-color: #A285B3;
	border-left-color: #A285B3;
}




/*------------------------------------------------------
N A V   C O N T A I N E R
------------------------------------------------------*/

#bottomLinks {
	padding-bottom: 1px;
	border-right: 1px solid #A285B3;
	border-bottom: 1px solid #A285B3;
	border-left: 1px solid #A285B3;
}

.navcontainer ul
{
	text-align: left;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 12px;/* fixes Firefox 0.9.3 */
	font-size: 10px;
	border-top: 1px solid #A285B3;
	border-bottom-color: #A285B3;
	margin: 0;
	padding: 2px 0px 3px 0;
}
.navcontainer .navlist .Linkhead {
	background: #A285B3;
	border-left-style: none;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #A285B3;
}


.navcontainer ul li {
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 2px;
/* matches link padding except for left and right */
padding-top: 2px;
}

.navcontainer ul li a {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
padding-top: 2px;
color: white;
text-decoration: none;
border-left: 1px solid #fff;
}

.navcontainer ul li a:hover{
	background-color: #A285B3;
	color: white;
}


.navcontainer .current {
	font-weight: bold;
	background-color: #C2AFCB;
}
/*------------------------------------------------------
O T H E R 
------------------------------------------------------*/
#lowercontent a {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
#underthelogo {
	float: right;
	margin-top: 40px;
	padding-left: 10px;
	width: 300px;
	padding-bottom: 10px;
}
.articles {
	font-size: 12px;
	font-style: italic;
}
#maintextcont h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 15px;
	padding-top: 5px;
	background-image: url(/images/smlotus.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
}
#maintextcont #photo {

	border: 2px solid #000000;
}
.indent {
	text-indent: 16px;
}
.indentedtextblock {
	background-attachment: fixed;
	margin-left: 25px;
}

.leftalign {
	text-align: left;
}
#maintextcont #sidedivwider {

	margin: 30px 0px 15px 15px;
	padding: 2px 18px 10px 2px;
	float: right;
	width: 280px;
	border: 2px double #4A0B63;
	background-image: url(/images/lav-bg.gif);
	background-repeat: repeat;
	clear: right;
}
.leftalign2 {

	text-align: left;
}
.largeSubtitle {
	font-size: 16px;
	font-weight: bold;
	color: #530B24;
}
