html, body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-size: 92%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
    background-color: #ffffef;
    text-align: center;
		margin-left: auto;
		margin-right: auto;
}

h1, h2, h3, h4, h5, h6
{
	font-family:"Times New Roman", Times, Palatino Linotype, serif;
}

h1 
{
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2 
{
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 
{
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 
{
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 
{
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 
{
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

ol, ul, li
{
	font-size: 1.0em;
	line-height: 1.3em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

p 
{
	font-size: 1.1em;
	line-height: 1.3em;
   margin: 0;
   padding: 0 2% 0 2%;
}

#wrapper
{
    padding: 0;
    width: 99%;
    text-align: center;
		margin-left: auto; 
		margin-right: auto;
    background-color: #ffffef;
}

#page
{
    width: 100%;
		margin-left: auto; 
		margin-right: auto;
    padding: 0;
    text-align: left;
    border-left: 1px dashed #eeeeee;
    border-right: 1px dashed #eeeeee;
}

#header
{
    margin: 0;
    padding: 2px;
}

div#content
{
    margin: 0;
    padding: 4px;
}

div#sidebar
{
    margin: 0;
    padding: 0;
    width: 124px;
}

div#footer
{
    margin: 0;
    padding: 4px;
    font-size: 10px;
}

.footText
{
    font-size: 10px;
    padding: 0px 10px;
}

#content p, #content p div.titleBox, #sidebar p div.titleBox, #content dl
{
    padding: 10px 10px 10px 10px;
}

#content p
{
    text-align: justify;
}

#header p, #footer p
{
    padding: 4px 0px 2px 10px;
}

div.titleBox
{
    border: 1px solid #cccccc;
    float: right;
    width: 100%;
    margin: 10px 1px 6px 0;
    font-size: 12px;
    text-align: center;
}

div.titleBox h1
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    background-color: #ff9900;
    color: #fcfcfc
}

h1
{
    margin-top: 4px;
    padding: 0;
}

h2, h3, h4
{
    margin-top: 1em;
    margin-bottom: 0px;
    padding: 0;
}

ul
{
    margin-top: 0.5em;
}

.contentTitle
{
    color: #ff7700;
    margin-left: 10px;
    margin-top: 4px;
}

h2.stress
{
    margin: 4px 0 0 10px;
    color: #ff7700;
}

p.stress
{
    color: black;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 1em;
    margin-left: 1em;
}

img
{
    border: none;
}

dl.catch
{
    margin-top: 0px;
    margin-bottom: 2em;
    font-size: 18px;
    font-weight: bold;
    color: #ff7700;
}

dl.catch dd
{
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

div.center
{
    text-align: center;
		margin-left: auto; 
		margin-right: auto;
}

table
{
    text-align: left;
}

div.center table
{
		margin-left: auto; 
		margin-right: auto;
}

table.consignments
{
    text-align: right;
}

caption
{
    font-weight: bold;
}

td.l
{
    text-align: left;
}

td.r
{
    text-align: right;
}

td.c
{
    text-align: center;
}

th
{
    text-align: center;
}

h1, h2, h3, h4
{
    text-align: center;
    background-color: #ccffff;
}

a
{
    text-decoration: none;
}