a:link
{
color: blue;
background-image: url(./pics/stucco.jpg);
text-decoration: none;
}

a:visited
{
color: blue;
background-image: url(./pics/stucco.jpg);
text-decoration: none;
}

a:hover
{
color: black;
text-decoration: none;
}

a:active
{
color: blue;
background-image: url(./pics/stucco.jpg);
text-decoration: none;
}



/*the address of the background image is relative to the stylesheet not to the html page*/

/*margins are not inherited*/

/*Sets the page background and gives the page a 30pt left-hand margin so that when viewed on a pc the page is not jammed against the left-hand side of the page.*/

body
{margin-left: 40px;
background-image: url(./pics/stucco.jpg);
}


/*SETS THE VALUES OF THE NAVIGATION BAR DIV.*/
/*navbar paragraph style*/
#navbar p
{
font-family: verdana,arial,helvetica,sans-serif;
font-variant: small-caps;
font-size: 15px;
line-height: 1.5em;
text-align: left;
font-weight: 400;
color: black;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 10px;
}


#navbar a:link
{
color: black;
background-image: url(./pics/stucco.jpg);
text-decoration: none;
}

#navbar a:visited
{
color: black;
background-image: url(./pics/stucco.jpg);
text-decoration: none;
}

#navbar a:hover
{
color: #FF7F00;
text-decoration: none;
}

#navbar a:active
{
color: black;
background-image: url(./pics/stucco.jpg);
text-decoration: none;
}


/*SETS THE VALUES OF THE TEXT DIV.*/
/*text paragraph style*/
#text p
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-variant: normal;
	font-size: 13px;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
}

#text a:link
{
color: blue;
background-image: url(./pics/stucco.jpg);
text-decoration: underline;
}

#text a:visited
{
color: blue;
background-image: url(./pics/stucco.jpg);
text-decoration: underline;
}

#text a:hover
{
color: black;
text-decoration: underline;
}

#text a:active
{
color: blue;
background-image: url(./pics/stucco.jpg);
text-decoration: underline;
}


/*SETS THE VALUES OF THE FOOTER DIV.*/
/*footer paragraph style*/
#footer p
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-variant: normal;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 400;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*SETS GENERAL VALUES*/
	
/*removes the space at bottom*/
.nospacebottom
	{margin-bottom: 0px;
	}

	
/*removes the space at top*/
.nospacetop
	{margin-top: 0px;
	}

.spacetop
{margin-top: 15px;
}

.spacetop5
{margin-top: 5px;
}

.spacebottom
{margin-bottom: 15px;
}

.photoimg
{border: solid;
border-width: 2px;
border-color: black;
}


	
/*indents a paragraph*/
.indent
	{
	text-indent: 20px;
	}
	
/*aligns the text right*/
.textright
	{
	text-align: right;
	}
	
/*aligns the text center*/
.textcenter
	{
	text-align: center;
	}
	
/*aligns the text justified*/
.textjustify
{
	text-align: justify;
}

	/*aligns the text left*/
.textleft
{
	text-align: left;
}


/*Used to make font color orange.*/
.orange
{
color: #FF7F00;
}

/*makes the font size 8 pt*/
.font8
	{
	font-size: 11px;
	line-height: 1.2em;
	}
	
	/*makes the font size 9 pt*/
.font9
	{
	font-size: 12px;
	line-height: 1.2em;
	}
	
	
	/*makes the font size 10 pt*/
.font10
	{
	font-size: 13px;
	line-height: 1.2em;
	}
	
	
/*makes the font size 11 pt*/
.font11
	{
	font-size: 15px;
	line-height: 1.2em;
	}

/*makes the font size 16 pt*/
.font16
{
	font-size: 22px;
	line-height: 1.2em;
}
	
/*makes the font bold*/
.bold
 {
	font-weight: 700;
	}
	
	.nomargins
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

/*defines h1*/
	h1
	{font-family: verdana,arial,helvetica,sans-serif;	
	font-size: 15px;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
	color: #FF7F00;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	}
	

/*defines h2*/
	h2
	{font-family: verdana,arial,helvetica,sans-serif;	
	font-size: 13px;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
	color: #FF7F00;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	}

/*unorder list with no marker and no space before but with space after the list*/
	ul.none
	{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 8px;
}
	
/*list item style with space after each item*/
li
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-variant: normal;
	font-size: 13px;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 6px;
	}
	
	
	/*list item style with no space after each item*/
	li.none
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-variant: normal;
	font-size: 13px;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	}

table
{
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 10px;
}


td
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-variant: normal;
	font-size: 13px;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
}

td a:link
{
color: blue;
background-image: url(./pics/stucco.jpg);
text-decoration: underline;
}

td a:visited
{
color: blue;
background-image: url(./pics/stucco.jpg);
text-decoration: underline;
}

td a:hover
{
color: black;
text-decoration: underline;
}

td a:active
{
color: blue;
background-image: url(./pics/stucco.jpg);
text-decoration: underline;
}
	
	
	/*this makes a 1 pt rule down a column*/
	td.vrule
	{
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: black;
	}

