/* ZERO Page Styling  -------------------------------------------------------------------------------  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Body Styles -------------------------------------------------------------------------------  */
body{
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #ed008c;
	text-decoration: none;
	font-weight: bold;
}
#footer_links_box a{
	color: #fff;
	font-weight: bold;
}
#footer_links_box p {
	color: #fff;
	font-size: 40px;
}
a:visited{
	color: #ed008c;
}
#help_box a:visited{
	color: #999;
}
a:hover{
	text-decoration:underline;
}

/* Headings ----------------------------------------------------------- */
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: normal;
}
#contents h2:first-child{
	margin-top: 0;
}
.section_heading{
	border-bottom: 4px solid #ec008c;
	font-size: 42px;
	font-weight:bold;
	color: #808285;
	font-family: AvantGarde Bk BT, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sub_heading{
	font-size: 25px;
	font-weight:bold;
	color: #808285;
	font-style:italic;
	margin: 5px 0px 35px 0px;
	font-family: AvantGarde Bk BT, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
}
#footer-links{
	margin-top: 1.5em;
	padding: 1.5em 0.25em 1.5em 0.25em;
	line-height: 1.3;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
address{
	font-style: normal;
	font-size: 95%;
}
p {
	margin: 20px 0px 20px 0px;
}
#container em{
	font-style:italic;
}
#container strong{
	font-weight:bold;
}
.content_quote{
	font-size: 27px;
	border-top: 3px solid #fff200;
	border-bottom: 3px solid #fff200;
	padding: 20px 20px 20px 20px;
	margin: 25px 0px 25px 0px;
	width: 1080px;
	color: #00aeef;
	font-style:italic;
	background-color: #dbdddd;
	font-weight: bold;
}
.content_quote_signature{
	font-style:normal;
	font-weight:bolder;
	margin: 0px 0px 0px 35px;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}