﻿html, body {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}


body 
{
    font-family:Microsoft Sans Serif, Helvetica, Verdana, Century Gothic, Sans-serif;
    font-size: 14px;
    background-color:#65984E;
}

table.main
{
    padding:0px;
    }

td.upperleft
{
    background-image:url(../images/template_upper_left.jpg);
    width:100px;
    height:100px;
    }

td.uppercenter
{
    background-image:url(../images/template_upper.jpg);
    background-repeat:repeat-x;
    height:100px;
    width:800px;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    font-size:30px;
	}

td.upperright
{
    background-image:url(../images/template_upper_right.jpg);
    width:100px;
    height:100px;
    }
    
td.left
{
    background-image:url(../images/template_left.jpg);
    width:100px;
    }

td.center
{
    width:800px;
    background-color:#EDEADC;
    }

td.right
{
    background-image:url(../images/template_right.jpg);
    width:100px;
    }

td.lowerleft
{
    background-image:url(../images/template_lower_left.jpg);
    width:100px;
    height:100px;
}

td.lowercenter
{
    background-image:url(../images/template_lower.jpg);
    background-repeat:repeat-x;
    height:100px;
    width:800px;
    text-align:center;
    vertical-align:bottom;
	}

td.lowerright
{
    background-image:url(../images/template_lower_right.jpg);
    width:100px;
    height:100px;
}

h1
{
    text-align:center;
    font-size:32px;
    font-family:Microsoft Sans Serif, Helvetica, Verdana, Century Gothic, Sans-serif;
}

h2
{
    font-size:20px;
    font-family:Microsoft Sans Serif, Helvetica, Verdana, Century Gothic, Sans-serif;
}

img.linked
{
	border:0px;
}

img.floatleft
{
	float: left; 
    margin: 4px;
	border:0px;
}

table.innermenu
{
    border-color:#303030;
    border-style:dotted;
    border-width:1px;
    padding:2px;
}

td.aligntop
{
    vertical-align:top;
}