
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #000000;
	margin: 0;
	background-color: #008ac9;
}

a { color:#280404 ;
	text-decoration: none;
}

a:link {color: #bb0042;} 

a:visited {
	color: #bb0042; 
	text-decoration: none;
	}
	
a:hover {
	color:#feb605; 
	text-decoration: none;
}

	a img { 
		border: 0;
	}


p{
	padding-left:24px;
	padding-right:24px;
	padding-top: 6px;
}	

h1, .mainHeader {
	font-size:1.8em;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: none;
}

h2 {
	font-size:1.5em;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: none;
}

h6{
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
}

.pagecontainer {
	background: url(images/bgPage.jpg) center top repeat-y;
}

.bluestyle1 {
	color: #00CCFF;
	font-weight: bold;
}

.pagecontainer2 {
	margin: 0 auto;
	width: 899px;
	text-align: left;
	min-height: 755px;
	padding-bottom: 20px;
	background: white url(images/bigAngel.png) bottom right no-repeat;
}	
* html .pagecontainer2 { height: 755px; } /* ie6 min-height workaround - HACK (move this to a conditional stylesheet if there is any other browser-specific css) */

.content {
	width:550px;
	background: white;
	margin-top: 45px;
	padding: 0 6px;
	position: relative;
	left: 150px;
}

.text {
	padding-top:20px;
}

#title {
	width: 900px;
	height: 42px;
	padding-bottom:12px;
}

.navContain {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	height:20px;
	width: 110px;
	position: absolute;
	top: 100px;
	font-size: 17px;
	font-weight: normal;
}

.navContain .button {
	display: block;
	background: url(images/button.jpg) 0 0 no-repeat;
	width:110px;
	height:47px;
	line-height: 47px;
	vertical-align: middle;
	text-align: center;
	color: white;
}
.navContain .button:hover {
	background-position: 0 -47px;
}

.footer {
	padding: 7px 0;
	position: relative;
	color: white;
	font-weight: bold;
	letter-spacing: 3px;
	background: url(images/bgFooter.jpg) top center no-repeat;
}
	
.footer a {
	color:white;
	display: block;
	width: 899px;
	margin: 0 auto;
	text-align: right;
}
