/* =HEADER */

html {
	background: #e6e6e6;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 20px 0 20px 0;
	}
	
#page {
	margin: 0 auto;
	width: 760px;
	}
	
/* /HEADER */

/* =STRUCTURE */

#header {
    width: 760px;
    height: 85px;
	background: url('/images/header0707.jpg') no-repeat top center;
	margin: 0;
	text-align: left;
	}

#content {
	background: url('/images/bg-0707.gif');
	background-repeat: repeat-y;
	text-align: left;
	padding: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 1.4em;
}

#footer {
	background: url('/images/bg-footer-0707.jpg') bottom;
	padding: 10px 30px 20px 30px;
	background-repeat: no-repeat;
	text-align: center;
	color: #043367;
}

p {
	margin: 0 0 16px 0;
}

p.loginError {
	color: #CC0000;
	font-weight: bold;
}

table {
	font-size: 1.0em;
}

strong {
	font-weight:bold;
}

/* END STRUCTURE */

/* =NAV */

#subscriberLogin {
	position: relative;
	top: 59px;
	height: 25px;
	width: 129px;
	background: url('/images/loginButton-0707.gif');
	background-repeat: no-repeat;
	font-size: 1.2em;
	line-height: 2.0em;
	text-align: center;
	float: right;
	margin-right: 30px;
}

#subscriberLogout {
	position: relative;
	top: 59px;
	height: 25px;
	width: 129px;
	background: url('/images/logoutButton-0707.gif');
	background-repeat: no-repeat;
	font-size: 1.2em;
	line-height: 2.0em;
	text-align: center;
	float: right;
	margin-right: 2px;
}

#topnav   {
    text-align: center;
    height: 30px;
    width: 760px;
    background: url('/images/nav-bg-0707.jpg') no-repeat bottom left;
}

.headerNav {
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2.4em;
}

a.navItem {
	color: white;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #658fbc;
	font-weight: bold;
}

a.navItemRight {
	color: white;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
}

a.navItem:hover, a.navItemRight:hover {
	color: #ffffcc;
}
/* END NAV */

/* =HEADINGS */

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666600;
	margin: 0 0 20px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	margin: 20px 0 6px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 20px 0 6px 0;
	color: #000000;
}

/* END HEADINGS */

/* =LISTS */

/* END LISTS */

/* =FORMS */
input {
	font-size: 1.0em;
	width: 200px;
	margin: 2px;
}


/* END FORMS */

/* =LINKS */

a.footerLink {
	font-weight: bold;
	color: #000066;
}

/* END LINKS */

/* =MISC */

#portfolioBug {
	float: right;
	width: 275px;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0 0 10px 6px;
}

#portfolioBugHeader {
	height: 24px;
	width: 275px;
	background-image: url('/images/porfolioBugHeader-0707.gif');
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: white;
	line-height: 2.0em;
}

.portfolioKey {
	width: 175px;
	font-size: 11px;
	font-weight: bold;
	background-color: #eeeeee;
	text-align: right;
	padding: 2px;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
}

.portfolioValue {
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 2px;
	border-right: 1px solid #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
}

#portfolioBugFooter {
	height: 12px;
	width: 275px;
	background-image: url('/images/portfoliobugFooter-0707.gif');
	background-repeat: no-repeat;
	float: none;
}
	
#tradingNotes {
	width: 675px;
	height: 250px;
	overflow: scroll;
	background: #eeeeee;
	padding: 12px;
	font-size: 10px;
	border: 1px solid black;
}

p.alert {
	color: #990000;
}

.searchBox {
	background-color: #eeeeee;
	width: 680px;
	padding: 10px;
	}
	
form {
	margin: 0;
	padding: 0;
}

.yearHeading {
	margin: 20px 0 10px 0;
	font-size: 14pt;
	font-weigh: bold;
}

.alertTitle {
	font-weight: bold;
	font-size: 14pt;
}

.emphasis {
	font-style:italic;
}
/* END MISC */

	







