/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {margin:0; padding:0;}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	line-height:1;
	font-family: Helvetica, Arial, sans-serif;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	background-color:#ffffff;
	height:auto;
	width:100%;
}



ol, ul {
	list-style: none;
}





/*--- LAYOUT DIVs ---*/
html {
	background-color:#fcfaec;

}
body { 
	margin: 0px;
	font: normal 16px "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.25 em !important;
	background-color:#fcfaec;
}

.clearfix {
	clear:both;
}
	
#left, #right, #main {
	padding:0 5% 0 5%;
}

#main {
	width:65%;
	margin:0 auto;
	margin-left:17.5%;
}

#logo {
	padding:0 0 0 0;
}



h1 {
	text-align:center;
	font-weight:bold;
	margin:0 0 2% 0;
	font-size:90%;
}

h2 {
	text-align:center;
	font-weight:bold;
	margin:2% 0 2% 0;
}




.margBtm5 {
	margin-bottom:5%;
}

.margBtm2 {
	margin-bottom:2%;
}

.margBtm20 {
	margin-bottom:20%;
}


.center {
	margin:0 auto;
}





#container {
	-webkit-box-shadow: -1px -2px 18px 0px rgba(10, 10, 10, 0.86);
	-moz-box-shadow:    -1px -2px 18px 0px rgba(10, 10, 10, 0.86);
	box-shadow:         -1px -2px 18px 0px rgba(10, 10, 10, 0.86);
	background-color:#ffffff !important;
}



hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-image: none;
    border-style: dotted;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: .625em 0 .625em;
}

footer {
	margin:0  auto;
	padding:0 0 2% 0;
	margin:0 0 0 0;
	clear:both;
}

footer p {
	font-size:75%;
	text-align:center;
	color:#919191;
}

footer a {
	color:#919191;
}

footer hr {
	padding:1% 0 0 0;
	margin:0 5% 0 5%;
}



p {
	font-size:80%;
}


.ital {
	font-style:italic !important;
}

.bold {
	font-weight:bold;
}

.allcaps {
	text-transform: uppercase !important;
}



@media only screen and (max-width: 40em) {
	
	
	

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
 
 }