
BODY 
{ 		background-color: #A19F9D;
		width:100%;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		margin-top: auto;
		}
	
IMG  			{
			border: 0px solid white;
			
			}




			
#header
{ 		border-bottom:1px solid white;
		width:100%;
	
		background-color: #D1D1D1;
		padding-left: 0; 
		padding-right: 0; 
	   	padding-top: 0px;
		margin-top: 0; 
		margin-right: 0; 
		margin-left: 0; 
		text-align: left; 
		overflow: hidden; 
		color: grey;
		font-family: arial;
		font-size: 35;
		font-weight: bold;}

#content
{ 		

		border: 0px solid grey; 
		width:100%;
		
		background-color: #A19F9D;
		padding-left: 0; 
		padding-right: 0; 
	   	padding-top: 0px;
		margin-top: 20; 
		text-align: center;
		margin-right: auto; 
		margin-left: auto; 
		overflow: hidden; 
		font-family: 'arial';
		color: grey;
		}
#navi
{ 		

		position: absolute;
                border: 0px solid grey; 
		width:100%;
		background-color: #A19F9D;
		padding-left: 0; 
		padding-right: 0; 
	   	padding-top: 0px;
		text-align: left;
		margin-right: auto; 
		margin-left: auto; 
		overflow: hidden; 
		font-family: 'arial';
		color: #FFFFFF;
		}


#footer
{ 		border: 0px solid red; 
		width:100%;
		background-color: #000000;
		text-align: center; 
		overflow: hidden; 
		position:fixed;
		bottom:0px;
}
p
{		color: black;
		font-family: arial;
		text-align: left;
		font-size: 10px;}

.center
{		color: black;
		font-family: arial;
		text-align: center;
		font-size: 10px;}
a
{		color: white;
		font-family: arial;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		font-size: 15px;
		margin-left: 17;
		margin-right:0;}
		
a:hover 
{ 		color:#DF253B; 
		font-family: arial;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		font-size: 15px;
		margin-left: 17;
		margin-right:0;
		text-decoration:none; 
		}		
		
h1
{		color: #808080;
		font-family: arial;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		font-size: 16px;
		margin-left: 0;
		margin-right:0;
		}

h2
{		color: #FFFFFF;
		font-family: arial;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 18px;
		margin-left: 0;
		margin-right:0;
		}
		
/* Begin CSS Drop Down Menu */




#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: none;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #DF253B;
	background-color: none;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */		
		
