@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Righteous);
@import url(https://fonts.googleapis.com/css?family=Oxygen);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic);
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
	background-color : #fefefe;
	color:#000000;

}

a:link, a:visited {color:#006B8F;text-decoration:none;}
a:hover, a:active {color:#FF99C2;}

div.MainImage {
  			width: 100%;
 		 	height: 100%;
 		 	overflow:hidden;
		
		}
div.hr {width:203px;height:34px;background-image:url(hr.png);margin:auto;}
.Xontent {width:800px;margin:auto;border:2px;border-color:#000000;}
h1 {font-family: Righteous; font-size:72px; color:#010101;text-align:center;}
h2 {font-family: Righteous; font-size:24px; color:#010101;text-align:center;}
h3 {font-family:Oxygen;font-size:36px;color:#121212;text-align:center;}
p {font-family: Libre Baskerville; font-size:14px; color:#000000;text-align:justify;line-height:135%;}
i {font-style:italic; }
li {width:80%;margin:auto;font-family: Libre Baskerville; font-size:14px; color:#000000;text-align:justify;line-height:135%;}

.whitetable {font-family: Libre Baskerville; font-size:20px; color:#ffffff;text-align:center;}
#footer {width:100%;height:245px;background-size:100%;background-image: url(footer.png);background-repeat:none;background-attachment:cover;}