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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
blockquote,q{quotes:none}
textarea{overflow:auto}
button{width:auto;overflow:visible;background:transparent;cursor:pointer;border:none;}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
/* regular syltes */
body {
	background-color: #E4FF00;
	background-image: url(../images/bodyBg_rpt.png);
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	background-image: url(../images/containerBg_norpt.png);
	width: 960px !important;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 300px;
}
a.backHome {
	background-image: url(../images/clear.gif);
	display: block;
	height: 120px;
	width: 420px;
	position: absolute;
	left: 0px;
	top: 137px;
}
#info {
	background-color: #000000;
	width: 560px;
	color: #E4FF00;
	padding: 15px;
	overflow: hidden;
}
#info a:link, #info a:visited {
	color: #FCFFDD;
	text-decoration: underline;
}
#info a:hover, #info a:focus, #info a:active {
	color: #FCFFDD;
	text-decoration: none;
}
#info h1 {
	font-size: 35px;
	font-style: italic;
	font-weight: normal;
	line-height: .8;
}
#info ul {
	font-size: 16px;
	list-style: circle;
}
#info ul li {
	margin-bottom: 8px;
}
#info p {
	font-size: 12px;
	font-style: italic;
	line-height: 1;
	float: right;
	color: #E4FF00;
}
#footer {
	font-size: 10px;
	color: #000000;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	text-align: right;
	width: 570px;
}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: underline;
	background-color: #E4FF00;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #000000;
	text-decoration: none;
	background-color: #E4FF00;
}
#footer span {
	background-color: #E4FF00;
}
#emailMe {
	background-color: #000000;
	width: 240px;
	position: absolute;
	top: 0px;
	color: #E4FF00;
	padding: 15px;
	font-size: 12px;
	right: 50px;
	overflow: hidden;
	display: none;
}
#emailMe form {
}
#emailMe ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#emailMe ul li {
	margin-bottom: 8px;
}
#emailMe li p {
	line-height: 1.3;
	padding-right: 5px;
}
#emailMe li label {
	display: block;
	margin-bottom: 3px;
}
#emailMe li label span {
	font-size: 11px;
	font-style: italic;
}
#emailMe li input, #emailMe li textarea {
	font-size: 12px;
	color: #E4FF00;
	padding: 2px;
	border: 1px dashed #E4FF00;
	background-color: #373E00;
	font-style: italic;
	width: 236px;
}
#emailMe li textarea {
	height: 75px;
}
#alertTxt {
	line-height: 1.3;
	padding: 7px;
	border-bottom: 1px dashed #E4FF00;
	display: none;
	margin-bottom: 5px;
}
#emailMe button.cancelBtn {
	height: 25px;
	width: 90px;
	float: right;
}
#emailMe button.submitBtn {
	height: 25px;
	width: 90px;
	float: left;
}
#loader {
	height: 16px;
	width: 16px;
	position: relative;
	left: 4px;
	top: 4px;
	display: none;
}
#emailMe a.cancelBtn img {
	position: absolute;
	top: 4px;
	right: 4px;
	border-style: none;
}
