/* Ann Meadows css for Joe Personal website - screen css*/


body {
	margin: 0px 0px 0px 0px;
	background-color: Silver;
}

/* styles for table that holds that page */
#page {
	width: 700px;
	vertical-align: top;
	background: #D87800;
	border-top: 8px inset #643700;
	border-right: 6px inset #643700;
	border-left: 6px inset #643700;
	border-bottom: 8px inset #643700;
	margin: 0px 0px 0px 0px;
}



#divLogo {
	width: 700px;
	height: 90px;
	vertical-align: top;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-color: #D87800;
}


#logofloat{
	border: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}



/* styles for maincontent on home page */
#maincontent{
	color: Black;
	background-color: #D87800;
	padding: 60px 60px 30px 30px;
	margin: 0;
	text-align: left;
}



/* styles for "h1" "h2"  "h3" headers */
h1, h2, h3, h4, h5, h6 {
	color: #FFE500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 20px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 15px;
}

h2 { 
font-size: 14px; 
text-align: center; 
margin-top: 0px; 
margin-bottom: 25px;
}


h3 { 
font-weight: bold; 
}



ul { 
	font-size:11pt; 
	margin-top:2pt; 
	}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 4px 1px 1px;
}
	



/* styles for "p" the paragraph */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: Black;
}




.textbolder12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: black;
}






/* styles navigation link for other text on the pages */
a, a:link, a:active
	{
	color: yellow;
	background: transparent;
	text-decoration: none;
}

a:visited 
	{
	color: yellow;
	background: transparent;
}
	
a:hover 
	{
	color: Maroon;
}
	

/* styles for div for general use to make only 80% */
.wid80 {
	width: 80%;
	text-align: justify;
}

/* styles for div for general use to make only 80% */
.wid70 {
	width: 70%;
	text-align: left;
}


/* styles for the image on the home page that floats right */
.floatleft {
	float: left;
	margin: 3px;
	padding:10px;
	border: 0px;
	clear: right;
}


/* class for the images so that any float is cleared */
.imgzeroborder{
border: 0px;
text-align: center;
	padding: 0px;
	margin: 0px;
	clear: both;	
}

/* styles for div to be centered */
.center{
text-align: center;
}



#logofloat{
	border: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

hr.noprint {
width: 100%;
}



 
	 
/* styles for cell in page table row 3 column 1 */
#bottom_corner {
	background-color: transparent;
	margin: 5px;
	padding: 10px;
	text-align: center;
	width: 90%;
}

/* styles navigation link */
.bottom_navlist li {
	list-style: none;
	display: inline;
}

/* styles navigation link for bottom corner a: */
#bottom_corner a{
	background-color: transparent;
	color: #FFD700;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}

#bottom_corner a:hover{
	background-color: #FFE502;
	color: Maroon;
	padding: 1px;
	text-align: center;
}

.contacttable2 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 2px 10px 2px;
	width: 450px;
}



.alignlft
{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
	width: 425px;
}
