body 
{
    background: #A8A9AD;
    background-color:#A8A9AD;
    color:#FFFFFF;
    font-family: Arial, Sans-Serif;
    font-size:12px;
    text-align:center;   
    margin:0px;
	min-width: 750px;
	 background-image: url(images/background.jpg);
	 background-repeat: no-repeat;
	 background-position: center top;
	 background-attachment: fixed;
	 
}

p, td, li, table {
	
    color:#FFFFFF;
    font-family: Arial, Sans-Serif;
    font-size:12px;
}

#wrapper
{
  margin:0 auto;
	width:770px;
	height:100%;
	text-align: center;
	padding:10px;
	background-color: #A8A9AD;
	border: 1px solid #C5BEA3;
}

#PageArea
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	background-color: #DBD8C6;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    height:181px;
    width:760px;
    z-index:1000;
    padding-top:0;
    background-color:#000;
}

.top
{
		background: #000;
		padding:0px;
}


.menu {
	background: url(images/menu_back.jpg) no-repeat;
}

.Head
{
		font-family:Century Gothic, Arial, Sans-Serif;
		font-size:20px;
		color:#005595;
		font-weight:bold;
}

H3
{
		font-family:Century Gothic, Arial, Sans-Serif;
		font-size:20px;
		color:#005595;
		font-weight:bold;
}


#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	margin: 0;
	padding: 0;
	border: solid 1px #999;
	list-style: none;
	float: left;
	background: transparent;
}

#HouseMenuNav li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 175px;
	line-height : 18px;
	z-index:100;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	width: 175px;
	
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: #eee;
	padding: 1px 4px 2px 4px;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	right: 180px;
	top:5px;
	margin-top: 144px;
	border: 0px;
	background:transparent;
	z-index: 99999;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	
	left: -9999px;
	z-index: 999;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav 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
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	width: 175px;
	height: 20px;
	text-align:left;
	/*background:#DBD8C6;*/
	background:transparent;
	border:solid 0px #000;;
}

#HouseMenuNav li  /* all list items */
{    
	width:175px;
	padding-left:2px;
	padding-right:0px;
  padding-top:2px;
	height:20px;
	/*background:#DBD8C6;*/
	background:transparent;
}

#HouseMenuNav li a
{
    font-family: Arial, Sans-Serif;
    font-size:12px;
    color:#999;
    padding:2px;
    padding-bottom:7px;
    text-decoration:none;
	/*background:#DBD8C6;*/
	background:transparent;
}

#HouseMenuNav li a:hover {
	font-family: Arial, Sans-Serif;
    font-size:12px;
    color:#fff;
    padding:2px;
    padding-bottom:7px;
    text-decoration:none;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 175px; /* 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 */
	margin: 0 0 0 0;
}
    

#HouseMenuNav li li { /* all items under the top level */
	width: 175px;
	height: 20px;
	border:none;
	background:transparent;
	padding: 0px;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 175px;
	height: 20px;
	font-family:Arial , Sans-Serif;
    font-size:11px;
	color:#fff;	
	background-color: #fd7217;
	padding:3px;
    font-weight:normal;
}



#HouseMenuNav li li a:hover {
	width: 175px;
	height: 20px;
	font-family:Arial , Sans-Serif;
    font-size:11px;
	color: #fff;
	background-color: #7f8082;
	padding:3px;
    font-weight:normal;
	
}



#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -5px 0 0 175px;
	width:inherit;
	height:inherit;
	background:inherit;
	padding:inherit;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

#HouseMenuNavCurrentItem a {
    color:#ccc; /* gold */
    text-decoration:none;
    }

#HouseMenuNavParentItem a
{ /* all links under the parent item (li) */
	color: #ccc; 
	text-decoration: none;
}



#contentArea
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 100%;
	padding: 5px;
	margin: 0px;
	z-index: 0;
	background-color: #DBD8C6;
}



#menu
{
	position: relative;
	left:-5px;
	height: 200px;
	width: 175px;
	color: #333;
	font-size: 12px;
	background: transparent;
	float: right;
	z-index:999;
	padding:0px;
}

 #contentRight
{
	position: relative;
	left:-5px;
	top:10px;
	height: 100%;
	width: 175px;
	overflow-y: hidden;
	overflow-x: hidden;
	color: #333;
	font-size: 12px;
	background: transparent;
	float: right;
	z-index:0;
} 

#contentMain
{
    position:relative;
    height:100%;
    width:555px;
    overflow-y:auto;
    overflow-x:hidden;
    color:#333;
    font-size:12px;
    background:#EBE9DF;
    float:left;
    padding:5px;
}

#contentMain p, td, li
{
	color:#333;
}

#contentMain p, td
{
	text-align:justify;
}

#contentMain a, a:visited
{
    color:#fd7217;
    text-decoration:none;
}

#contentMain a:hover
{
    color:#fd7217;
    text-decoration:underline;
}

.Normal
{
    color:#333;
}


#footer
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
	 padding-top: 10px;
    width:760px;
    height:39px;
    text-align:center;
    color: #ffffff;
    font-size:12px;
	 background-color: #000000;
	 z-index:-100;
}



#footer a, a:visited
{
    color:#ffffff;
    text-decoration:none;
}

#footer a:hover
{
    color:#ffffff;
    text-decoration:underline;
}

.footerText
{  
    font-family: Verdana;
    font-size:10px;
}

.paddingcell {
	padding: 5px;
}

