/* CSS Document */
/*************************/
/* Global style settings */
/*************************/
body{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#666666;
	margin:0 0 0 0;
}


img {
	border:none;
}

.logo{
	height:80px;
	width:419px;
	float:left;
	margin-left:100px;
}

/*****************/
/* Header styles */
/*****************/

#headertop{
	height:15px;
	background: #00aeef;
}

.wrapper{
	margin:0px 0px 0px 0px;
}

#headerbottom{
	height:80px;
	background: #09192f;
}

/************************/
/* Main Content Styles  */
/************************/
#imagecontent{
	width:900px;
	text-align:center;
	background:#ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left:50px;
	margin-bottom:20px;
}

#mainimages{
	text-align:center;
	margin-top:15px;
}


#textcontent{	
	background:#eaeaea;
	height:210px;
	margin-top:0px;
	margin-bottom:0px;
}

.maintext{
	margin-top:0px;
	text-align:left;
	line-height:15px;
	width:900px;
	margin-left:110px;
	font-style: normal;

}

h1 {
	margin-left: 110px;
	margin-top: 10px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	font-style: normal;
	color:#666666;
}

/*****************/
/* Footer Styles */
/*****************/
#footer{
	background:#09192f;
	height:120px;
}

#footertext{
	color:#FFFFFF;
	font-weight:normal;
	text-align:left;
	line-height:16px;
	margin-left:110px;
	margin-bottom:40px;
}

.footerblue{
	font-weight:bold;
	color:#00aeef;
}
	
.email{
	color:#ffffff;
}
