body
{
	background-color: #a89a99;
	font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;		
	background-image: url('images/bg.jpg');
	margin: 0;
}

h1
{
	color:#d2cac7;
	text-align: left;	
	font-size:18pt;
}

h2
{
	color:#d2cac7;
	text-align: left;
	font-size:14pt;
}

hr
{
	background-color: #d2cac7;
	height:3px;
}

#divMainWrapper
{

	width:800px;
	text-align: center;	
}


#divHeader
{
	position: relative;
	width:736px;
	height: 141px;
	background-image: url('images/headerbg.jpg');	
	top: 25px;
	z-index: 2;
}


#divMain
{
	position: relative;
	top: 26px;	
	top: "30px";	
	width:736px;
	height: 510px;
}

#divContent
{
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	color: #4A4D42;
	font-size: 10pt;
	width:716px;
	height: 450px;	
	overflow:auto;
}

#divContent a
{
	color: #4A4D42;
}


#divWrapMenuMain
{
	background-color: #FFFFFF;
	width:736px;
}

#divBranding
{
	background-color: #000000;	
	position: absolute;
	top:430px;
	left: 30px;
/*	width:150px; */
	width:650px;
	height: 40px;
	text-align:left;	
}

#divFooter
{
	position: relative;
	top: 19px;	
	width:736px;
	height: 30px;
	font-family: arial;
	font-size: 8pt;
}

#divFooter a
{
	color: #FFFFFF;
}

/* MENU BEGIN */
#divMenu
{
	position: relative;
	width:736px;
	height: 24px;	
	background-color: #FFFFFF;
	top:19px;
		z-index: 1;
}

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
/*j	text-align:left; */
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
  	display: block; 
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
  	display: block; 
	float: left;
	position: relative;
	z-index: 5;
	background:none; 
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none; 
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
  	display: block; 
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(images/spacer.gif); 
	padding: 10px 30px 30px 30px; 
	margin: -10px 0 0 -30px; 
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 6px 6px 6px 6px;
}

.art-nav
{
	position: relative;
	height: 37px;
	z-index: 100;
	width: 780px;
	margin:0 auto;
	top

}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
  	display: block; 
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('images/MenuItem.jpg');
}

.art-menu a .l
{
	left:0;
	right:9px;
}

.art-menu a .r
{
	width:418px;
	right:0;
/*	clip: rect(auto, auto, auto, 406px);*/
		clip: rect(auto auto auto 406px);
}

.art-menu a .t 
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	color: #2D2F28; 
	padding: 0 4px;
	margin: 0 9px;
	line-height: 25px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-25px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-25px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-25px;
}
.art-menu a:hover .t
{
	color: #3A3D34;
}

.art-menu li:hover a .t
{
	color: #3A3D34;
}

.art-menu li:hover>a .t
{
	color: #3A3D34;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -50px;
}

.art-menu a.active .t
{
	color: #2B2B2B;
}


/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
	display: block;
	width: 1px;
	height: 25px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #4A4D42;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
border: 1px solid #d2cac7;
	background-color: #ffffff;	
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #474747;
	background-position: 0 -20px;
	background-color: #d2cac7;
	border: 1px solid #ffffff;	
}

.art-menu ul li:hover>a
{
	color: #474747;
	background-position: 0 -20px;
	background-color: #d2cac7;	
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #474747;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #474747;
}


/* end MenuSubItem */

/* MENU END */
