/****************************************************************************************
																  			>> Generics << 
*****************************************************************************************/
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	color: #000;
	font: 12pt/1.5 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
a:link, a:visited {
	text-decoration: none; 
	color: #000;
}
a img {border: 0;}
form {
	margin: 0;
	padding: 0;
}
p {margin: 0 0 1.5em;}
ul, ol, dl {
	margin: 0 0 1.5em 30px;
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font: normal 12pt/1.4 Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
}
abbr {border-bottom: 0;}
hr {
	color: #CCC; 
	border-style: solid; 
	border-width: thin; 
	clear: both;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: oblique;
	color: #666;
}
h1 {
	margin: 0 0 13px 0;
	color: #0071B7;
	font: 500 20pt Arial, "Century Gothic", "Avant Garde", Futura, Helvetica, sans-serif;
}
h2,h3,h4,h5,h6 {
	font: bold 18pt Arial, "Century Gothic", "Avant Garde", Futura, Helvetica, sans-serif;
	color: #E60178;
	margin: 19px 0 13px 0;
}
h3,h4,h5,h6 {color: #666; font-size: 16pt;}

/****************************************************************************************
																		     >> Layout << 
*****************************************************************************************/

/*-------------------------------------------Hide Elements---*/
.hide,
#header ul,
#banner,
#bannerInside,
#leftCol,
#footer a img,
#footer p em,
#footer br,
table#homeTable td.left-cell {display: none;}

/*-------------------------------------------Show Elements---*/
#wrapper {width: 100%;}
	
#contentArea {padding: 30px 0;}
table#homeTable {width: 100%;}
table#homeTable td {padding: 10px 10px 0 10px;}
table#homeTable td.middle-cell {border-right: 1px solid #E4E2E3;}
table#hometable td.right-cell {width: 254px;}
table#homeTable td p {margin: 10px 0;}
table#homeTable td.middle-cell h1,
table#homeTable td.right-cell h1 {
	color: #0071B7;
	margin: 0 0 10px 0;
	font: bold 18pt Arial, Helvetica, sans-serif;
}
table#homeTable td.right-cell h1 {color: #E60178;}
table#homeTable td a.learn-more:link,
table#homeTable td a.learn-more:visited { font-weight: normal;}
	
#footer {
	border-top: 1px solid #666;
	padding: 5px 0 0 5px;
}
	#footer p {
		margin: 0;
		font: normal 9pt Arial, Helvetica, sans-serif;
		color: #666;
		line-height: normal;
	}

