body
{
background-color: white;
margin:0;
padding:0px 10% 0px;
}

div#logo
{
position: relative;
font-family: 'Allerta Stencil', sans-serif;
font-size:200%;
padding: 1% 1% 1% 1%;
}

div#content
{
height: 100%;
padding: 1% 0px 0px 0px;
}

div#middleColumn
{
float: left;
width: 60%;
height: 100%;
padding: 2% 1% 0px 1%;
}

div#outerColumn
{
float: left;
width: 19%;
text-align: center;
/*background-color: #DCDCDC;*/
height: 100%;
}

.menu
{
background-color: #000000;
}


img.floatLeft
{
float: left;
margin: 4px;
}

.menuitems
{
color: white;
text-decoration: none;
margin: 5%;
}
.menuitems:hover
{
font-weight: bold;
}




.gradientBoxes 
{
background: #191970; /* older browsers background */
background: -moz-linear-gradient(#191970,#FFFFFF );
background: -o-linear-gradient(#191970,#FFFFFF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#191970), to(#FFFFFFF));/* Older webkit syntax */
background: -webkit-linear-gradient(#191970,#FFFFFF);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191970', endColorstr='#FFFFFF',GradientType=0 );
}


