body {
	color : #606060;
	font-family : Georgia, "Times New Roman", serif;
	background : #FFFFFF url(images/amethyst.jpg) top left no-repeat;
	margin : 0;
	padding : 0;
}

#Header {
	height : 100px;
	padding : 0;
	margin: 10px 0 15px 110px;
	background : url(images/header.gif) top left no-repeat;
}

#Header H1,H2 {
	height : 0;
	overflow : hidden;
	text-indent : -5000px;
	margin : 0;
	padding : 0;
}

#Nav {
	margin : 0 0 0 90px;
	padding : 0;
	height : 1.6em;
	background-color : #D38BD3;
}

#Nav UL {
	margin : 0;
	padding : 0;
}

#Nav LI {
	margin : 0;
	padding : 0;
	list-style-type : none;
	float : left;
	clear : none;
	text-align : center;
	font-size : 0.8em;
	font-weight : bolder;
	line-height : 2em;
	border-right : 3px solid #EBC7EB;
}

#Nav .Item1 {
	width : 5.5em;
}

#Nav .Item2, #Nav .Item5 {
	width : 9.5em;
}

#Nav .Item3 {
	width : 8.5em;
}

#Nav .Item4 {
	width : 11em;
}

#Nav .Item6 {
	width : 6.5em;
}

#Nav .Item7 {
	width : 12em;
}

#Nav A {
	display : block;
	color : #FFFFFF;
	text-decoration : none;
	margin : 0;
	padding : 0;
	background-color : #D38BD3;
}

#Nav .Current A, #Nav A:hover {
	background-color : #EBC7EB;
	color : #606060;
}

#Main {
	margin : 2em 10% 0 120px;
	line-height : 1.5em;
}

#Footer {
	clear : both;
	margin : 0 10% 0 120px;
	padding : 30px 0 10px 0;
	font : 9px Tahoma, Arial, sans-serif;
	text-align : right;
	color : #CCCCCC;
}

#Footer P {
	padding : 0;
	margin : 10px 0 0 0;
}

HR {
	display : none;
	visibility : hidden;
}

.BarL {
	background : #D38BD3 url(images/end_l.gif) no-repeat left;
	height : 4px;
	margin : 0 0 10px 0;
	font-size : 0;
}

.BarR {
	display : block;
	background : url(images/end_r.gif) no-repeat right;
	height : 4px;
}

H3 span {
	display : block;
/*	height : 26 px;*/
	width : 302px;
	z-index : 1;
	top : 0px;
	left : 0px;
	position : absolute;
}
/**************************************************************************/

H3 {
	height : 26px;
/*	width : 302px;*/
	margin : 2em 0 0.5em 0;
	padding : 0;
	position : relative;
	color : #FFFFFF;
/*clear : none;*/
}

H4 {
	margin : 0.5em 0 0 0;
	padding : 0.5em 0 0 0;
	font-weight : bold;
}

#Main LI {
	list-style-type : none;
	line-height : 1.7em;
	padding : 0 0 0 0.75em;
	margin : 0 0 0 -0.75em;
	background : url(images/bullet.gif) no-repeat left top;
/*clear : none;*/
}

#Main UL {
	margin : 0.5em 0 1em 1em;
	padding : 0;
}

#Main P {
	margin : 0 0 0.5em 0 ;
}

#Main .Contact {
	font-weight : bold;
	margin-left : 0.5em;
	line-height : 1em;
}

#Main IMG {
	margin : 0 0 0 1em;
	padding : 0;
	float : right;
	width : 160px;
}

/*****************************************************************************/
#Main A, #Main A:visited {
	color : #000000;
	text-decoration : none;
}

#Main A:hover {
	text-decoration : underline;
}

IMG#Fallback {
	float : none;
	margin : 0;
	position : relative;
	width : auto;
	top : 0.15em;
}