* {
margin : 0;
padding : 0;
}

header, footer, aside, nav, article {  
display: block;  
}  

body {
height: auto; min-height: 100%;
}

table {
border-collapse : collapse;
width : 100%;
}

h1 {
text-align : center;
vertical-align: top;
}

h2, h3 {
text-align : center;
padding-top : 5px;
}

img {
border-width: 0px;
padding-bottom: 2px;
}

p {
padding-top: 4px;
padding-bottom: 8px;
}

#head1 {
background-color : #000099;
top : 0;
left : 0;
width : 100%;
height : 44px;
position : fixed;
font-family: Arial, sans-serif;
font-weight: bold;
color : white;
border-top-left-radius: 8px 8px;
}

#head1 a:link    {text-decoration:none;color:white;}
#head1 a:visited {text-decoration:none;color:#CCC;}
#head1 a:hover   {text-decoration:underline;color:red;}
a:active  {text-decoration:none;color:red;}

#head2 {
background-color : #0000ff;
top : 22px;
left : 1%;
width : 99%;
height : 22px;
position : fixed;
font-family: Arial, sans-serif;
font-weight: bold;
color : white;
border-top-left-radius: 8px 8px;}

#head3{
top : 44px;
left : 2%;
width : 100%;
}

#col1 {
background-color : #000099; color:#FFF;
top : 44px;
left : 0%;
width : 2%;
position : fixed;
height: 100%;
}

#col2 {
background-color : #0000ff; color:#FFF;
top : 44px;
left : 1%;
width : 1%;
position : fixed;
height: 100%;
}

#main {
top : 44px;
left : 2%;
width : 98%;
position : absolute;
background-color:#FFF;
color:#000;
font-family : 'Comic Sans MS', Arial, Verdana, sans-serif;
}

#main a:link    {text-decoration:none;color:blue;}
#main a:visited {text-decoration:none;color:gray;}
#main a:hover   {text-decoration:underline;color:black;}

#head3 {
}

#col3 {
top : 22px;
left : 11%;
width : 80%;
position : absolute;
}

#col4 {
top : 102px;
left : 0;
width : 240px;
padding : 5px;
line-height : 95%;
}

#col5 {
top : 0;
left : 240px;
padding : 2px;
position : absolute;
}

#col6 {
top : 102px;
left : 240px;
padding : 2px;
position : absolute;
}

ul, .line105 {
line-height : 105%;
}

.line95 {
line-height : 95%;
}

.center {
text-align : center;
}

.right {
text-align : right;
}

.align-right {
float:right;
}

.align-top {
vertical-align:top;
}

.r {
background-color:#FFF;
color : red;
font-weight : bold;
}

.g {
background-color:#FFF;
color : #32cd32;
font-weight : bold;
}

#foot { 
font-family : Arial, sans-serif; 
font-size : small; 
text-align : center;
width : 100%;
padding-top : 12px;
}
