/* CSS Document */
body
{
font-family:Arial, Helvetica, sans-serif;
margin:0px;
}

h1
{
font-family:"Times New Roman", Times, serif;
font-size:35px;
color:#D6C578;
}

.wrapper
{
width:1000px;
margin:auto;
}
.header-top
{
width:1000px;
height:63px;
float:left;
background-image:url(Images/header_top.jpg);
background-repeat:no-repeat;
}
.header-logo
{
width:205px;
height:235px;
float:left;
background-image:url(Images/header_logo.jpg);
background-repeat:no-repeat;
}
.header-graphic
{
width:234px;
height:235px;
float:left;
}
.header-right
{
width:561px;
height:207px;
float:left;
background-image:url(Images/header_right_test.jpg);
background-repeat:no-repeat;
}
.header-menu
{
width:561px;
height:28px;
float:left;
background:url(Images/Menu.png) no-repeat;
}

.header-menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.header-menu ul li {
	display:inline;
	}

.header-menu ul li a{
	display:inline;
	float:left;	
	line-height:28px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	padding:0px 10px;

}
.header-menu ul li a:hover {
	color:#B19505;
	}

.body-wrapper
{
width:1000px;
background-image:url(Images/bodywrapper_bg.jpg);
background-repeat:no-repeat;
background-color:#F0E9CC;
float:left;
}
.body-subscribe
{
width:195px;
height:400px;
padding-left:5px;
float:left;
padding-top:50px;
font-size:12px;
}
.body-header
{
width:224px;
height:400px;
padding-left:205px;
float:left;
padding-top:50px;
font-size:12px;
}
.body-text
{
width:511px;
float:left;
padding-top:50px;
padding-right:20px;
line-height:20px;
padding-bottom:20px;
padding-left:30px;
text-align:justify;
}
.stock-quote
{
text-align:right;
font-size:10px;
}
.management-title
{
text-decoration:underline;
}

.redFont
{
color:#FF0000;
}

#disclaimer {
font-size:10px;
line-height:11px;
}