
/* Clear all default settings */

div, span, a, img, p, object, h1,h2,h3,form,table {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0;
	text-align: left;
}

/* Special BR to make floats correct size */

br.floatStop {      
	height: 0px;
	line-height: 0.1%; 
	font-size: 0.1%; 
	clear: both; 
}


/* Set default fonts */

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	line-height:normal;
	color:#330066;
}

h1
{
	font-size:1.1em;
	font-weight:normal;
}

a, p, #footer .HMA, div.table table td, div.table table th, label, select, li, span,input {	
	font-family:  Arial,Verdana,  Sans-Serif;
	font-size: 0.7em;
	text-align: left;
}

a {
	text-decoration: none;
	color: #000000;
}

/* Make sure links stay same size as parent */

span a {
	font-size: 1em;
}

p a, p {
	color: #000000;
}

p, ul
{
	float:left; 
	clear:both;
	padding-top:10px;
}

p.heading
{
	font-weight:bold;
	color:#3A007C;
}

p.headingText
{
	padding:0px;
}

p a, td select
{
	font-size: 1em;
	float:none;
	clear:none;
	display:inline;
}

p a, div #section1 span a
{
	font-weight:bold;
}
/*
p a:hover, div #section1 span a:hover
{
	color:#FF0000; 
}*/



/* Background settings */

body {
	margin: 0px;
	padding:15px;

	background-repeat: repeat-y;
	width:780px;
}


/* Main layout sizes */

#body{
	width: 760px;
	float:none;
}

div #contentHolder
{
	width:746px;
	padding:0px;
	margin:0px;
	background-color:#660037;
	padding:0 7px 0 7px;
}

div #content
{
	/*width: 760px;*/
	width:746px;
	background-color:#FFFFFF;
	padding:0px;
	padding-top:6px;
	margin:0px;
	
	border-top:solid 22px #660037;
	/*
	border-left:solid 7px #660037;
	border-right:solid 7px #660037;*/
}

div #contentBottom
{
	width: 760px;
	height:34px;
	background-image: url(../images/generic/content_bottom.gif);
	background-repeat: no-repeat;	
	background-position:bottom;
}

div #banner
{
	width: 760px;
	padding:0px;
}

#logo
{
	width:160px;
}

div #banner img.logo
{
	margin:8px 0 0 5px;
}

div #banner img.investPeople
{
	margin:40px 0 0 147px;
}

div #section1
{
	float:left;
	padding:8px 0 25px 0;
	margin-left:25px;
	width:545px;
}
/*
div #section1 p
{
	width:536px;
}
*/
div #section1 a.more
{
	font-weight:bold;
	color:#3A007C;
}
div #section1 a.TGreyB
{
	font-weight:bold;
}

div #section1 a.TGreyB:hover
{
	text-decoration:underline;
}

div #section1 p.header, div #section1 p.subHeader
{
	color:#5A0044;
	font-weight:bold;
	font-size:0.75em;
}

div #section1 p.subHeader
{
	font-size:0.7em;	
}

div #leftHolder
{
	width:150px;
}

#section1 img.header
{
	padding-left:5px;
}



/* Footer layout sizes */

#footer
{
	width:760px;
	padding: 0; 
}

#footer div
{
	padding: 0px;
	margin:0px;
}

#footer div p, #footer div a
{
	color:#5A0044;
	font-weight:normal;
}

#footer div.copyright
{
	float: right;
	padding:11px 4px 0 0;
}

#footer div.copyright p
{
	clear:none;
	text-align:right; 
	padding:0px;
}

#footer div p
{
	margin:0px;
	padding-top:11px;
	padding-left:4px;
}


#error
{
	color:Red;
	/*padding-left:5px;*/
	font-size: 0.9em; 
}

form.search {
	background-color: #FF6262;
	margin: 10px 0px 0px 40px;
	padding: 15px 24px 15px 30px;
}

form.search input{
	font-size: 1em;
	margin: 5px 0px 0px 0px;
}

form.search input.button {
	background-color: #C40000;
	border: 1px solid #ffffff;
	color: #ffffff;
}

form.search strong {
	color: #ffffff;
}


