body
{
	text-align: center;
	font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	color: #3FD0D5;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2
{
	color: #3FCFD5;
	font-size: 16px;
	font-weight: normal;
	/*TOM*/margin-bottom: 5px;

}

h3
{
	font-size: 12px;
	text-transform: uppercase;
	color: #3FCFD5;
	border-top: 1px solid #fff;
	padding-top: 10px;
}

hr
{
	color: #fff;
	height: 1px;
}

 

table
{
	font-size: 12px;
}

form
{
	margin: 0;
	padding: 0;
}



img
{
	border: none;
}



#maincontainer
{
	margin: 0px auto;
	width: 639px;
	text-align: left;
	margin-top: 20px;
}

#headercontainer
{
	float: left;
	width: 639px;
}

#logo
{
	float: left;
	width: 430px;
	padding-left: 10px;
}

#title
{
	float: left;
	width: 639px;

	margin-top: 5px;
	padding-left: 10px;
}


#navigationcontainer
{
	float: left;
	width: 639px;
	margin-top: 10px;
}

#maincontent
{
	float: left;
	width: 639px;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}



#contentcontainer
{
	float: left;
	text-align: center;
	width: 409px;
	margin-top: 10px;
}


#content
{

	margin: 0px auto;
	text-align: left;
	color: #919191;
	font-size: 12px;
	width: 385px;
	padding-bottom: 10px;
}

#content b
{
	color: #3D3D3D;
	font-weight: bold;
	font-size: 12px;
}

#content a
{
	color:#3FCFD5;
	text-decoration: underline;
}


#rightcontainer
{
	float: left;
	width: 230px;
}




/*EXISTING INVESTORS */
#maincontentei
{
	float: left;
	width: 639px;
	background-image: url(../images/EI_mainbg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}

#contentcontainerei
{
	float: left;
	text-align: center;
	width: 397px;
	margin-top: 10px;
min-height: 250px;
}


#contentei
{
	margin: 0px auto;
	text-align: left;
	color: #fff;
	font-size: 12px;
	width: 367px;
	padding-bottom: 10px;
}

#contentei b
{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

#contentei a
{
	color:#3FCFD5;
	text-decoration: underline;
}

#contentei h2
{
	color: #3FCFD5;
	font-size: 16px;
	font-weight: normal;


}

#contentei h3
{
	font-size: 12px;
	text-transform: uppercase;
	color: #3FCFD5;
	border-top: 1px solid #fff;
	padding-top: 10px;
}

#leftcontainer
{
	float: left;
	width: 241px;
	text-transform: uppercase;
}

#leftcontainer ul
{
	margin: 0px;
	padding: 0px;
}

#leftcontainer li
{
	list-style: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#leftcontainer li a
{
	text-decoration: none;
	color: #3FCFD5;
}

/*SPLASH PAGE */
#splash
{
	background-image: url(../images/splashbgbig.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
}

html, body, #splash
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html,body, form {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}


#mainbgcontainer
{
	margin: 0px auto;
	width: 797px;
	height: 600px;

}

#mainbg
{
	float: left;
	width: 797px;
	height: 600px;	
/*	background-image: url(../images/splashbg.jpg);
	background-repeat: no-repeat;*/
}


#splashcontentcontainer
{
	float: left;
	width: 500px;

}

#splashcontent
{
	float: right;
	width: 392px;
	text-align: left;
	color: #fff;
}

#splashlogo
{
	float: left;
	width: 392px;
}


#splashenter
{
	float: left;
	width: 385px;
	margin-top: 155px;
	margin-bottom: 150px;
	padding-left: 2px;
}
/*TOM*/
.textbox
{
	border: 1px solid #3FCFD5;
}

/*TOM*/
.button
{
	background-color: #3FCFD5;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
}




