
body 
{   
	color: white;
	text-align: justify;
	/* orange */
	/* background-color: #F29E00; */
	
	/* grey */
	background-color: gray; 
	
	/*background-color: black;*/
	
	/*font-size: medium;*/
	font-size: 11pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Geneva, sans-serif;*/
}


ul 
{
	line-height: 18px;
}

a:link { 
	color: white;
}
	
a:visited { 
	color: white;
}
	
a:hover, a:active { 
		color: Silver;
}
	
td,th {
	color: white;
}


#titleBlock
{
	width: 999px;
	height: 120px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;

/*	font-family: Georgia, sans-serif;	*/
	text-align: center;
	color: white; 

	background-image: url(title.gif); 
	background-repeat:	no-repeat; 
	
	padding-top: 8px;
	padding-bottom: 8px;
}



/* The word 'ebdog' in the title block */
#mainTitle
{
	padding-top: 0px;
	padding-bottom: 8px;
	margin-top: 0px;
	width: 999px;
	height: 60px;
	font-size: 48pt;
	font-style: italic;
	color: #FFF;
	background-color: Transparent;
	text-align: center;
}

/* The main text area */
#apDiv2 {
	position:absolute;
	left: 212px;
	top: 155px;
	width: 590px;
	height: 773px;
	font-size: 14px;
}

#apDiv2 p {
	line-height: normal;
	padding-top: 0px;
	margin-top: 0px;
}

#apDiv2 h1 {
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 6px;
}

#apDiv2 h2 {
	color: white;
	padding-top: 1px;
	margin-bottom: 6px;
	margin-top: 6px;
}

#apDiv2 ul {
	margin-bottom: 6px;
	margin-top: 8px;
}

#apDiv2 h3 {
	color: white;
}

#leftMenu {
	position:absolute;
	left: 7px;
	top: 154px;
	width: 174px;
	height: 147px;
}

#rightMenu {
	position:absolute;
	left: 816px;
	top: 154px;
	width: 180px;
	height: 411px;
}

.menubuttonimage 
{
	width: 192px;
	height: 119px;
	
	padding-bottom: 5px;
	padding-top: 5px;
	
	border-style: none;
	background-color: Transparent;
	
}


