body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
}
.bodyWrapper {
	background-color: #f0f0f0;
	background-image: url(images/bg-grad.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align:center;
	}
	
/* Background Div */
.bg {
	background-image: url(images/bg-globe.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}

/* Container Div */
.wrapper {
	width: 970px;
	height:100%;	
	/* left: 50%; */
	/* margin-left: -485px; */
	margin-left: auto;
	margin-right: auto;
	
}

/* Header Div: logo & menu */
.sitelogo {
	text-align:center;
	padding-bottom: 20px;
}
.sitemenu {
	text-align:center;
	padding-bottom: 20px;
	padding-left:161px;
}

h1,h2,h3,h4,h5,h6,p {
	margin-top: 16px;
	margin-bottom: 16px;
}

/* Content Div */
.contentWrapper {
	background-image: url(images/bg-content.png);
	background-repeat: repeat-y;
	padding-left: 60px;
	padding-right: 60px;
	margin: 0;
	padding-top: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.contentWrapper p {
	
}

.contentheader {
	background-image: url(images/bg-content-header2.png);
	background-repeat:no-repeat;
	height:39px;
	margin: 0;
	margin-bottom: -16px;
	padding: 0;
}

.contentfooter {
	background-image: url(images/bg-content-footer2.png);
	background-repeat:no-repeat;
	height:39px;
	margin-top: -16px;
	padding: 0;
}

.sitefooter {
	text-align:center;
	font-size: 70%;
	margin-top: 20px;
}

.leftPane {
	width: 410px;
	float:left;
	margin-right: 20px;
}
.ContentPane {
	width: 410px;
	float:left;
}
.bottomPane {
	padding-top: 5px;
	clear:both;
}
.topPane {
	padding-bottom: 5px;
	clear:both;
}

.dnncont {
	border: 1px solid #333;
	background-color: white;
}
.title {
	background-color: #333;
	color:white;
	font-size: 150%;
	font-weight:900;
	padding:0;
	margin:0;
	padding:10px;
	}
.body {
	padding: 4px;
}







/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#n53Menu, #n53Menu ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#n53Menu li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#n53Menu li li { /* all items under the top level */
	z-index: 11113;
}

#n53Menu a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#n53Menu li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#n53Menu li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#n53Menu li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#n53Menu li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#n53Menu li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#n53Menu li:hover ul ul, 
#n53Menu li:hover ul ul ul, 
#n53Menu li.sfhover ul ul, 
#n53Menu li.sfhover ul ul ul {
	left: -9999px;
}

#n53Menu li:hover ul, 
#n53Menu li li:hover ul, 
#n53Menu li li li:hover ul, 
#n53Menu li.sfhover ul, 
#n53Menu li li.sfhover ul, 
#n53Menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#n53Menu iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#n53Menu, #n53Menu ul { /* all submenu lists */
	/*
	line-height: 30px;
	border: solid 1px #c0c0c0;
	width: 100%;
	_height: 40px;
	*/
	
		height: 20px;	

	background-color: transparent;
}

#n53Menu li { /* all list items */
	/* width: 144px; */
	height: 22px;
}

#n53Menu li li { /* all items under the top level */
	/*width: 200px;
	height: auto;*/
}

#n53Menu a { /* all links within the menu wrapper */
	/*font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
	width: auto;
	height: auto;
	
	*/
	padding-left: 10px;
	padding-right: 10px;
	font-size: 140%;
	/*font-weight: 900; */
	text-decoration: none;
	color: #868484;
}

#n53Menu li li a { /* all item links under the top level */
	padding-left: 10px;
	padding-right: 10px;
	/*width: 148px;
	*/
	height: 20px;
}

#n53Menu li a:hover {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	background-color: transparent; 
	/* height: auto; */
}

#n53Menu li li a:hover {
	color: #000;
	background-color: #eee; 
	padding-left: 10px;
	padding-right: 10px;
	/* height: auto; */
}

#n53Menu li ul { /* second-level lists */
	width: 200px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*
	margin2: -2px 0 0 0;
	line-height: 20px; */
	margin-top: -2px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	height: auto;
}

#n53Menu li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #000;
	line-height: 12px;
	background-color: #666;
}

#n53Menu a#n53MenuCurrentLink
{ /* current link itself */
	color: black; 
}

a, a:active, a:visited, a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: 909090;
}
