.invertedshiftdown2
{
	padding: 0;
	width: 100%;
	border-top: -5px solid #D10000;
/*Highlight red color theme*/
	background: transparent;
	voice-family: inherit;
	voice-family: inherit;
}
.invertedshiftdown2 UL
{
	margin: 0;
	margin-left: 100px;
/*margin between first menu item and left browser edge*/
	position: absolute;
	top: 80px;
	left: -50px;
	padding: 0;
	list-style: none;
}
.invertedshiftdown2 LI
{
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 0;
	text-transform: uppercase;
	font: normal;
	color: black;
}
.invertedshiftdown2 A
{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0;
/*Margin between each menu item*/
	padding: 5px 10px;
/*Padding within each menu item*/
	background-color: #EE9572;
/*Default menu color*/
	border-bottom: 8px solid white;
}
.invertedshiftdown2 A:hover
{
	background-color: #D10000;
/*Highlight red color theme*/
	padding-top: 10px;
/*Set padding-top value to default's padding-top + padding-bottom*/
	padding-bottom: 0;
/*Set padding-bottom value to 0*/
	border-bottom-color: #D10000;
/*Highlight red color theme*/
	color: white;
}
.invertedshiftdown2 .current A
{
/** currently selected menu item **/
	background-color: #D10000;
/*Highlight red color theme*/
	padding-top: 10px;
/*Set padding-top value to default's padding-top + padding-bottom*/
	padding-bottom: 0;
/*Set padding-bottom value to 0*/
	border-bottom-color: #D10000;
/*Highlight red color theme*/
	color: white;
}
BODY
{
	
	margin: 0; padding: 0; text-align: center; 
     	background-image: url(nameaindex.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}




DIV.textbox
{
	position: absolute;
	top: 253px;
	left: 84px;
	width: 450px;
}
DIV.textbox P
{
	font-size: 9.6pt;
}
DIV.endbox
{
	position: absolute;
	top: 255px;
	width: 580px;
	left: 70px;
}
DIV.endbox P
{
	font-size: 8pt;
	line-height: 0.8;
}




a.squarebutton{
background: transparent url('graphics/square-gray-left-2line.gif') no-repeat top left;
display: block;
float: left;
font: bold 15px Arial; /* Change 12px as desired */
line-height: 17px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 20px) */
height: 42px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
border:2px solid gray;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('graphics/square-gray-right-2line.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


