/*
 * Styling for the default splash page.
 * Alternate color schemes are set in other stylesheets.
 */
 
/* content panes */

/* margin, padding, etc parameters: top right bottom left */

body
{
/*background-image:url(images/side.png);*/
}

/* Content areas */

#main
{
width:auto;
height:auto;
margin:1.0em;
font-size:1.1em;
background-color:#ffffff;
}

#leftcol
{
width:38%;
min-height:50em;
vertical-align:top;
}

#midcol
{
width:28%;
min-height:50em;
vertical-align:top;
}

#rightcol
{
width:24%;
min-height:50em;
vertical-align:top;
}

/* Headings in the main area */

#main h1, #main h2
{
}

#main h1.colheading
{
font-size:10pt;
text-align:center;
text-transform:uppercase;
color:#707070;
padding:0 0 0.5em 0;
}

#main h1.rowheading
{
text-align:center;
text-transform:uppercase;
color:#707070;
padding:0.5em 0 0 0;
}

#main .dateline
{
color:#505050;
border-bottom:1px dashed #a0a0a0;
margin-bottom:1.5em;
}

#main .body
{
line-height:135%;
}

#main .more
{
}

/* Primary articles, highly visible */

#main .primary
{
margin:0.5em 0 0.5em 0;
padding:1.0em;
}

#main .primary h1
{
font-size:10pt;
padding-top:0;
padding-bottom:0.5em;
}

#main .primary h2
{
font-size:14pt;
padding-top:0;
padding-bottom:0;
}

#main .primary .more
{
font-size:10pt;
}

#main .primary .body
{
font-size:12pt;
}

/* Secondary articles, smaller */

#main .secondary
{
margin:0.5em 0 0.5em 0;
padding:1.0em;
}

#main .secondary h1
{
font-size:10pt;
padding-top:0;
padding-bottom:0.5em;
}

#main .secondary h2
{
font-size:12pt;
padding-top:0;
padding-bottom:0;
}

#main .secondary .body
{
font-family:"Segoe UI", Tahoma, Geneva, Verdana, Arial, sans-serif;
font-size:10pt;
}

#main .secondary .more
{
font-size:10pt;
}

/* Picture at the top of the center column */

#midpic
{
display:none;
background-repeat:no-repeat;
background-position:center 1.0em;
height:100px;
}

/* Picture at the top of the right column */

#rightpic
{
display:none;
background-repeat:no-repeat;
background-position:center 1.0em;
height:100px;
}

/* About box in the right column */

#about
{
font-size:12pt;
margin:2.5em 1.5em 1.5em 1.5em;
padding:1.0em;
border:1px solid #a0c0a0;
background-color:#e8ffe8;
}

/* Footer at the bottom of the page */

#footer
{
background-color:transparent;
text-align:center;
color:#000000;
}

#buttons
{
text-align:center;
}

#buttons ul
{
list-display-type:none;
}

#buttons li
{
display:inline;
margin:0;
}

