body {
	margin-top:20px;
	text-align: center;
	background:#252525;
	color:#898989;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/main-bg.gif);
}
a {
	color:#FFFFFF;
}
a.gray{
	color:#029ce4;
	text-decoration:none;
}
div.main {
	position:relative;
	width: 800px;
	height:600px;
	margin: 0 auto;
	text-align: center;
}
div.header {
	position:absolute;
	right:10px;
	top:39px;
	width:355px;
	height:45px;
	text-align:right;
}
div.body {
	position:relative;
	text-align:left;
}
div.banner {
	position:absolute;
	width:800px;
	height:132px;
	background-image:url(../images/banner.png);
	top:85px;
	border-top:1px #525252 solid;
	border-bottom:1px #525252 solid;
}
div.bannerBtm {
	position:absolute;
	width:800px;
	height:45px;
	background-image:url(../images/banner-btm.png);
	top:531px;
}
div.title {
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	top:250px;
	left:0;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:171px;
	height:52px;
	font-size:14pt;
	text-align:right;
	padding-top:5px;
}
span.lighter {
	color:#FFF;
}
div.content {
	position:relative;
	width:760px;
	font-size:9pt;
	top:240px;
	padding:20px;
	text-align:right;
}
div.footer {
	position:absolute;
	bottom:5px;
	left:0;
	width:800px;
	text-align:right;
	font-size:9pt;
}
form {
	margin:0;
}
table {
	text-align:left;
}
input {
	background-color:#252525;
	border:1px #454545 solid;
	color:#898989;
}
textarea {
	background-color:#252525;
	border:1px #454545 solid;
	color:#898989;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	overflow:auto;
}
h1 {
	font-size:10pt;
	margin:0;
	color:#029ce4;
	font-weight:normal;
	font-style:italic;
}
div#divMessage {
	position:absolute;
	top:490px;
	left:15px;
	font-size:9pt;
}
img.portfolioThumbnails {
	border:1px #FFF solid;
}
