/*
 * Custom Web Development by Jon Velas
 * CSS Structure written by Jon Velas
 * Copyright by Jon Velas Web Agency 
 */

@charset "utf-8";

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background-color: #FEFCCC;
	margin: 0px;
	padding: 0px;
}

#Container {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	width: 80%;
	margin-bottom: 100px;
}
#Logo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: auto;
	text-align: center;
	background-color: #FEFCCC;
	float: none;
	position: relative;
}
#Logo img {
	height: auto;
	width: auto;
	max-width: 300px;
}

#Main-Content #Image-Centered{
	float: none;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	position: relative;
}
#Main-Content #Image-Centered img {
	height: auto;
	width: auto;
	max-width: 280px;
}

#Main-Content #Image-Centered-2 {
	text-align: center;
	height: auto;
	width: auto;
	max-width: 110px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#Main-Content #Image-Centered-2 img {
	height: auto;
	width: auto;
	max-width: 100px;
}




#Main-Content {
	background-color: #FEFCCC;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


#Main-Content img {
	text-align: center;
}


#Main-Content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000;
	text-align: left;
	text-indent: 30px;
}
#Main-Content p .italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	text-align: left;
	font-style: italic;
}

#Main-Content p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: bold;
}
#Main-Content p a:hover {
	color: #000;
	text-decoration: none;
}

#Container #Main-Content h4.padding-top {
	padding-top: 100px;
	text-shadow: 4px 4px #FFF;
}

#Main-Content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #000;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: italic;
	font-weight: normal;
}

#Main-Content h2 {
	font-family: "Over the Rainbow", "Segoe Script";
	font-size: 1em;
	color: #999;
	text-align: center;
}


#Main-Content h2 a {
	text-decoration: underline;
	color: #999;
	font-family: "Over the Rainbow", "Segoe Script";
	font-size: 1.5em;
	font-variant: normal;
	text-align: center;
}
#Main-Content h2 a:hover {
	color: #000;
	text-decoration: none;
}
