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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: Georgia, Times, serif;

	vertical-align: baseline;

	}

body {

	line-height: 1;

	color: black;

	background: white;

	font-size: 62.5%; /* Sets 1em to 10px */
	
	margin: 30px auto;

	}



/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: separate;

	border-spacing: 0;

	}
	
	/* Structures Controls */

body {

	background: #014A5B; /* dark blue background */

	text-align: center;	

}
	
/* 

FONT CONTROLS

*/	


/* Post Titles */

h1 {

	color: #014a5b; /* light blue 5a8994 */

	font-size: 2.1em;

	font-weight: bold;
	
	font-style: italic;

	line-height: 1.2em;
	
	margin: 20px 50px 15px 50px;

}

h1 a {

	color: #5a8994;

	text-decoration: none;

}

h1 a:visited {

	color: #5a8994;

	text-decoration: none;

}

h1 a:hover {

	color: #5a8994;

	text-decoration: underline;

}


h2 {

	color: #5a8994;

	font-size: 1.5em;

	font-weight: bold;

	line-height: 1.5em;
	
	margin: 10px 0 10px 0 ;

}

h3 {

	color: #014a5b;

	font-size: 2.1em;

	font-weight: bold;
	
	font-style: italic;

	line-height: 1.4em;
	
	margin: 10px 0 5px 0;

}

h3 a, a:visited {

	text-decoration: none;

}

h3 a:hover {

	text-decoration: underline;

}


p {

	font-size: 1.3em;

	line-height: 180%;

	margin-bottom: 14px;

}



a, a:visited {

	color: #014a5b;

	text-decoration: none;

}


/* img controls */	

.alignright {

	float: right;

	}

.alignleft {

	float: left

	}

	
.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}

p img {

	padding: 0 20px 0 0;

}


/* footer controls */

#footer {

	clear: both;
			
	background-image: url(images/footer-bgtop.gif);  /* white & light blue sidebar */


}

#footercontent {	

	width: 800px;

	height: 20px;
	
	margin: 0px 50px 10px 50px;
	
	border-top: 1px solid #014A5B;	

}
	

#footer p {

	margin: 0px 50px 0px 50px;

	padding: 10px 0px 10px 0px;
	
	font-size: 1.1em;
	
	text-align: center;
	
	color: #666666;

}
