/* Start of CMSMS style sheet 'ITDC' */
/*
//
//GENERAL STYLES
//
text-align:center;
margin:0 auto;
padding:0;
margin:0;
--> */


html, body {
margin:0;
padding:0;
height:100%; 
background:#33CC00;
font-size: 90% ;
font-family: Helvetica, Arial, sans-serif
} 

p {}   
/*<!-- Section style for general website sections -->*/

div.section_head {
font-size: 175%;
 font-weight:700;
 font-family: Helvetica, Arial, sans-serif;
}

a.section_head {
font-size: 125%;
 font-weight:700;
 font-family: Helvetica, Arial, sans-serif;
}

/*<!-- Defined style for all general document body text -->*/
.pt {font-size: 90%;}
/*<!-- Special format for the fine print on the bottom of pages. -->*/
.fine_print {font-size: 50%;}


div#pagearea{

 margin-left: auto;
 margin-right: auto;
 width:700px;
 max-width:700px;
 background-color: #36d948;
top:-200px;
margin-top:0px;
}

div#footer {
 text-align:center;
 background-color: #36FF48;
} 


div#pagebody{

 /* top:-200px; 
// margin-top:0px;
 //margin-left:160px;
// min-height: 100%;
*/
width:540px;
max-width:540px;
 background-color: #36d948;
} 

#content{
float:clear;
top:0px;
margin-left:160px;
}

#menu {
 float:left;
 width:150px;
 position:relative;
 background-color:#33CC00;
 font-size: 90%;
 font-family: Helvetica, Arial, sans-serif;
 top:200px;
 left:0px;
 margin-left:-160px
}

#m_sub {

 float:clear;
 /*width:100px;
top:210px;
*/
 position:relative;
 margin-left:10px;
 left:10px;
 
 }





/*
//COMPUTER INFORMATION STYLES -->
//
//<!-- Name of computer for specs given --> */
table.comp_name {font-size: 120%; font-weight:700;}
/*<!-- General attributes for specifications -->*/

td {}   

table.comp_specs {}
/*<!-- Computer specification label -->*/
td.comp_spec_label {vertical-align:top; width:125px;}
/*<!-- Computer specification data for label -->*/
table.comp_spec_detail {vertical-align:top;}

/*/<!-- -->
//<!-- PROJECT PAGE STYLES -->
//<!-- -->
//<!-- Name of projects on project page -->*/
.project_name {}
/*<!-- Project information item label -->*/
.project_info_label {vertical-align:top;}
/*/<!-- Computer specification data for label -->*/
.project_info {vertical-align:top;}

ul {

        /*list-style-position: inside; */
 margin-top: inherit;
margin-bottom;inherit;
margin-left:-1.5em;
margin-right:inherit;
        /* text-indent: +1.75em; 
        padding: 0 0 0.75em 0; */
       
}

li {
/* padding-left: 1em; */
/* text-indent: -1em; */
padding-bottom:0.5em;
}

ol {
 margin-top: inherit;
margin-bottom;inherit;
margin-left:-1.5em;
margin-right:inherit;
 
       
}


/* End of 'ITDC' */

