body
{
	background: #ABB4FE;
}

div#main
{
	margin: 0 auto;
	width: 800px;
	height: 550px;
	position:relative;
}

div#header
{
	position:relative;
	width: 700px;
	height: 140px;
}

div#leftImagewrapper
{
	position:absolute;
	 top: 0px;
	 left: 0px;
	 width:120px;
	 height:100px;
}

div#leftMenu
{
	position:absolute;
	left: 0px;
	text-align: left;
	width: 120px;
	height: 480px;
	OVERFLOW: auto;
}

div#content
{
	position:absolute;
	 left: 120px;
	 text-align: left;
	 width: 540px;
	 margin-left: 10px;
	 height: 480px;
}

div#rhborder
{
	float: right;
	height: 440px;
	width: 120px;
}

div#rhlowerLogo
{ 
    z-index: 2;
    position: relative;
    top: 300px;
    bottom: 0;
    right: 0;
}

div#footer
{
	text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
}
	
*
{
	font-size: medium;
	font-family: "Times New Roman",serif;
	font-style: italic;
	text-align: left;
}

h1
{
	text-align: center;
	font-size: xx-large;
	vertical-align: middle;
	margin-top: 1em;
}

h2
{
	text-align: left;
	font-size: large;
}

ul.image
{
	list-style-image: url('images/BUTTERFLYbullet.gif');
	line-height: 110%;
	text-align: left;
	text-indent: 60pt; 
}

a
{
	font-style: normal;
}

a.left-menu
{
	font-family: "Arial Narrow",Arial,SansSerif;
}

p.maintext
{
	 text-align: left;
}

ul.left-menu
{
	margin-bottom: 1em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	line-height: 120%;
}

li.left-menu
{
	margin-bottom: 1em;
}

p.footer
{
	margin-bottom:1em;
	margin-top:1em;
	font-style: normal;
	font-family: "Arial Narrow",Arial,SansSerif;
	font-size: 8pt;
	text-align: center;
}

input
{
	font-style: normal;
	font-family: "Arial Narrow",Arial,SansSerif;
	font-size: 3ex;
	width: 300px;
	background: white;
	color: black;
}

input.contact
{
	position: absolute;
	left: 200px;
	font-size: 10pt;
}

input.contactbutton
{
	position: absolute;
	left: 300px;
	width: 200px;
	font-size: 12pt;
	text-align: center;
}

input.button1
{
	width: 120px;
	text-align: center;
}

div.floatRight
{ 
    position: relative;
    float: right; 
    margin: 10px;
    margin-right: 0px;
    width: 110px;
    vertical-align:text-top;
}

div.floatLeft
{ 
    float: left; 
    border-width: 0px;
    width: 110px;
    vertical-align: middle;
}

img
{
	border: 0;
}

