html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	vertical-align: baseline;
}

body {
	background:#000000;
	}


/* text styles */
a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline; /*text-decoration: underline;*/
}

p.login {
	margin-bottom:35px;
}
p.login a{
	font-variant:small-caps;
	}
	
	
h1 {
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

h1.black {
	color:#000;
	font-size:210%;
}

h2 {
	font-variant:small-caps;
	font-size:125%;
	font-weight:bold;
	padding:10px 0px;
	}

h2 a{
	font-weight:normal;
	}	
	
h3{
	padding:10px 0px;
	font-weight:bold;
}	

strong {
	font-weight:bold;
	}
img {
	border: 0px;
}



li {
	list-style:disc;
	margin-left:50px;
}



td, tr, p, div {
	color: #000;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
    text-align:justify;
}

p {
	padding:10px 0px;
	}
ul {
	margin: 0px;
	padding: 0px;
}

.trade li {
	line-height:150%;
	}

.rightBold {
	font-weight: bold;
	text-align: right;
}
		
		
.quote {
	width:50%;
	text-align:center;
	font-size:115%;
	margin:50px auto 10px 160px;
	font-style:italic;
}		

.wider-quote {
	width:80%;
	text-align:center;
	font-size:115%;
	margin:50px auto 10px 60px;
	font-style:italic;
}		

.quote-credit {
	width:50%;
	clear:both;
	text-align:center;
	font-size:115%;
	margin:10px auto 50px 175px;
	font-style:normal;

}

/* page construction */

/*container as big as the page*/
#wrapper {
	width:100%;
	height:100%;
	}
	
/*home page main container - centered with auto left & right margins*/
#home {
	width: 979px;
	margin-left: auto;
	margin-right: auto;
}

#home-left {
	float: left;
	width: 420px;
	height: 904px;
	text-align:right;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	padding: 0px;
	display: inline;
}
	
#home-right {
	float: right;
	width: 559px;
	height:904px;
	background-image: url('images/09-PAH-001-homebackground2.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	display: inline;
}
/*main page containter	- centered with auto left & right margins - height:auto lets it grow with long content */
#body {
	height:auto;
	width:980px;
	margin:0px auto 0px auto;
	background-image:url('images/body-bg.jpg');
	background-repeat:repeat-y;
	background-position: center;
	}
	
	
	
#left {
	width:421px;
	margin:0px;
	display:inline;
	float:left;
	}
	
#right {
	float:right;
	width:559px;
	min-height:1150px;
	height:auto;
	margin:0px;
	display:inline;
	overflow:hidden;
	}
	
/*menu construction and styles */	
    #mainMenu{
        background-image:url('images/header-bg.jpg');
		background-repeat:no-repeat;
		background-position:center top;
        font-family:"Times New Roman", Times, serif    /* Fonts of main menu items */
        font-size: 100%;    /* Font size of main menu items */
        border-bottom: 0px solid #000000;    /* Bottom border of main menu */
        height:65px;    /* Height of main menu */
        position:relative;    /* Don't change this position attribute */
    }
    #mainMenu a{
        padding-left:6px;    /* Spaces at the left of main menu items */
        padding-right:7px;    /* Spaces at the right of main menu items */
        font-weight:normal;
        padding-top: 27px;
        border-left:0px solid #000000;
        border-right:1px solid #8a867a;
        text-decoration:none;    
        /* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
        height:40px;
        /* Don't change these two options */
        position:absolute;
        bottom:-1px;    /* Change this value to -2px if you're not using a strict doctype */
    }
    
    #mainMenu a:hover{
        color: #993333;    /* Red color when the user moves the mouse over main menu items */
    }
    
    #submenu{        
        font-family:"Times New Roman", Times, serif;    /* Font  of sub menu items */
        background-color:#2f2f2f;    /* Background color of sub menu items */
        
        width:100%;    /* Don't change this option */
        display: none;  
        
    }    
    #submenu div{
        white-space:nowrap;    /* Don't change this option */
        
    }
    /*
    Style attributes of active menu item 
    */
    #mainMenu .activeMenuItem{
        /* Border options */
        border-left:0px solid #000000;
        border-top:0px solid #000000;
        border-right:1px solid #8a867a;        
        background-color: transparent;    /* Background color */
        
        cursor:pointer;    /* Cursor like a hand when the user moves the mouse over the menu item */
    }
    
    #mainMenu .activeMenuItem img{
        position:absolute;
        bottom:0px;
        right:0px;
    }
        
    /*
    Style attributes of inactive menu items
    */
    #mainMenu .inactiveMenuItem{        
        color: #000;    /* Text color */
        cursor:pointer;    /* Cursor like a hand when the user moves the mouse over the menu item */
    }
    
    #submenu a{    
        text-decoration:none;    
        /* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
        padding-left:5px;    /* Space at the left of each sub menu item */
        padding-right:5px;    /* Space at the right of each sub menu item */
        color: #fff;    /* Text color */
        font-size:0.75em; 
    }
    
    #submenu a:hover{
        color: #993333;    /* Red color when the user moves the mouse over sub menu items */
    }
    
 

#main-menu {
	width: 100%;
	height: 65px;
	text-align:right;
	margin-top: 36px;
	font-variant:small-caps;
}


#home-main-menu {
	width: 100%;
	height: 65px;
	text-align:center;
	margin-top: 480px;
	font-variant:small-caps;
}

#home-main-menu p {
	text-align:center;
	margin-right:55px;
	font-size:16px;
}

#home-main-menu a{
	color:#000000;
	}


#main-menu .nolink a:hover , #home-main-menu .nolink a:hover {
	color:#000000;
	}

	
#content {
	height: auto;
	width: auto;
	padding: 20px 50px 30px 50px; 

}

#footer {
	color: #eee;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%;
	width: 980px;
	padding: 0px;
	margin: 30px auto;
	text-align:right;
}
	
#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: block;
	text-align:right;
} 

#footer ul li {
	margin-left: 0;
	padding: 0px 2px;
	list-style: none;
	display: inline;
	line-height:125%;
	color: #eee;

}
	
#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#footer ul li a {
	text-align:right;
	text-decoration:underline;
	font-variant:small-caps;
	}
#footer ul li a:hover {
	text-decoration:none;
	}



