* {
	padding: 0px;
	margin: 0 ;
}

body {
	margin: 0px 0 0 0;
	font-size 13pt ;
}

p  {
	text-align: left ;	
}


p.date  {
	text-align: center ;	
	color: #0000ff; 
	font-size 16pt ;
}
	
p.event  {
	text-align: center ;	
	color: #000; 
	font-size 16pt ;
}
p.eventDetails  {
	text-align: center ;	
}

ul {
	list-style: none ;
	margin: 0px 0px 200px 0px; 
	text-align: left ;
	border: 1px;
}

img {
	border: 0;
}
a {
	text-decoration: none ;
	color: #000000; 
	font: 11px Arial, sans-serif ;
}



a.myLink {
	text-decoration: none ;
	color: #000000; 
	font: 11px Arial, sans-serif ;
}

a.secretLink {
	text-decoration: none ;
	color: #000000; 
	font-size 13pt ;
}



.information {
	font: 11px Arial, sans-serif ;
	color: #0C4AEE;
}
	
a.email {
	text-decoration: underline;
	font: 14px Arial, sans-serif ;
	color: #0C4AEE; 
}

.pl {
	
}

div#container {
	position: relative ;
	width: 1200px ;
	min-height: 1000px; 
	margin: 0 auto ;
	color: #000;
}

html {
        background: url(bckgnd.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

a.pagelink {
	color: #0000FF;
	padding-top: 1px;
	font: 18px "Bradley Hand ITC",arial;
	}



div#content {
	width: 700px;
	margin: 0 0 0 0px;
	text-align: left;
}

div#linkList {
	position: absolute ;
	top: 260px;
	left: 20px;
	width: 200px;
}

div#footer {
	z-index: 2;
	top: 1262px;
	left: 404px;
	font: 9px Arial,verdana, sans-serif;
	padding-left: 190px;
	padding-bottom: 20px;
	padding-top: 20px;
}



div#footer a:link, div#footer a:visited, div#footer a:active {
	text-decoration: none ;
	font-weight: bold ;
	color: #BBB39B ;
	border: 0 ;
}

div#footer a:hover {
	color: #E8C55C ;
	font-weight: bold ;
	text-decoration: none ;
	border: 0 ;
}



#menu a:link, #menu a:visited, #menu a:active {
	color: #990000 ; 
	border: 0 ;
}

#menu a:hover {
	color: #0000ff ;
	font: 14px "Gill Sana MT", calibri, arial;
	border: 0 ;
}

a {
	color: #000000 ;
	font: 14px "Gill Sana MT", calibri, arial;
	border: 0 ;
}	
a:hover {
	color: #0000ff ;
	font: 16px "Gill Sana MT", calibri, arial;
	border: 0 ;
}	

div#menu ul {line-height: 15px ;}
h3 {
	color: #990000;
	padding-top: 1px;
	font:24px "Bradley Hand ITC";
	font-size: 27;
	}
	
h4 {font-size: 20;color: #252525;padding-top: 1px;}

h5 {
	color: #B57600;
	padding-top: 1px;
	font: 16px "Bradley Hand ITC",arial;
	}
.your-name{
	color:#990000;
	font-size:1.2em;
}
.your-name:hover{
	color: #23B7A4;
}
.your-name input[type="text"] {
	width: 100%;
	outline: none;
	margin: 6px 0px;
	padding: 15px 8px;
	background: #E6E9EC;
	border: none;
	border-radius: 3px;
}
.your-name input[type="text"]:hover{
	background:#AEE5D6;
}
.your-submit  input[type="submit"] {
	background: #23B7A4;
	outline: none;
	font-size: 20px;
	margin: 16px 0px;
	border: none;
	border-radius: 6px;
	padding: 10px 18px;
	color: #fff;
	transition: 0.5s all;
}
.your-submit  input[type="submit"]:hover{
	background:#07695C;
}