/* CSS Document */
body	{
	background:#333333;
}
.banner	{
	position:relative;
	left:50%;
	height:98px;
	width:1006px;
	margin:0 0 0 -503px;
	background:url(PhotoshopLayout/images/banner_13_13.png) top left no-repeat;
	/*border:solid red 2px;*/
	}
.top_nav	{
	position:relative;
	left:50%;
	height:62px;
	width:1006px;
	background:url(PhotoshopLayout/images/nav_background.png) top left no-repeat;
	margin:0 0 0 -503px;
	/*  border:solid green 2px;  */
	}
	
.top_nav a	{
	margin-left:70px;
	}
.main_body	{
	position:relative;
	left:50%;
	width:1000px;
	background:#000000;
	margin:0 0 0 -500px;
	
	}
.bottom_nav	{
	position:relative;
	left:50%;
	height:82px;
	width:1006px;
	margin:0 0 0 -503px;
	background:url(PhotoshopLayout/images/bottom_nav_background.png) top left no-repeat;
	/* border:dashed blue 2px;  */
	}
	
h1	{
	color:#FFFFFF;
	margin:0;
	padding:15px;
	}
h2	{
	color:#FFFFFF;
	margin:0;
	padding:15px;
	}
h3	{
	color:#FFFFFF;
	margin:0;
	padding:15px;
	}
h4	{
	color:#FFFFFF;
	margin:0;
	padding:25px 0 10px 60px;
	}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	color:#7C7C7C;
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin:0 0 0 0;
  padding:20px 0 10px 250px;
  min-width: 500px;
  max-width: 600px;
  width: 330px; 
}
form legend	{
	color:#333333;
}
form fieldset {
  /*clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color:#E4E4E4;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}



form br {
	clear:left;
}

form input, form textarea {
	display: inline; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
.red {
	color:#FF0000;
	font-size:70%;
	background-color:#FFFFFF;
	background-image:url(images/background2.jpg);
}
.pink {
	background-color:#FF99CC;
	color:#000000;
}
.preamble	{
	width:500px;
	padding:20px 250px;
	color:#FFFFFF;
}