﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 14pt;
    line-height: 20pt;
}

/* =Main blocks 
*/
div
{
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 3px; 
}


td
{
    border-top-style: dotted;
    border-right-style: dotted;
    border-left-style: dotted;
    border-width: 1px;
    padding: 10px; /*text-align:justify;*/
}

h2
{
    font-size: 1.3em;
    text-align: center;
    margin: 0.83em 0px;
}
tr
{
    border-width: 1px;
    border-color: Black;
    border-left-style: solid;
}

.padtop
{
    padding-top:75px;
}
.Photo td
{
    text-align: center;
    padding: 1px;
}

.main
{
    background-color: LightGreen;
}
.outer
{
    border: 1px dotted red; /*	padding: .5em; */
    display: table;
    margin-bottom: 0px;
    height: 200px;
}

.blockcenter
{
    margin: 0 auto;
}

other
{
    display: inline-table;
}

.content
{
    border-width: 2px;
    border-style: hidden;
    border-bottom-style:dashed;
    border-color: green;
    display: block;
}

div
{
    padding: 10px;
}

.centred div
{
    text-align: center;
}

.short, .main
{
    width: 170px;
    border-width: 1px;
    border-color: Gray;
    border-style: dotted;
}

.short img
{
    max-width: 170px;
    text-align: center;
    padding: 0px;
}

.left
{
    float: left;
}

.right
{
    float: right;
    margin-right: 3px;
}
.longer
{
    width: 474px;
}


.longshort
{
    width: 570px;
}

.full
{
    width: 770px;
}

.half
{
    width: 370px;
}

.half img
{
    width: 365px;
}

.half ol
{
    width: 350px;
}

.half li
{
    width : 340px;
}

.clear
{
    clear: both;
    margin: 0;
    padding: 0;
}


#Header
{
    border: 1px dotted red;
}

#Title
{
    border-style: double;
    border-color: Yellow;
}
#Intoduction
{
    height: 210px;
}

.caption
{
    font-size: small;
    background-color: white;
}

/*td .caption 
{
	width:10px;
}*/
.statcounter img
{
    height: auto;
}


/* 
table { border-bottom: 1px dotted fuchsia; border-left: 1px dotted fuchsia }
td { padding: 11px 20px 20px 11px; border-top: 1px dotted fuchsia; border-right: 1px dotted fuchsia }
ul { margin-top: 10px; margin-bottom: 10px; margin-left: 0; padding-left: 1em }
li { margin-bottom: 10px }
*/
