﻿/*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-repeat: repeat;
background-color: yellow;}



div#header {padding: 2%;
width: 95.5%;
height: 140px;
text-align: left;

background-color: yellow;
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: yellow; 
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: yellow;
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;
/*border-top: double;*/
border-bottom: double;
border-left: double;
border-right: double;

background-color: yellow;}


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;
}

div#leftcolumn {padding: 2%;
/*background-image: url("confetti01.gif");*/
background-color: yellow;
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: yellow;
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;}