/*	
	myStyles.css	
	Author: John Seaman
	Recent Updates:
	1-13-2011:	Added informative comments, changed email hyperlink style
	
*/
body { margin:0; padding:0; background: #000000 url('images/tempback1.gif') fixed top center;}
TABLE {color: #000000; text-align: left; }

/* Overall webpage layout 
.main { margin: auto; width: 770px;}
*/
/* Subheader style */
.infoHeader {color: #b74900; text-decoration: none; font: 10pt "Arial"; font-weight: bold}

/* Webpage main header style */
.pageTitle {color: #000000; text-decoration: none; font: 16pt "Arial" ; font-style: italic; font-weight: bold;}

/* Style for informative text immediately following all pageTitles */
.infoText {color: #000000; text-decoration: none; font: 9pt "Arial"}

/* Webpage body hyperlink */
A:link.style1 {color: #583A1D;text-decoration: none; font: 9pt "Arial"; text-align: center;}
A:visited.style1 {color: #583A1D; text-decoration: none; font:9pt "Arial"; text-align: center}
A:hover.style1 {color: #B30000; text-decoration: underline; font:9pt "Arial"; text-align: center}

/* Navigation bar hyperlinks (Home, My Listings, My Credentials, etc) */
A:link.style2 {color: white;text-decoration: none; font: 10pt "Arial"; text-align: center}
A:visited.style2 {color: white; text-decoration:none; font:10pt "Arial"; text-align: center}
A:hover.style2 {color: black; text-decoration:none; font: 10pt "Arial"; text-align: center}

/* Email hyperlinks */
A:link.mailTos {color: #00246f; text-decoration: none; font: 8pt "Arial"}
A:visited.mailTos {color: #00246f; text-decoration: none; font: 8pt "Arial"}
A:hover.mailTos {color: #00246f; text-decoration: underline; font: 8pt "Arial"}

/* Image drop shadow */
.dropShadow {box-shadow: 4px 4px 5px #000000; -moz-box-shadow: 4px 4px 5px #000000; -webkit-box-shadow: 4px 4px 5px #000000;}
