
body, p, input, td, th, div, span {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #333;
}

div#header {
	position: relative;
	margin: 0;
	width: 100%;
	height: 50px;
	padding: 10px;
	background-color: #5a708b;
}

div#companyLogo {
	float: left;
	top: 4px;
	left: 2px;
}

div#tagLine {
	margin-left: 200px;
	margin-top: 18px;
	font-size: 11pt;
	font-weight: bold;
	color: #eee;
	padding: 5px;
}

div#userInfo {
	position: absolute;
	margin-left: 115px;
	top: 35px;
	color: #eee;
    font-size: 10pt;
    font-weight: bold;
	padding: 5px;
}

div#demoLink {
	float: right;
	margin-top: -25px;
	margin-right: 40px;
}

#demoLink a {
	font-size: 10pt;
}

#demoLink a:visited {
	color: white;
	font-style: bold;
}

div#logoutLink {
	position: absolute;
	top: 5px;
	right: 10px;
}

div#logoutLink a, div#userInfo a {
	color: #eee;
}

div#menu {
	margin: 0;
	background-color: #5a708b;
	float:left;
    width: 100%;
    font-size:93%;
    line-height:normal;
}

div#content {
	margin: 10px 0 0 0;
	padding: 20px;
	width: 950px;
	height: 600px;
	background-color: white;
	clear: both;
}

div#right {
	margin: 2px;
	padding: 10px;
	width: 220px;
	float: right;
	background-color:#DFE1E3;
}

.quote {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 10px;
	font-size:  10pt;
	font-style:italic;
	border-style:solid;
	border-width:1px;
	background-color:#98A6B5;
}

.quoteSignature {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 12pt;
	font-style: bold;
	font-color: blue;
}

div#center {
	margin-left: 0px;
	margin-right: 50px;
	width: 600px;
	float: left;
}

div#center {
	font-size: 10pt;
	font-style: normal;
}

#center h2 {
	font-size:  15pt;
	font-style: italic;
}

#center li {
	margin:  10px 0px 0px 0px;
}


div#missionStatement {
	font-size: 11pt;
}

#missionStatement h2 {
	font-size:  13pt;
	font-style: italic;
}

#missionStatement li {
	margin:  10px 2px 2px 2px;
}

div#footer {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	border-top: 2px solid #5a708b;
	background-color: white;
	font-size: 8pt;
}

div#header h1 {
	margin: 0;
	font-size: 18pt;
	font-weight: normal;
	color: #fff;
}

ul.NoBullet {
  list-style-type: none
}

ul.TickList {
  list-style-image: url('images/tick.gif')
}

a:active, a:focus, input[type="image"] {
    outline: 0;
}

h1.pageTitle {
	font-size: 18pt;
	font-weight: normal;
	color: #333;
}

.positionTable {
	border: 0;
}

.positionTable td {
	padding: 5px;
}

td.dataLabel {
	text-align: right;
}

.dataTable {
	border-color: #cfcfff;
    border-width: 2px;
    border-collapse: collapse;
    border-style: solid;
    width: 98%;
}

.dataTable th a {
	text-decoration: none;
	color: #333;
}

.dataTable td {
	border-color: #cfcfff;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 5px;
}

.dataTable tr.alt2 td {
	background-color: #eee;
}

.dataTable th {
	border-color: #cfcfff;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 5px;
    text-align: left;
    font-weight: bold;
    border-bottom-width: 2px;
    color: #333;
}

p {
	margin: 10px;
}

.strong {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
	text-align: center;
}

/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000; background-color: #c0c0c0; }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	width: 130px;
	line-height: 30px;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #666;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#popup a span { display: none; }

#popup a:hover { background-color: #e9e9e2; }

/* the IE correction rule */
#popup a:hover	{
color: #f00; background-color: #e9e9e2;
text-indent: 0; /* added the default value */
}

#popup a:hover span{
display: block;
position: absolute;
top: 0px;
left: -170px;
width: 320px;
margin: 0px;
padding: 10px;
color: #335500;
font-weight: normal;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
}



