﻿/*Main style sheet*/
body {margin: 0;padding: 0px;
/*font-family: cursive;*/
font-family: "Comic Sans MS", sans-serif;
font-size: .9em;

line-height: 1.4em;
white-space: inherit;
/*background-image: url("pictures\Balloons.png");*/

background: #F9FF85; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8FF75', endColorstr='#ffffff'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#F8FF75), to(#ffffff)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #F8FF75,  #ffffff); /* for firefox 3.6+ */

}

/* #F7FF63
*  #FAFFA3
*  #FBFCE8
*     */

@font-face {
	font-family: 'HVDComicSerifProRegular';
	src: url('HVD_Comic_Serif_Pro-webfont.eot');
	src: local('☺'), url('HVD_Comic_Serif_Pro-webfont.woff') format('woff'), url('HVD_Comic_Serif_Pro-webfont.ttf') format('truetype'), url('HVD_Comic_Serif_Pro-webfont.svg#webfontpSLSvsei') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KomikaTextRegular';
	src: url('KOMTXT__-webfont.eot');
	src: local('☺'), url('KOMTXT__-webfont.woff') format('woff'), url('KOMTXT__-webfont.ttf') format('truetype'), url('KOMTXT__-webfont.svg#webfontg8E6Mgnc') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KomikaTextItalic';
	src: url('KOMTXTI_-webfont.eot');
	src: local('☺'), url('KOMTXTI_-webfont.woff') format('woff'), url('KOMTXTI_-webfont.ttf') format('truetype'), url('KOMTXTI_-webfont.svg#webfontu8BTiCav') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KomikaTextBold';
	src: url('KOMTXTB_-webfont.eot');
	src: local('☺'), url('KOMTXTB_-webfont.woff') format('woff'), url('KOMTXTB_-webfont.ttf') format('truetype'), url('KOMTXTB_-webfont.svg#webfontkpFW2UYA') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {font: 40px/42px 'HVDComicSerifProRegular', "Comic Sans MS", sans-serif;letter-spacing: 0;}
h2 {font: 30px/34px 'HVDComicSerifProRegular', "Comic Sans MS", sans-serif;letter-spacing: 0;}
h3 {font: 22px/24px 'HVDComicSerifProRegular', "Comic Sans MS", sans-serif;letter-spacing: 0;}
h4 {font: 18px/22px 'HVDComicSerifProRegular', "Comic Sans MS", sans-serif;letter-spacing: 0;}
p {font: 18px/18px 'KomikaTextRegular', "Comic Sans MS", sans-serif;letter-spacing: 0;}
p italic {font: 18px/18px 'KomikaTextItalic', "Comic Sans MS", sans-serif;letter-spacing: 0;}
p bold {font: 18px/18px 'KomikaTextBold', "Comic Sans MS", sans-serif;letter-spacing: 0;}
li {font: 18px/18px 'KomikaTextRegular', "Comic Sans MS", sans-serif;letter-spacing: 0;} 
td {font: 18px/18px 'KomikaTextRegular', "Comic Sans MS", sans-serif;letter-spacing: 0;}

div#header {padding: 2%;
width: 95.5%;
height: 140px;
text-align: left;

/*background: #F2FF00; /* for non-css3 browsers */

/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2FF00', endColorstr='#FAFFA3'); /* for IE */
/*background: -webkit-gradient(linear, left top, left bottom, from(#F2FF00), to(#FAFFA3)); /* for webkit browsers */
/*background: -moz-linear-gradient(top,  #F2FF00,  #FAFFA3); /* for firefox 3.6+ */

color: #000000;
margin-bottom: 0px;
background-image: url("logotrans.png");

background-repeat: no-repeat;

font-family: cursive;
font-size: 4em;

font-weight: bold;

font-style: italic;
background-position: 95%;
/*
border-top: double;
border-bottom: double;
border-left: double;
border-right: double;
*/
}


div#navbar {font-family: "Comic Sans MS", sans-serif;

font-size: 1.1em;
text-align: center;

background-color: #F9FF85; 
width: 96%;
border-top: double;
border-bottom: double;
border-left: double;
border-right: double;}

#navbar ul li a:link, 
#navbar ul li a:visited {color: #000000;

background-color: #F9FF85;
text-decoration: none;

border-top: solid #4682B4 1px;
border-bottom: solid #00008B 1px;

display: block;}


#navbar ul li a:hover {background-color:#FFFAFA;
text-decoration: none;

border-top: solid #ffffff 1px;
border-bottom: solid #ffffff 1px;}

#navbar a.current {background-color: #51b851;
text-decoration: none;}
#navbar ul li {margin: 0px;
padding: 0px; 
list-style-type: none; 
display: block;}

#navbar ul {margin: 0px; 
padding: 0px;}


div#footer {padding: 2%;
width: 95.5%;
text-align: center;
clear: both;
margin-top: 5px;

}


div#maincontent {padding: 0%;
width: 65%;
float: left;
/* border-top: double;*/
/*border-bottom: double;*/
/*border-left: double;*/
/*border-right: double; */
text-align: justify;
color: #000000;

margin-bottom: 0px;
margin-left:  0px;
margin-right: 0px;

margin-top: 0px;
padding-top: 0px;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
list-style-image: url(Bullet.png);

white-space: normal;
display: inline-block;
}

li {margin: .3em 0}

div#leftcolumn {padding: 2%;
/*background-image: url("confetti01.gif");*/
/*background-color: #F9FF85;*/
width: 15%;
float: left;
/*border-top: double;*/
/*border-bottom: double;*/
border-left: double;
/*border-right: double;*/
float: left;
text-align: center;

/* color: #0e06eb; */
font-family: cursive, Gigi;

font-size: 1em;
font-weight: inherit;

padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
height: 60em;}

div#rightcolumn {padding: 2%;
/*background-image: url("confetti01.gif");*/
/*background-color: #F9FF85;*/
width: 15%;
/*border-top: double;*/
/*border-bottom: double;*/
/*border-left: double;*/
border-right: double;
float: right;
text-align: center;
/* color: #0e06eb; */
font-family: cursive, Gigi;

font-size: 1em;

font-weight: inherit;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;

/* background-image: url(Relax_trans_sm.png); */
/* background-repeat: no-repeat;*/
height: 60em;}
