<!--
note you must align a div tag from the parent except with text inside the text which uses the text-align property so you most times with a main div for the entire page you use the body tag for this or use a center tag also check on doctype -- why do my margins go away when using transitional? p=normal{  }
body
{
font-size: 12pt; font-family:"Trebuchet MS"; color:#000000; font-weight:normal;
padding:0;
margin:9 auto;
text-align: left; background-color:#CCCCCC
}

table.main
{
font-size:12pt;
font-family:"Trebuchet MS";
font-color:#000000;
font-weight:normal;
text-align:left;
cellspacing:0;
cellpadding:0;
margin:0;
width:825px;
height:100%
}

td.content
{
font-size:12pt;
font-family:"Trebuchet MS";
font-color:#000000;
font-weight:normal;
text-align:left;
background-color:#FFFFFF;
height:100%
}

table.events
{
font-size:12pt;
font-family:"Trebuchet MS";
font-color:#000000;
font-weight:normal;
text-align:left;
cellspacing:0;
cellpadding:0;
margin:0;
width:100%
}

form.eventdetails
{
font-size:12pt;
font-family:"Trebuchet MS";
font-color:#000000;
font-weight:normal;
text-align:left;
background-color:#FFFFFF
}

h1
{
font-size:18pt;
font-family:"Trebuchet MS";
font-color:#000000;
font-weight:bold;
margin-left:66;
margin-right:66;
margin-top:30;
margin-bottom:21;
text-align:left
}

h2
{
font-size:14pt;
font-family:"Trebuchet MS";
font-color:#000000;
font-weight:bold;
margin-left:66;
margin-right:66;
margin-top:0;
margin-bottom:15;
text-align:left
}

h3
{
font-size:12pt;
font-family:"Trebuchet MS";
font-color:#000000;
font-weight:bold;
margin-left:66;
margin-right:66;
margin-top:0;
margin-bottom:18;
text-align:left
}

.lineme {border-bottom:1px solid #000000; padding-top:2px;}

p
{
font-size:12pt;
font-family:"Trebuchet MS";
font-color:#000000;
font-weight:normal;
margin-left:66;
margin-right:66;
margin-top:0;
margin-bottom:15;
text-align:left
}

p.last
{
font-size:12pt;
font-family:"Trebuchet MS";
font-color:#000000;
font-weight:normal;
margin-left:66;
margin-right:66;
margin-top:0;
margin-bottom:36;
text-align:left
}

a:hover        { margin:0; color: #000080; text-decoration:none }
a:active       { margin:0; color: #000080; text-decoration:none }
a:visited      { margin:0; color: #000080; text-decoration:none }
a:link         { margin:0; color: #000080; text-decoration:none }
