html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%;
background-color:#330033;
color:#330033;
} 
 
#wholepagewidth{ 
 width:820px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
 height:25px; 
 width:100%; 
 background-color:#FFFFFF; 
 font-weight:bold;
font-stretch:narrower;} 

#header1{ 
 height:250px; 
 width:100%; 
 background-color:#FFFFFF; 
 font-weight:bold;
font-stretch:narrower;} 
 
#header2{ 
 height:10px; 
 width:100%; 
 background-color:#FFFFFF;
 color:#CC3300;
 text-align:center; 
} 

#leftcolumn{
 width:210px; 
 float:left; 
 position:relative; 
 margin-left:-210px; 
 margin-right:1px;
 text-align:left; 
 font-weight:bold;
 color:#333333 }
 
#outer{ 
 border:solid white 5px; 
  /*/*/ border-left-width: 210px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 5px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #FFFFFF;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcolumn{
 /*/*/ width:5px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-5px; 
 margin-left:1px; 
} 
 
#footer{
 height:25px; 
 width:100%; 
 background-color:#FFFFFF; 
} 
 
#footer1{
 height:85px; 
 width:100%; 
 background-color:#330033; 
 color:#FFFFFF;
 text-align:center;
} 
 
#footer2{
 height:35px; 
 width:100%; 
 background-color:#330033; 
 color:#FFFFFF;
 text-align:center; 
 font-size: 80%;
} 
  
#inner{margin:0; width:100%;}
 
#maincolumn{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
color:#330033;
 }
 
#outer>#inner { border-bottom: 0px solid #330033;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

.underline {text-decoration:underline} 
.subheader {font-weight:bold; font-style:italic} 
.title {font-family:Cooper Black; font-size: 180%; color: #330033; } 

.white {color: #FFFFFF;}

.links ,links:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FFFFFF; text-decoration: none; }
.links:hover {color: #FF9900;}

.gallerylinks ,gallerylinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #330033; text-decoration: none; }
.gallerylinks:hover {color: #FF9900;}

.pagelinks ,pagelinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #330033; text-decoration: none; font-weight:bold;}
.pagelinks:hover {color: #FF9900;font-weight:bold;}

.linksgrey ,linksgrey:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FFFFFF; text-decoration: none; }
.linksgrey:hover {color: #FF9900;}

.footerdiv {color: #FFFFFF; font-weight:bold;}


 /*printer styles*/ 
@media print{
/*hide the left column when printing*/
#leftcol{display:none;} 

/*hide the right column when printing*/
#rightcol{display:none;}  
}



/* BEN ALTERATIONS */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}

#email-form {
	width: 550px;
}

.email-field {
	width: 550px;
	height: 30px;
	clear: both;
}

.email-field-lrg {
	width: 550px;
	height: 150px;
	clear: both;
}

.email-label {
	float: left;
	height: 30px;
	width: 150px;
	text-align: left;
}

.email-label-lrg {
	float: left;
	height: 150px;
	width: 150px;
	text-align: left;
}

.email-label-long {
	float: left;
	height: 30px;
	width: 500px;
	text-align: left;
	margin-bottom: 5px;
}

.email-db {
	float: left;
	width: 250px;
	height: 30px;
	text-align: left;	
}

.email-tb {
	float: left;
	width: 300px;
	height: 30px;
	text-align: left;	
}

.email-tf {
	float: left;
	width: 350px;
	height: 150px;
	text-align: left;	
}

.c-textbox {
	width: 285px;
}

.c-textfield {
	width: 285px;
	height: 120px;
}

.email-req {
	float: right;
	width: 80px;
	height: 30px;
	text-align: left;
	font-size: 10px;
}