/*
CSS StyleSheets for
Author: Tony Piscotti
Date:  
*/

/************************
* Global Rules
************************/
html, body { 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	background: #ffcc00; 
	}

html, body, table, tr, th, td, div, span { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	color: #000; 
	}

a { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	color: #6BA214; 
	text-decoration: underline; 
	}

a:hover { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	color: #f63; 
	text-decoration: none; 
	}

img { 
	border: none; 
	}
	
	
input, select { 
	height: 18px; 
	font-size: 11px; 
	}
option { 
	height: 16px; 
	font-size: 11px; 
	}
input { 
	padding: 0 0 0 3px; 
	font-size: 11px; 
	}

div.HR { 
background: #FFFFFF;
height: 1px; 
width: 100%; 
margin: 0;  
padding: 0; 
border-bottom: 1px solid #6BA214;
}
div.HR hr {
display: none;
}

/*  Welcome Text */

span.fusia { 
	font-size: 18px; 
	font-weight: bold; 
	color: #c06; 
	}
	
span.orange { 
	font-size: 18px; 
	font-weight: bold; 
	color: #f63; 
	}
	
span.green { 
	font-size: 15px; 
	font-weight: bold; 
	color: #6BA214; 
	}

/*  Jenny pic -- right side */

#jenny { 
	width: 269px; 
	height: 410px; 
	margin: 0; 
	padding: 0; 
	background: #fff url(/images/jenny.jpg) no-repeat top right; 
	}
	
#mainContent { 
	margin: 0; 
	padding: 5px 0 20px 20px;
	vertical-align: top; 
	}

/*  FooterStripes -- Coming Soon Text  */

.stripesText { 
	width: 648px; 
	height: 70px;
	padding: 12px 5px 0 0; 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	line-height: 1.3em; 
	text-decoration: none; 
	vertical-align: top; 
	}
.stripesText a { 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #fff; 
	line-height: 1.4em; 
	text-decoration: underline; 
	}
.stripesText a:hover { 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #fff; 
	line-height: 1.4em; 
	text-decoration: none; 
	}
	
/*  Footer */
#footerMain { 
	margin: 0; 
	padding: 0 0 10px 0;
	background: #ffcc00;  
	}

.footer { 
	width: 50%; 
	margin: 0; 
	padding: 5px 0 0 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E40B62;
	text-decoration: none;
	vertical-align: top; 
	}

.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E40B62;
	text-decoration: none;
	}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

#resumeTable { 
	width: 100%;
	margin: 0; 
	padding: 4px; 
	border: none; 
	}
#resumeTable td { 
	font-size: 11px; 
	}
#resumeTable td.hdr { 
	padding: 14px 0 0 0; 
	border-bottom: 1px solid #6BA214; 
	}
#resumeTable td#pdf { 
	color: #666; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none; 
	}
#resumeTable td#pdf a { 
	color: #666; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none; 
	}
#resumeTable td#pdf a:hover { 
	color: #cc0000; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none; 
	}