body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 100%;}
em{color: red;}

#titlewrapper{
float: left;
width: 100%;
}

#lefttop{
float: left;
width: 160px; /*Width of left column*/
margin-left: -100%;
margin-top: 10px;
background: white;
height: 140px; /*Height of top section*/
}

#midtop{
margin: 0 280px 0 160px;
margin-top: 30px;
height: 120px; /*Height of top section*/
background: white; /*title*/
}

#titlefont1{
font-size:200%;
font-family:arial black;
text-align: center;
line-height:100%;
margin-top: 10px;
margin-bottom: 0px;
}

#titlefont2{
font-size:100%;
font-family:arial black;
text-align: center;
line-height:80%;
margin-top: -10px;
margin-bottom: 0px;
}

#righttop{
float: left;
width: 280px; /*Width of right column*/
margin-left: -280px; /*Set left margin to -(RightColumnWidth)*/
margin-top: 10px;
background: white;
height: 140px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 10px 0 10px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
/*background: #FDEEF4;*/
background: #FFFFFF;
height: 1000px;
}

.contenttitle1{
font-size:200%;
font-family:Algerian, Castellar, Imprint MT Shadow, Miriam;
text-align: center;
line-height:80%;
margin-top: -30px;
margin-bottom: 0px;
color: #3471C7;
}

.contenttitle2{
font-size:200%;
font-family:Freestyle Script, Script MT Bold, Segoe Script, Bradley Hand ITC, Lucida Calligraphy, Vivaldi;
text-align: center;
line-height:80%;
margin-top: -10px;
margin-bottom: 0px;
color: #3471C7;
}

.contenttitle3{
font-size:100%;
font-family:Verdana;
text-align: center;
line-height:0%;
margin-top: -10px;
margin-bottom: 10px;
color: #3471C7;
}

.contentbody{
font-size:100%;
font-family:Verdana;
text-align: left;
line-height:100%;
margin-top: 0px;
margin-bottom: 0px;
/*color: #841E23;*/
color: #000000;
}

#leftcolumn{
font-size: 14px;
float: left;
width: 50px; /*Width of left column*/
margin-left: -100%;
background: white;
}

.leftcoltext{
position: relative;
top: 80px;
margin: 10px;
}

.leftcolgrph{
position: relative;
top: 320px;
left: 20px;
}

#rightcolumn{
font-size: 14px;
float: left;
width: 50px; /*Width of right column*/
margin-left: -50px; /*Set left margin to -(RightColumnWidth)*/
background: white;
}

.rightcoltext{
position: relative;
top: 30px;
margin: 10px;
}

.rightcolgrph{
position: relative;
top: 230px;
left: 30px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

