body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #7E9992;
	margin: 0px;
	padding: 0px;

}
.table_home_bg {
	border: 1px solid #000000;
	background-image: url(images/paul_fade.jpg);

}
.table_home_ctr {
	background-color: #FFFFFF;
}
.table_top {
	color: #CCCCCC;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding-left: 5px;
}

/*This DIV sits at the top of the midcolumn table cell and contains
a decorative image.*/
#artwork {
	border-bottom: 1px solid #000000;
}

/*The maincontent TD is the right column that contains the page's main content.
A background image is set to display at the top left edge. To give this image room
to display, we set left padding to 72px.*/
#maincontent {
	padding: 12px 24px 12px 42px;
	font-size: 0.85em;
	line-height: 1.5em;
	text-align: justify;
	background-image: url(images/paul_fade.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	background-color: #DAE5DF;
}
#maincontentcontact {
	padding: 12px 24px 12px 72px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*Paragraphs margins*/
#maincontent p, #sidecontent p {
	margin: 6px 0 8px;
}

/*Style attributes common to all level 1-4 headings*/
h1, h2, h3, h4 {
	margin: 0;
	line-height: normal;
}
/*Style attributes specific to all level 1 headings*/
h1 {
	font-size: 1.8em;
}
/*Style attributes specific to all level 2 headings*/
h2 {
	border-bottom: 1px solid #686868;
	font-size: 1.8em;
}
h3 {
	border-bottom: 1px solid #686868;
	font-size: 1.8em;
}
/*Style attributes specific to all level 3-4 headings*/
h3, h4 {
	font-size: 1.35em;
	margin: 24px 0 0;
}
h5 {
	font-size: 1em;
	color: #000033;
	margin: 0px;
	padding: 0px 0px 5px 10px;
}
/*Style attributes specific to all level 4 headings in the sidecontent TD.*/
#sidecontent h4 {
	margin: 0;
	font-size: 1.3em;
}
/*Footer styles.*/
#footer {
	text-align: center;
	font-size: 0.75em;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Verdana;
}

/*-----PAGE LINK STYLES --------*/
/*We assign specific link styles for links based upon the element that contains them.*/
#maincontent a:link, #sidecontent a:link {
	color: #666699;
}
#maincontent a:visited, #sidecontent a:visited {
	color: #6666CC;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus,
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #000000;
}
#maincontentcontact a:link {
	color: #000099;
	}
#maincontentcontact a:visited {
	color: #6666CC;
}	
#maincontentcontact a:hover{
	color: #000000;
}
#footer a:link {
	color: #333333;
	text-decoration: underline;
}
#footer a:visited {
	color: #333333;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #000000;
	text-decoration: none;
}

.imageleft {
	float: left;
	padding: 0.4em 20px 0px 0px;
}
.imageright {
	float: right;
	padding: .4em 0px 0px 12px;
}
img { border: none }
.bottommainHeader {
	color: #000000;
	font-size: 1.35em;
	margin: 25px 0 0px;
	text-align: right;
}
#audio_pad {
	padding-left: 50px;
}
.tag_line {
	background-color: #000000;
	background-image: url(images/tag_line.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	color: #CCCCCC;
	font-size: 1.5em;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
