@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #BEBEBE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/shade.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/premierinvestments.jpg) no-repeat;
	margin: 0 auto;
	height: 660px;
}
#title {
	height: 50px;
	width: 500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #003875;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 0px 10px 10px;
	float: right;
	padding: 0px;
	text-align: left;
	background-position: 20px;
}
#titleMid {
	padding: 15px;
}
#menu {
	position: static;
	float: left;
	height: 20px;
	width: 100%;
	margin: 10px 0px 5px;
	font-size: 0.9em;
	background-color: #BEBEBE;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: #646464;
	font-weight: bold;
	border-bottom-style: solid;
}
#menu a:link {
		color: #646464;
		text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #646464;
}
#menu a:hover {
	text-decoration: underline;
	color: #003875;
}
#subMenu {
	position: static;
	float: left;
	height: 20px;
	width: 100%;
	margin: 0px;
	font-size: .9em;
	background-color: #646464;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: 000;
	color: #FFFFFF;
	border-bottom-style: solid;
}
#subMenu a:link {
	color: #BEBEBE;
	text-decoration: none;
}
#subMenu a:visited {
	text-decoration: none;
	color: #BEBEBE;
}
#subMenu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.legal {
	font-size: 0.7em
}
.legal a:link {
	text-decoration: none;
	color:#000000
}
.legal a:visited {
	text-decoration: none;
	color:#000000
}
.legal a:hover {
	text-decoration: underline;
}
#main {
	padding: 20px 5px 5px 10px;
	font-size: .9em;
	background-image: url(images/horse.gif);
	background-repeat: no-repeat;
	background-position: center 180px;
	height: 500px;
	overflow: auto;
	position: static;
	width: 760px;
	background-attachment: fixed;
	z-index: 10;
	float: left;
}
