body
{
color: black;
background-color: white;
font-family: Arial, courier, helvetica, verdana;
background: white url(../media/imagiclee_bg_sm.jpg) no-repeat fixed right bottom;

}

p
{
line-height: 3ex;
font-size: 0.8em;
}

em
{
font-style: normal;
font-weight: bold;
color: #333399;


}

a:link
{
color: #9370db;
text-decoration: none;
font-weight: bold;
}

a:visited
{
color: #9370db;
font-weight: bold;
}

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

a:active
{
color: #9370db;
font-weight: bold;
}

h1
{
font-size: 1.3em;
color: #9370db;
margin-top: 45px;
}

h2
{
font-size: 1em;
color: #333399;
margin-top: 4ex;
}

.blockstyle
{
background-color: #CCCCFF;
border: 1px solid #333399;
padding: 5px;
color: #333399;

}

.blockstyle p
{
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-top: 0;
font-weight: bold;
}

.imgright
{
float: right;
margin: 0 0 20px 20px;
}

/* ------------- NAVIGATION -------------------------- */


.glossymenu{
float: left;
	padding: 0 0 0 0px;
	margin: 60px 0 0 0;
	height: 25px;
	list-style: none;
}


.glossymenu ul{
margin: 0;
padding: 0;
list-style: none;
	} 
	
	
.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#333399;
	text-decoration: none;
	font-family: arial, verdano, helvetica, sans-serif;
	padding:0 40px 0 0px; /*Padding to accomodate left tab image. Do not change*/
	height: 25px;
	line-height: 25px;
	cursor: pointer;	
	font-size: .9em;
	font-weight: bold;
}

.glossymenu li a:hover
{
	color: #9370db;
	text-decoration: underline;
}

.glossymenu li a:active
{
	color: #9370db;
	text-decoration: underline;
}



