body {
	background-color: #1a328c;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	color: #CED7F7;
	vertical-align: bottom;
}
/*------------ Website Layout ------------ */

#header {
	background: url(images/background_header_new.jpg) no-repeat;
	position: absolute;
	top: 20px;
	left: 20px;	
	height: 105px;
	width: 900px;
}
#mainNav {
	background-color: #FFFFFF;
	background-image: url(images/background_menu.jpg);
	vertical-align: top;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	width: 190px;
	position: absolute;
	top: 125px;
	left: 20px;
	height: 350px;
	z-index: 1;
}
#highlight {
	background-color: #D1EA32;
	position: absolute;
	top: 125px;
	left: 210px;
	width: 150px;
	height: 350px;
	vertical-align: top;
	margin: 0;
	padding: 0;
	z-index: 2;
}
#content {
	background: url(images/background_content.jpg) right;
	position: absolute;
	top: 125px;
	left: 360px;
	width: 510px;
	padding: 10px 30px 20px 20px;
	height: 350px;
	text-align:left;
	vertical-align: top;

}	
#footer {
	background: url(images/background_footer.jpg) no-repeat;
	position: absolute;
	top: 475px;
	left: 20px;
	width: 900px;
	height: 100px;
	vertical-align: top;
	z-index: 3;
}
/*------------ Headings ------------ */	
h1 {
	margin-top: 0;
	font-size: 24px;
	font-weight: bold;
	color: #D1EA32;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #D1EA32;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #00FFFF;
	margin-bottom: 5px;
}

/*------------ Navigation ------------ */
ul#menu {
	list-style: none;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 30px;
	list-style-image: none;
}
a {
	text-decoration: none;
	color: #1A328C;
}
#frmSubscriptions a {
	text-decoration: none;
	color: #00CCFF;
}
#frmSubscriptions a:hover {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;	
}

#click {
	color: #D1EA32;
}

div#footerNav ul {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	margin-top: 15px;
}

div#footerNav li {
	display: inline;
	list-style: none;
	color: #00CCFF;
	padding-right: 20px;
	padding-bottom: 10px;
}
div#footerNav a {
	text-decoration: none;
	color: #00CCFF;	
}
div#footerNav a:hover {
	text-decoration: none;
	color: #D1EA32;	
}

/*------------ Formatting ------------ */
p {
	margin: 0;
	margin-bottom: 12px;
}

ul {
	list-style-image: url(images/bullet.gif);
}
.qoute {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #00FFFF;
}
.site {
	padding-left: 425px;
}


#piercing {
text-align: left;
margin-left: 30px;
margin-top: 10px;
}
.piercing {
	color: #D1EA32;
	font-weight: bold;
}
.piercingWhite {
	font-weight: bold;
}

.image {
	float: right;
}
#page {
	text-align: right;
}
#page a {
	color: #D1EA32;
}
.clickArrow {
	font-size: 14px;
}
/*------------ You need us Formating ------------ */

.links  {
	padding: 0;
	list-style: none;
	list-style-image: none;
	text-align:right;
	margin: 10px 6px 10px 0px;
	font-size: 12px;
}
.links a {
	color: #57620B;
}

.links li {
	padding-top: 5px;
}	

.links a:hover {
	text-decoration: underline;
	background-color:#D1EA32;	
}
.links a span {
	display: none;
}
.links a:hover span{
	color: #FFFFFF;
	display: block;
	position: absolute;
	left:170px;
	top:180px;
	width: 500px;
	display: block;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}
.links a:hover span p {
	margin: 0;
	margin-top: 15px;
}