html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Helvetica, Calibri, "Trebuchet MS", "Minion Pro", "Myriad Pro", "Gill Sans MT";
	background-image:url(background_master.png);
	background-repeat:repeat-y;
	background-color:#F6A8C2;
	color:black;
	text-align:left;
}	
div#container {
	position:relative; /* needed for footer positioning*/
	width:750px;

	align:left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

	input {border:1px solid #999999;padding:5px;}
	textarea {border:1px solid #999999;padding:5px;}	
	select {border:1px solid #999999;padding:5px;}	
	submit {border:1px solid #999999;padding:5px;}	

div#header {
	padding:1em;
		background-image:url(topRight.png);
		background-position:top right;
		background-repeat:no-repeat;	
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;

	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */

}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
	
div#topContent {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#topContent p {
		text-align:justify;
		padding:0 1em;
	}	
	
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  color: #fff;
}


h1 {
  font-size: 20px;

  color:black;
}

h2 {
  font-size: 18px;

  color:black;  
}

h3 {
  font-size: 16px;

  color:black;  
}

h4 {
  font-size: 14px;

  color:black;  
}

h5, h6	{
  font-size: 12px;
  color:black;  
}




td.menu {
	border:1px solid white;
	background:pink;
	color:white;
	padding:3px;
	cursor:pointer;
	}

td.menuGrn {
	border:1px solid white;
	background:#B3C2A2;
	color:white;
	padding:3px;
	cursor:pointer;
	}

a {color:#640032;}
a:hover {color:#FF2894;}

/* BEGIN Generic*/