
body{font-family: Georgia, Times New Roman, Times, serif; line-height:2;}
body{font-size:75%;}
html > body{font-size:12px;}
h1{font-family:Georgia, "Times New Roman", Times, serif; 
font-size:2em;
color:#336699;
 line-height:1;
  padding: 0 0 0 20px;
}
h2{font-size:1.5em;
font-style:oblique;
color:#336699;
 line-height:1;
 padding: 0 0 0 20px;
}

li {font-size:11px;
line-height:12px;
}


<!--
.rside{

width: 750px;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 0px;

}
.bottom{

  margin-left: auto ;
  margin-right: auto ;

height: 12px;
}

#container{width: 750px;
  margin-left: auto ;
  margin-right: auto ;
  background-color:#FFFFFF;
  border: 1px solid #CCCCCC;
  font-family: Georgia, Times New Roman, Times, serif; line-height:2;
  color:#666666;
}

#specs table {margin-top: 0px;
}
#specs label {
margin-right: 0px;
text-align: left;
margin-left: 0px; 
}


#specs td{ width: 160px;
padding: 0 0 5px 20px;
border-right: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;

}
#instruct {    
display:block;
float: left;
margin-right: 1em;    
margin-left: 1em; 
position: relative;
text-align:right;
width: 150px; 
}

#instruct ul{
margin-left:0px;
}

#addfile {    
display:block;
float:right;
padding-right: 75px;    
margin-left: 1em; 
position: relative;
}

#upload {
	display:block;
	position: relative;

}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
 font-family: Georgia, Times New Roman, Times, serif; line-height:2;
 color:#666666;
 clear: both;
 padding: 0 15px 10px 15px;
}

form fieldset {
clear: both;
padding-top:15px;
border:none;
}

label {    
display:block;
float: left;
margin-right: 1em;    
margin-left: 1em; 
position: relative;
text-align:right;
width: 150px; 
}

form fieldset legend {
font-weight:bold;
color:#336699;
font-size: 1.25em;
border-bottom: 1px dotted #CCCCCC;
width: 100%;
}



form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;  
	margin: 0px 0px 5px 0px;    /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	/* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */



-->

