/* ------------------------ 02 style sheet */
/* - BODY ------------------------------- */

body { 
color : black;
background-color : #fff; 
margin : 0; 
padding : 0; 
}

p { 
font-family : Geneva, Arial , Verdana , "Trebuchet MS" , Trebuchet, Helvetica, sans-serif;  
font-size : 13px;
margin : 5px 5px 5px 20px;
padding : 5px 5px 5px 20px;
}

tr {
padding : 0;
margin: 0;
}

li {
margin : 4px 0 4px 20px;
padding : 4px 0 4px 20px;
}

.tabletext { 
font-family : Times, TimesNewRoman, serif;  
font-size : 13px; 
margin : 0px; 
padding : 0px;
text-align: center;
}

.scheduletext { 
font-family : Geneva, Arial , Verdana , "Trebuchet MS" , Trebuchet, Helvetica, sans-serif;  
font-size : 13px; 
margin : 4px; 
padding : 4px;
}

div {
margin : 0;
padding : 0;
}

.w450 {
width : 450px;
}

.w500 {
width : 500px;
}

.media {
width : 450px;
text-align:justify;

}


table { 
color : black; 
border-color : black;
border-width : 2px;
background-color : #fff; 
padding : 20px;
margin : 20px;
} 


table.sidebar { 
color : black; 
border-color : black;
border-width : 0px;
background-color : #CCCCCC; 
padding : 0px;
margin : 0px;
} 

.indent { 
margin : 25px; 
}

.small { 
font-size : 12px; 
margin : 0; 
}

/* - HEADINGS ------------------------------ */

h1, h2, h3, h4, h5, h6 { 
padding: 1px; 
text-indent: 20px; 
font-weight: bold; 
}

h1 h2 { 
margin-top: 0; 
}

h1 { 
font-size: 17px; 
}

h2 { 
font-size: 16px; 
}

h3 { 
font-size: 15px;
 }

h4 { 
font-size: 13px; 
}

h5 { 
font-size: 12px 
}

.greytext { 
color: #993333; 
background-color: #999999; 
}

.times { 
font-family: Times, serif; 
}

.table { 
font-size: 13px; 
margin: 10px; 
text-align: center; 
text-indent: 0px; 
}

/* ---LAYOUT BOXES -- */

#header {
position : absolute;
top : 0;
left : 210px;
height : 180px; /* the correct height  - no need for IE5 hack*/ 
padding : 0;
margin : 0;
border-width : 0px;
voice-family : "\"}\"";
voice-family : inherit;
}
body>#header {
height : 180px;
}

#sidebar {
width : 210px;   /* the correct width - no need for IE5 hack */
padding : 0px;
margin : 0px;
border-width : 0px;
voice-family : "\"}\"";
voice-family : inherit;
}
body>#sidebar {
width : 210px;
}

#content {
position : absolute;
top : 180px;
left : 210px;
/*margin : 0px;
padding : 0px;*/
voice-family : "\"}\"";
voice-family : inherit;
}


/* - ALIGNMENT ----------------------------- */

.left { 
text-align : left; 
}

.center { 
text-align : center; 
}

.right { 
text-align : right; 
}

.justify { 
text-align : justify; 
}

img { 
margin : 0px;
 }
 
