
/* Begin comment **********************
Body {text-align : center; /* used for IE5 compatability for the 'container Div */
background-color : #d8eeaa;
}
#container {    /* put everything within this 660px wide, centered container Div */
margin : 0 auto;  /* zero T&B and Auto margin L&R */
width : 600px;
text-align : left; /*  allows everything within 'container' to be left aligned */
}
#Header {position: absolute;
top : 0;
left : auto;
width : 600px;
height : 175px;
margin : auto auto;
padding : 0 0 0 0;
}
#Logo {Position: absolute;
top : 0;
left : auto;
width : 200px;
height : 175px;
margin : auto auto;
padding : 30 0 0 0;
}
#CompanyAddress {Position: absolute;
top : 0;
right: 0%;
width : 400px;
height : 175px;
margin : auto auto;
padding : 0 0 0 0;
}
#PageTitle {position: absolute;
top : 175px;
left : 0px;
width : 600px;
height : 100px;
text-align: center;
margin : auto;
padding : 10px 0 0 0;
color : green;
background-color : #d8eeaa;
}
#NavLeft {position: absolute;
top : 260px;
left : 0px;
width : 150px;
padding : 10px 20px 0 10px;
background-color : #d8eeaa;
color: black;
}
#MainBody {position : absolute;
top : 260px;
left : 150px;
width : 450px;
text-align: left;
margin : auto;
padding : 10px 0 0 20px;
background-color : #d8eeaa;
color: black;
}
end comment *************** */

p {
font-family : "Comic Sans MS", "Times New Roman", Verdana, "Lucida Sans", "Courier New";
font-size : 10pt;
}
H1 {
font-family : "Comic Sans MS", "Times New Roman", Verdana, "Lucida Sans", "Courier New";
font-size : 24pt;
color : green;
background-color: #d8EEAA;
}
H2 {
font-family : "Comic Sans MS", "Times New Roman", Verdana, "Lucida Sans", "Courier New";
font-size : 18pt;
}
h3 {
font-family : "Comic Sans MS", "Times New Roman", Verdana, "Lucida Sans", "Courier New";
font-size : 18pt;
}
div {
font-family : "Comic Sans MS", "Times New Roman", Verdana, "Lucida Sans", "Courier New";
font-size : 10pt;
}
table {
font-family : "Comic Sans MS", "Times New Roman", Verdana, "Lucida Sans", "Courier New";
font-size : 10pt;
}
a {
font-family : "Comic Sans MS", "Times New Roman", Verdana, "Lucida Sans", "Courier New";
font-size : 10pt;
}