body
{
	margin: 0;
	padding-bottom: 0;
	font: 76%/1.4 Verdana, serif;
	width: 800px;
}

a 
{
	color: #006ea0;
}



h1 {font-weight: normal; font-size: 12pt; line-height: 2em; padding: 0; margin: 0; }
h2 {font-weight: normal; font-style: italic; font-size: 1.5em; padding: 0; margin: 0.2em 0em;}
h3 {font-weight: bold; font-size: 1em; padding: 0; margin: 0.4em 0em;}

p {margin: 0 0 1em 0; padding: 0; }

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background:#d7d7d7;
	color: #d7d7d7;
	border:0;
}

label 
{
	width: 40%;
	float: left;
}

input, textbox 
{
	margin: 0 0 1em 0;
}

fieldset 
{
	margin: 2em 0;
	padding: 1em;
}

.hidden {display: none;}

.error 
{
    color: Red;
}

.imageList
{
    position:relative;
    /*width:100px;*/
    float:left;
    padding: 7px;
    border:none;
}

.imageList img
{
    border:none;
}

/************************/
/* AREAS                */
/************************/
#HeaderArea
{
	display: none;
}
#MainMenuArea
{
	display: none;
}
#FooterArea
{
	display: none;
}
#FlashArea
{
	display: none;
}
#BottomContentArea
{
	height: auto;
	width: 720px;
	min-height: 0;
	padding: 20px 70px 20px 24px;
	margin: 0;
	/*background-image: none;*/
	overflow: hidden;
}
#AddressArea
{
	position: relative;
	width: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	color: Green;
	font-size: 1em; 
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 70px 20px 24px;
	width: 720px;	
	clear: both;
}
#LeftCurtain{
	display: none;
}
#RightCurtain{
	display: none;
}
#ImageArea
{
   position: relative;
   left: 10px;
}
#MainContentArea
{
    /* IE 6 doesn't support min-height so the height is set instead, */
    /* relying on that it will expand beyond it if needed */
    /*height: 190px;*/
    min-height: 0px;
    margin-top: 6px;	
	
    width:100%;
    /*background: url(images/pageDivider.png) repeat-y 32em;*/
	/*width: 48em;*/
	/*float: left;*/
	text-align: center;
}

.RightContent 
{
	padding-left: 10px;
	padding-top: 50px;
	padding-right: 25px;
	color: White;
}

.LeftSubMenu{
	display: none;
}

.LeftNarrowContent
{
    width:250px;
    height:400px;
    float:left;
    position:relative;
}

.RightMediumContent
{
	float: left;
	width:454px;
    margin-left: 16px;
    margin-top: 16px;
	margin-left: 16px;
	margin-bottom: 10px;
	padding-right: 32px;
	padding-left: 16px;
	padding-top: 16px;
	text-align: left;
}

.RightMediumContent td
{
	vertical-align: top;
	padding-top: 16px;
}

.RightMediumContent input 
{
	border-style: none;
}

.RightMediumContent textarea
{
	border-style: none;
	
}

#StageArea
{
	min-height: 0px;	
	text-align: center;
}

#ProductContent
{
	text-align: center;
}

.BottomContentWide
{
    width:730px;
    padding:16px;
    margin-top:16px;
    height:200px;
    border:solid 2px white;
}

.MediumWideContent
{
    position:relative;
    width:490px;
    float:left;
    padding-left: 16px;
    margin-left: 16px;    
    /*margin-top: 16px;*/
    padding-top: 10px;
    margin-bottom: 16px;
    text-align: left;
}

.MediumWideBottomContent
{
    position:relative;
    float: left;
    width:400px;
    height: 180px;
    padding-left: 16px;
    margin-left: 16px;
    text-align: left;
}

.LeftSmallImage
{
    position:relative;
    float:left;
    width: 250px;
    height: 180px;
    margin-top: 16px;
    margin-left: 16px;
}

.LeftSmallImageNoMargin
{
    position:relative;
    float:left;
}

