/* CSS Document */
html {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-position: center top;
	background-color: #B9B0B2;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat;
}

#main {
	width: 658px;
	margin: 0px auto;
	border:1px solid #676767;
	background:#fff;
}

#header {
	width: 658px;
	margin: 0px;
	padding: 0px;
}

#printheader {
	display: none;
}

#innerbox {
	width: 658px;
	margin: 0px 0px;
	clear: both;
}

#menu {
	width: 658px;
	margin: 0px 0px;
	padding: 0px;
	background-color: #B9B4AA;
	background-image: url(../images/menubg.png);
	background-repeat: repeat;
	vertical-align: text-top;
}

#content {
	width: 658px;

}

#diane {
	width: 198px;
	margin: 0px 0px 0px 0px;
	display:inline;
	float: left;
	clear: none;

}

#contenttext {
	width: 453px;
	margin: 3px 3px 0px;
	float: left;
	display:inline;
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: none;
}

#contenttext1 {
	width: 640px;
	margin: 10px 5px 0px;
	float: left;
	display:inline;
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: none;
}




a:link {color: #797167; font-size: 12px; font-weight: bold; text-decoration: underline;}
a:active {color: #797167; font-size: 12px; font-weight: bold; text-decoration: underline;}
a:visited {color: #797167; font-size: 12px; font-weight: bold; text-decoration: underline;}
a:hover {color: #5d574f; font-size: 12px; font-weight: bold; text-decoration: underline;}

#footer {
	margin: 0px 0px;
width: 658px;
	padding-top: 20px;
	padding: 0px;
	clear: both;
	
}

#printfooter {
	display: none;
}

a.footer:link {font-family: verdana; color: #5D574F; font-size: 9px; font-weight: normal; text-decoration: underline;}
a.footer:active {font-family: verdana; color: #5D574F; font-size: 9px; font-weight: normal; text-decoration: underline;}
a.footer:visited {font-family: verdana; color: #5D574F; font-size: 9px; font-weight: normal; text-decoration: underline;}
a.footer:hover {font-family: verdana; color: #797167; font-size: 9px; font-weight: normal; text-decoration: underline;}

#footertop {
clear: both;
width: 658px;
padding: 0px;
margin: 0px;
}

#footer2 {
clear: both;
width: 658px;
padding: 0px;
margin: 0px;
}

.headings {
	font-family: Times;
	font-size: 15px;
	font-weight: bold;
	color: #646254;
}

.subheadings {
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #646254;
}

.footerbig {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.footer {
	font-family: Times;
	font-size: 11px;
	font-weight: normal;
	color: #797167;
}

.footersmall {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.menutext {
	font-family: arial;
	color: #797167;
	display: inline;
	vertical-align: middle;
}

a.menutext:link {color: #5D574F; font-weight: normal; text-decoration: none; padding-right: 15px; padding-bottom: 5px;}
a.menutext:active {color: #5D574F; font-weight: normal; text-decoration: none; padding-right: 15px; padding-bottom: 5px;}
a.menutext:visited {color: #5D574F; font-weight: normal; text-decoration: none; padding-right: 15px; padding-bottom: 5px;}
a.menutext:hover {color: #797167; font-weight: normal; text-decoration: none; padding-right: 15px; padding-bottom: 5px;}
.submenu {
	border: 1px solid #B9B4AA;
}
  
#nav ul {
  display: none;
  background-color: #DFD9CD;
  border: 1px solid #5D574F;
  border-top: 1px solid #DFD9CD;
  position: absolute; 
  width: 10em;
  padding: 10px;
  margin:0px;
  top: auto;
  left: auto;
	list-style-type: none;
  }
  
#nav ul li {
	padding:0px;
	margin:4px 0px;
	}
	

.menuitem{
display:inline;
float:left;
}

