body {
	text-align: center;
	background-image: url(images/drkblue_hex.gif);
	background-position: top;
	background-repeat: repeat;
}

#mainPanel p {
	margin: 0 0 15px 0;
	padding: 0;
}


/* --- MAIN -- */



#wrapper {
	width: 780px;
	height: 100%;
	border: 1px solid #FFFFFF;
	/* background-color: #ffffff;-- */
	background: url(images/plane.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 35px;
	margin-left: auto; 
	margin-right: auto;
	overflow: hidden;
}

#wrapper1 {
	width: 780px;
	height: 100%;
	border: 1px solid #FFFFFF;
	background-color: #ffffff;
	text-align: left;
	margin-top: 35px;
	margin-left: auto; 
	margin-right: auto;
	overflow: hidden;
}

#innerWrapper {
	background: url(images/plane.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
}

#innerWrapper1 {
	background: url(images/plane1.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
}

#innerWrapper2 {
	background: url(images/bulb.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
}
#innerWrapper3 {
	background: url(images/kite.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
}
#innerWrapper4 {
	background: url(images/bubble.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
}
#innerWrapper5 {
	background: url(images/can.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* --- HEADER --- */



#headerWrapper {
	text-align: left;
	margin: 0;
	padding: 0;
}



/* --- MID PANEL --- */



#mainPanelback {
	width: 780px;
	height: 100%;
	text-align: left;
	background: url(images/sidestrippx.gif);
	background-position: top right;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;	
}

/*#mainPanelback1 {
	width: 780px;
	height: 100%;
	text-align: left;
	background: url(images/sidestrip.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;	
}*/

#copyHolder {
    	float: left;
    	width: 360px;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0 0 0 170px;
}

#copyHolder1 {
    	float: left;
    	width: 450px;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0 0 0 170px;
}

#rightPanel {
   	float: right;
   	width: 150px;
	text-align: left;
	margin: 0;
	padding: 12px 38px 8px 8px;
}



/* --- BASE PANEL --- */          



#base {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #005573;
}

 

/* --- TYPE STYLES --- */



p {	
	font-family: arial; 
	font-size: 11px;
	line-height: 14px;
	
	color: #006484;
}

span.strong {	
	font-family: arial; 
	font-size: 11px;
	line-height: 14px;
	
	color: #006484;
}

span.heading {
	
	font-family: arial; 
	font-weight: bold;
	font-size: 12px;
	color: #006484;

}


 span.initials {
	
	font-family: verdana; 
	font-size: 11px;
	color: #555555;

}


a:link, a:visited {
	text-decoration: none;
	color: #555555;
}

a:hover {
 	text-decoration: none;
	color: #000000;
	

}

 .address {
    	margin: 0 0 0 40px;
}

#mcsitetext {
	width: 760px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;	
}

#mcsitetext p {
	font-family: arial; 
	font-size: 9px;
	line-height: 14px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #74A7DA;	
}
	
#mcsitetext a:link, #mcsitetext a:visited {
	
	text-decoration: none;
	
	color:#74A7DA;

}


#mcsitetext a:hover {
	text-decoration: none;
	
	color:#000000;

}



/* --- OUTER TEXT --- */



#basetext {
	width: 760px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;	
}




#basetext p {
	font-family: verdana; 
	font-size: 6px;
	line-height: 10px;
	
	margin: 0;
	color: #005573;	
}


